Commit graph

1038 commits

Author SHA1 Message Date
tusharmagar
7b6d85d160 Update .gitignore for RowboatX to streamline dependency management 2025-12-15 11:53:59 +05:30
tusharmagar
4d80321815 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.
2025-12-15 10:01:48 +05:30
tusharmagar
5579798abb connecting the copilot to the UI 2025-12-11 13:43:47 +05:30
tusharmagar
3ffeba24d3 UI setup 2025-12-11 11:12:29 +05:30
tusharmagar
8e38bfbff2 first init of next.js proj 2025-12-10 23:48:19 +05:30
Ramnique Singh
d28c04b9a8 add list runs endpoint 2025-12-09 16:35:27 +05:30
Ramnique Singh
d6090633e6 add describe for /stream 2025-12-08 12:33:49 +05:30
Ramnique Singh
1ac505cdf8 server for rowboatx 2025-12-05 18:08:56 +05:30
Ramnique Singh
3185772080
Merge pull request #322 from rowboatlabs/feature/copilot-mcp-tool-execution
Feature/copilot mcp tool execution
2025-12-04 13:55:14 +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
tusharmagar
829b831d38 Merge dev into cli-to-dev 2025-12-02 10:32:59 +05:30
Ramnique Singh
aa36f99428 bump v 2025-12-01 11:59:39 +05:30
Ramnique Singh
ab617e63b5 fix rb ai gateway integration 2025-12-01 11:59:13 +05:30
Ramnique Singh
8feb4f1425 use latest npm in rowboatx publish action 2025-11-25 20:59:21 +05:30
Ramnique Singh
11939a39a4 remove ci action 2025-11-25 20:58:55 +05:30
Ramnique Singh
0c29d63fbd
Merge pull request #313 from rowboatlabs/dev
Dev
2025-11-25 20:54:38 +05:30
Ramnique Singh
720deca78d fix rowboatx publish action 2025-11-25 20:51:51 +05:30
Ramnique Singh
5c4ec8eafb fix build name 2025-11-25 20:47:58 +05:30
Ramnique Singh
fafcdd1c0d bump v 2025-11-25 20:47:03 +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
255bc9c48d bump v 2025-11-25 20:47:03 +05:30
Ramnique Singh
ce8dfc784f add rowboat gateway 2025-11-25 20:47:03 +05:30
Ramnique Singh
4e989342fc
Merge pull request #316 from rowboatlabs/action
add rowboatx npm publish flow
2025-11-25 20:44:01 +05:30
Ramnique Singh
5be3b5c62f add rowboatx npm publish flow 2025-11-25 20:39:56 +05:30
tusharmagar
d0eb8d6b3f clean up prompt 2025-11-25 11:46:54 +05:30
tusharmagar
83c54c1c93 Fix: better prompting around MCP config
Add: copilot tool to add MCP servers
2025-11-24 10:44:05 +05:30
tusharmagar
e3bc26d2e6 remove: eliminate gemini3-test example from exports 2025-11-21 19:24:36 +05:30
tusharmagar
5a8bc0b1a0 removed incomplete gemini3-test example json 2025-11-21 19:23:53 +05:30
tusharmagar
61c2f8aa9d delete: remove misplaced podcast.json file 2025-11-21 18:30:15 +05:30
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
428faea4f0
Merge pull request #308 from rowboatlabs/dev
Dev
2025-11-20 18:02:11 +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
Ramnique Singh
4f2eb79ef9 update readme 2025-11-20 17:12:39 +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
e5caddec10
Merge pull request #307 from rowboatlabs/ramnique-patch-5
Update README.md
2025-11-20 16:57:11 +05:30