tusharmagar
|
c562248850
|
update: added export capability
|
2025-11-21 16:24:23 +05:30 |
|
tusharmagar
|
58fa1b91c3
|
update: made import-example into import and it can import example workflows or user made workflows
|
2025-11-21 15:54:22 +05:30 |
|
tusharmagar
|
64a284ccc1
|
fix: naming of the commands
|
2025-11-21 13:36:53 +05:30 |
|
tusharmagar
|
7425e077f3
|
fix: restore package-lock.json to match main (remove diff)
|
2025-11-21 13:35:35 +05:30 |
|
tusharmagar
|
55097817c6
|
fix: - remove changes to package-lock
- remove output messages from app.js and moved them into importExample
|
2025-11-21 13:14:20 +05:30 |
|
Ramnique Singh
|
014c8a56f5
|
fix yargs
|
2025-11-21 11:45:27 +05:30 |
|
Ramnique Singh
|
97e47faca8
|
refactor example import
|
2025-11-21 11:42:57 +05:30 |
|
tusharmagar
|
ea4159a94b
|
Merge main into cli-to-dev
|
2025-11-21 10:48:48 +05:30 |
|
tusharmagar
|
532065dc0b
|
fix: sync-example implementation
|
2025-11-21 10:32:24 +05:30 |
|
Ramnique Singh
|
51e86660de
|
bump v
|
2025-11-20 17:57:20 +05:30 |
|
Ramnique Singh
|
4bba560db6
|
refactor model config flow
|
2025-11-20 17:53:58 +05:30 |
|
tusharmagar
|
55d9f80074
|
rename sync-examples option to sync-example in CLI
|
2025-11-20 17:34:06 +05:30 |
|
tusharmagar
|
5885773af4
|
Merge cli branch into cli-to-dev for PR to dev
|
2025-11-20 17:24:46 +05:30 |
|
tusharmagar
|
f2255d219c
|
changed --example to --sync-example
|
2025-11-20 17:17:36 +05:30 |
|
tusharmagar
|
cd8fd4fe00
|
add --example to add the examples from rowboat
|
2025-11-20 17:12:33 +05:30 |
|
Ramnique Singh
|
38efeb2312
|
bump v
|
2025-11-20 17:03:10 +05:30 |
|
Ramnique Singh
|
f0c3e7c7e9
|
update model-config flow
|
2025-11-20 17:02:54 +05:30 |
|
Ramnique Singh
|
a796a44421
|
fix google base url
|
2025-11-20 16:44:34 +05:30 |
|
Ramnique Singh
|
ba90cc28ce
|
bump v
|
2025-11-20 16:42:16 +05:30 |
|
Ramnique Singh
|
92004033de
|
build model selection
|
2025-11-20 16:41:41 +05:30 |
|
tusharmagar
|
da9477b909
|
removed incorrect example
|
2025-11-19 17:54:09 +05:30 |
|
tusharmagar
|
ee03c861f6
|
updated example
|
2025-11-19 17:52:54 +05:30 |
|
tusharmagar
|
caf3210b13
|
add workspace access guidelines to instructions
|
2025-11-19 15:36:14 +05:30 |
|
Ramnique Singh
|
305c90e08b
|
bump v
|
2025-11-19 01:16:16 +05:30 |
|
Ramnique Singh
|
13955b6829
|
add ollama support
|
2025-11-19 01:16:12 +05:30 |
|
Ramnique Singh
|
94fa22db87
|
bump v
|
2025-11-19 00:15:46 +05:30 |
|
Ramnique Singh
|
9997b3a42e
|
add more providers to config
|
2025-11-19 00:15:06 +05:30 |
|
Ramnique Singh
|
58756d1950
|
bump v
|
2025-11-18 23:21:52 +05:30 |
|
Ramnique Singh
|
b09b4b1594
|
fix copilot model
|
2025-11-18 23:21:34 +05:30 |
|
Ramnique Singh
|
238cdc8243
|
bump v
|
2025-11-18 22:54:16 +05:30 |
|
Ramnique Singh
|
56a4d0ab47
|
add greeting
|
2025-11-18 22:53:50 +05:30 |
|
Ramnique Singh
|
da5f64e938
|
bump version
|
2025-11-18 22:10:26 +05:30 |
|
Ramnique Singh
|
d4717c9015
|
update allowed cmds
|
2025-11-18 21:12:54 +05:30 |
|
Ramnique Singh
|
150f23ab90
|
wire up bash allowlist
|
2025-11-18 20:54:54 +05:30 |
|
Ramnique Singh
|
f6019a4fde
|
add update-state cmd
|
2025-11-18 20:45:54 +05:30 |
|
Ramnique Singh
|
7d4484e7c0
|
structured ask human and permissions refactor
|
2025-11-18 20:45:54 +05:30 |
|
tusharmagar
|
28488d5fd1
|
Add security allowlist for command execution and update copilot instructions
- Add security.ts with allowlist configuration for shell commands
- Update command-executor.ts to enforce security policy (exit code 126 for blocked commands)
- Update copilot instructions to clarify builtin tools vs shell commands
- Document that builtin tools (deleteFile, createFile, etc.) bypass security filtering
- Only executeCommand (shell commands) requires security.json allowlist entries
|
2025-11-18 20:42:11 +05:30 |
|
tusharmagar
|
570543e1c7
|
Enhance assistant instructions for clarity and conciseness. Update models for builtin tools and workflow authoring skills to gpt-5.1. Improve text formatting in StreamRenderer for better readability.
|
2025-11-18 16:17:52 +05:30 |
|
tusharmagar
|
cfaf160e89
|
Merge branch 'cli' of github.com:rowboatlabs/rowboat into cli
|
2025-11-18 15:51:31 +05:30 |
|
tusharmagar
|
fb542afc38
|
Refactor StreamRenderer for improved output formatting and clarity. Enhanced visual structure for agent events, tool invocations, and usage statistics. Removed deprecated provider options from agent stream function.
|
2025-11-18 15:50:49 +05:30 |
|
Ramnique Singh
|
36530c2ccd
|
add back ask-human support
|
2025-11-18 02:29:00 +05:30 |
|
tusharmagar
|
83fc9e36f5
|
Better Updated Promting
|
2025-11-17 23:27:00 +05:30 |
|
Ramnique Singh
|
a76cb6089c
|
refactor agent execution
|
2025-11-16 20:58:31 +05:30 |
|
Ramnique Singh
|
92b702d039
|
log start event w/ agent data
|
2025-11-16 18:21:41 +05:30 |
|
Arjun
|
144bbe5878
|
moved assistant to use skills; added agent monitoring
|
2025-11-16 11:36:50 +05:30 |
|
Ramnique Singh
|
80dae17fd1
|
everything is an agent
|
2025-11-15 02:15:55 +05:30 |
|
tusharmagar
|
2d6a647c70
|
Merge branch 'cli' of github.com:rowboatlabs/rowboat into cli
|
2025-11-14 14:41:12 +05:30 |
|
tusharmagar
|
164eefbbfd
|
feat: add shell command execution capability to assistant chat. Users can now run bash commands and retrieve output, enhancing functionality for system operations.
|
2025-11-14 14:41:04 +05:30 |
|
Arjun
|
bfd8b0dad3
|
added podcast example
|
2025-11-14 14:20:15 +05:30 |
|
tusharmagar
|
571c69a177
|
Merge branch 'cli' of github.com:rowboatlabs/rowboat into cli
|
2025-11-14 11:13:14 +05:30 |
|