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
tusharmagar
d30d551d16
feat: enhance streaming response handling with new renderer. Process fullStream instead of textStream only
2025-11-14 11:08:26 +05:30
Ramnique Singh
fb355ec10d
refactor model / provider code
2025-11-14 09:23:37 +05:30
Ramnique Singh
61924d0b01
remove test.ts
2025-11-14 09:13:58 +05:30
Ramnique Singh
6251c8f007
allow provider / model config
2025-11-14 09:13:28 +05:30
tusharmagar
62caa0c8b6
feature: added ability to search for MCP tools and prompt to add it to the workflow without error
2025-11-13 15:47:33 +05:30
tusharmagar
432ec0ee90
fix: base dir in copilot
2025-11-13 13:25:04 +05:30
tusharmagar
e914aa2832
copilot update:
...
- first version can perform CRUD ops on the .rowboat file
2025-11-13 13:03:54 +05:30
Ramnique Singh
80ceba4b11
fix run-id-gen
2025-11-11 12:52:36 +05:30
Ramnique Singh
88fc585cc2
skip ask-human when running workflow as tool
2025-11-11 12:38:30 +05:30
Ramnique Singh
54bdbe73c0
complete ask-human implementation
2025-11-11 12:32:46 +05:30
Ramnique Singh
9e89a81c8d
support ask-human in sync mode
2025-11-10 16:56:30 +05:30
Ramnique Singh
38a8700fa9
disable ask human tool
2025-11-08 09:12:02 +05:30
Ramnique Singh
c004bc5eb6
set up basic workflow execution
2025-11-07 14:41:50 +05:30
Ramnique Singh
7758139893
upgrade to 0.3.0
2025-11-05 13:29:12 +05:30
Ramnique Singh
776be21fbd
set up npx app
2025-11-05 13:28:38 +05:30
tusharmagar
0eda81b33c
Enhance Rowboat Copilot functionality:
...
- Expanded the system prompt to support a wider range of actions, including general chat and agent management.
- Implemented conversational memory, allowing the assistant to maintain context and respond in natural language.
- Updated the interpret function to accept conversation history, improving command parsing.
- Enhanced the rendering of assistant responses to include command outcomes and maintain conversational flow.
- Updated documentation to reflect new features, including conversational context and debug mode for inspecting raw commands.
2025-11-05 13:09:25 +05:30
tusharmagar
4310b1d45d
First version copilot:
...
- basic llm call that can perform CRUD actions over dummy workflow json files
2025-11-05 13:09:25 +05:30
Arjun
055dda35b9
arjun: command executor function
2025-11-04 15:31:22 +05:30
Ramnique Singh
6014437479
first commit
2025-11-04 15:31:12 +05:30