Commit graph

252 commits

Author SHA1 Message Date
Ramnique Singh
4793313daf
Merge pull request #38 from rowboatlabs/dev
Merge dev
2025-03-10 13:15:06 +05:30
ramnique
6f052072c9 add index to readme 2025-03-10 12:23:45 +05:30
ramnique
e6e3fabe7f update readme 2025-03-10 12:22:27 +05:30
ramnique
cbac042003 Update feature flags + env docs 2025-03-10 12:03:06 +05:30
ramnique
0df92e80c6 add chat-widget to monorepo 2025-03-09 15:13:19 +05:30
ramnique
2a16a8ce31 api should only return new msgs 2025-03-07 11:51:33 +05:30
ramnique
3e67591367 auto-redirect to login page 2025-03-06 14:01:24 +05:30
ramnique
5ef41748ca use onPress() with heroui button 2025-03-06 13:49:08 +05:30
ramnique
8a6fd290c1 autocreate api key in new project 2025-03-06 13:39:52 +05:30
akhisud3195
3fe8677d21 Make post process agent disable-able 2025-03-05 18:41:42 +05:30
ramnique
645d0c27f9 Fix test profile implementation 2025-03-03 19:39:51 +05:30
ramnique
4bd72ba245 migrate nextui to heroui 2025-03-03 18:01:44 +05:30
ramnique
ee5b6d477d api: use default project profile if not specified 2025-03-03 11:42:40 +05:30
Ramnique Singh
8840da2261
Merge pull request #37 from rowboatlabs/profiles
Add test profiles and overhaul testing
2025-03-03 11:09:45 +05:30
arkml
2b1ef82c20 updated simulation runner to the new collections 2025-03-01 12:56:08 +05:30
ramnique
33f30670f6 fix cn import in rowboat 2025-03-01 07:20:40 +05:30
ramnique
edf901bf11 add testProfileId option in py-sdk 2025-02-28 17:45:54 +05:30
ramnique
768c5749a0 Add test profiles and overhaul testing 2025-02-28 17:36:25 +05:30
Akhilesh Sudhakar
8c1b5346f3
Merge pull request #36 from rowboatlabs/refactor
Extend dark mode to copilot
2025-02-24 16:41:46 +05:30
akhisud3195
046ebcf524 Extend dark mode to copilot 2025-02-24 16:40:40 +05:30
Akhilesh Sudhakar
765891f4c1
Merge pull request #35 from rowboatlabs/refactor
Extend dark mode coverage and soften elements
2025-02-24 16:34:05 +05:30
akhisud3195
22190d920d Extend dark mode coverage and soften elements 2025-02-24 16:33:26 +05:30
Akhilesh Sudhakar
98010d90a8
Merge pull request #34 from rowboatlabs/refactor
Add dark mode support, app styling, and editable field improvements
2025-02-24 11:48:29 +05:30
akhisud3195
82e4b66395 Add dark mode support, app styling, and editable field improvements
- Add global dark theme styles and partial app-wide dark mode support
- Support dark mode for @mentions, scenarios, and simulations
- Add save and discard buttons to editable fields
- Improve hover effect for @mentions dropdown in dark mode
2025-02-24 11:37:48 +05:30
arkml
be3eb610a0 copilot: fixed response 2025-02-21 16:45:22 +05:30
ramnique
a7975ff4ff add generate for agent instructions 2025-02-21 13:24:06 +05:30
arkml
7bc3203ed2 simulation_runner: added failed job cleanup 2025-02-20 18:51:49 +05:30
arkml
ee20f7c6e3 copilot: added edit instructions api 2025-02-20 15:48:17 +05:30
arkml
5da21d3c39 simulation_runner: added transcript and details to result 2025-02-20 15:20:16 +05:30
ramnique
c4f1406444 support @mentions in agent examples 2025-02-20 13:54:11 +05:30
Akhilesh Sudhakar
6898012ebc
Merge pull request #32 from rowboatlabs/refactor
Refactor
2025-02-20 13:32:30 +05:30
akhisud3195
906538d5be Remove redundant state for pagination 2025-02-20 13:29:17 +05:30
arkml
62c4adf672 copilot: changed copilot to use mentions in instructions and examples 2025-02-19 20:24:28 +05:30
akhisud3195
3bb09f8593 Refactor agent_config to use structured-panel instead of pane 2025-02-19 20:16:35 +05:30
akhisud3195
84291757e1 Fix merge issue (2) 2025-02-19 20:10:57 +05:30
akhisud3195
4d005dc93b Fix merge issue 2025-02-19 20:09:00 +05:30
akhisud3195
6a1ecf094c Fix import issues 2025-02-19 20:07:20 +05:30
akhisud3195
15122698a0 Refactor components and use in scenarios pages 2025-02-19 20:06:58 +05:30
arkml
0c6837b248 added mentions to project templates 2025-02-19 18:53:11 +05:30
Ramnique Singh
49500d845e
Add support for @mentions 2025-02-19 15:43:08 +05:30
akhisud3195
00bd476b76 Add page-level save for scenarios 2025-02-19 13:11:54 +05:30
akhisud3195
68cf6d6fd1 Use editable-field with save for scenarios 2025-02-19 12:42:47 +05:30
Ramnique Singh
f1e0a83bd1
remove (wip) from test menu item 2025-02-19 00:07:52 +05:30
akhisud3195
694e1f90ae Fix glitchy behavior in scenario configs 2025-02-18 21:12:17 +05:30
ramnique
4a29984658 mock tool responses in api as well 2025-02-18 21:07:56 +05:30
Ramnique Singh
a98519c388
Use "rowboat" db in simulation runner 2025-02-18 20:39:24 +05:30
akhisud3195
467d141690 Check for tool params safely 2025-02-18 14:15:56 +05:30
akhisud3195
4261c70a2b Add Run managemement options and pagination to simulations 2025-02-18 10:50:46 +05:30
arkml
893f215f4c
Add simulation runner 2025-02-17 23:00:15 +05:30
Akhilesh Sudhakar
1edf2e0e18
Merge pull request #28 from rowboatlabs/ui_changes
UI Changes: Copilot Collapse, Tooltips, Headings
2025-02-17 16:52:02 +05:30