Commit graph

62 commits

Author SHA1 Message Date
tusharmagar
b5424d92f9 Add OS-aware runtime context for cross-platform shell execution
Detect the runtime platform and default shell at startup, inject
platform context into assistant instructions, and replace hardcoded
/bin/sh with the detected shell in command executors (cli + electron).

Made-with: Cursor
2026-02-26 11:42:43 +05:30
Ramnique Singh
505e3ea620 bootstrap new electron app 2026-01-16 12:05:33 +05:30
Ramnique Singh
da20e280f4 add migrate agents script 2026-01-16 12:05:33 +05:30
Ramnique Singh
e40c767336 markdown agent files 2026-01-16 12:05:33 +05:30
Ramnique Singh
8c686029cb enable cors 2026-01-16 12:05:33 +05:30
Ramnique Singh
22906894ea add processing start / end events 2026-01-16 12:05:33 +05:30
Ramnique Singh
f1219db4ac fix sync script errs 2026-01-16 12:05:33 +05:30
Ramnique Singh
d0d0a3612e initial version of tui 2026-01-16 12:05:33 +05:30
Arjun
89a2fc583e added google meeting notes to calendar 2026-01-16 12:05:33 +05:30
Arjun
62540c32e4 added scripts to sync gmail and calendar 2026-01-16 12:05:33 +05:30
tusharmagar
023a65de45 Add agent selection and artifact management to RowboatX UI
- Implemented agent selection dropdown in the input area.
- Enhanced artifact management with loading, saving, and error handling.
- Added new API routes for fetching agent summaries and run details.
- Updated sidebar to display agents, configurations, and runs dynamically.
- Introduced theme selection options in the user navigation menu.
2026-01-16 12:05:33 +05:30
tusharmagar
b1f6e64244 connecting the copilot to the UI 2026-01-16 12:05:33 +05:30
Ramnique Singh
338cc3d2f9 add list runs endpoint 2026-01-16 12:05:33 +05:30
Ramnique Singh
1822deadc1 add describe for /stream 2026-01-16 12:05:33 +05:30
Ramnique Singh
9ad6331fbc server for rowboatx 2026-01-16 12:05:33 +05:30
tusharmagar
6d21d79fbd Enhance CopilotInstructions to include general capabilities for user assistance 2025-12-02 10:54:23 +05:30
tusharmagar
294f166a3c Feat: add MCP execute tool to copilot and prompting around using it 2025-12-02 10:34:11 +05:30
Ramnique Singh
ab617e63b5 fix rb ai gateway integration 2025-12-01 11:59:13 +05:30
Tushar
e47518b98f Cli to dev (#309)
* add workspace access guidelines to instructions

* updated example

* removed incorrect example

* add --example to add the examples from rowboat

* changed --example to --sync-example

* rename sync-examples option to sync-example in CLI

* fix: sync-example implementation

* refactor example import

* fix yargs

* fix: - remove changes to package-lock
- remove output messages from app.js and moved them into importExample

* fix: restore package-lock.json to match main (remove diff)

* fix: naming of the commands

* update: made import-example into import and it can import example workflows or user made workflows

* update: added export capability

* delete: remove misplaced podcast.json file

* removed incomplete gemini3-test example json

* remove: eliminate gemini3-test example from exports

* Fix: better prompting around MCP config
Add: copilot tool to add MCP servers

* clean up prompt

---------

Co-authored-by: Ramnique Singh <30795890+ramnique@users.noreply.github.com>
2025-11-25 20:47:03 +05:30
Ramnique Singh
ce8dfc784f add rowboat gateway 2025-11-25 20:47:03 +05:30
Ramnique Singh
4bba560db6 refactor model config flow 2025-11-20 17:53:58 +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
92004033de build model selection 2025-11-20 16:41:41 +05:30
Ramnique Singh
13955b6829 add ollama support 2025-11-19 01:16:12 +05:30
Ramnique Singh
9997b3a42e add more providers to config 2025-11-19 00:15:06 +05:30
Ramnique Singh
b09b4b1594 fix copilot model 2025-11-18 23:21:34 +05:30
Ramnique Singh
56a4d0ab47 add greeting 2025-11-18 22:53:50 +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
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
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