Commit graph

1174 commits

Author SHA1 Message Date
Ramnique Singh
add897e448
Merge pull request #298 from rowboatlabs/arkml-patch-2
Document model support and configuration in README
2025-11-19 01:40:27 +05:30
arkml
94798d4bb1
Merge pull request #292 from rowboatlabs/arkml-patch-1
Update website link in README.md
2025-11-19 01:23:56 +05:30
Ramnique Singh
c23f4918f2
Merge pull request #297 from rowboatlabs/dev
Dev
2025-11-19 01:22:20 +05:30
Ramnique Singh
8b1c43f3f3 add a custom openai provider example 2025-11-19 01:21:54 +05:30
arkml
06c8e7b766
Document model support and configuration in README
Added section for model configuration and supported providers.
2025-11-19 01:19:30 +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
51e29af12e
Merge pull request #296 from rowboatlabs/dev
bump v
2025-11-19 00:52:30 +05:30
Ramnique Singh
d47b457518
Merge pull request #295 from rowboatlabs/dev
add more providers to config
2025-11-19 00:46:01 +05:30
Ramnique Singh
2e0857c03f
Merge pull request #294 from rowboatlabs/ramnique-patch-3
Update README.md
2025-11-19 00:34:24 +05:30
Ramnique Singh
068067f3b0
Update README.md 2025-11-19 00:30:24 +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
arkml
5bf7cd8271
Update website link in README.md 2025-11-18 23:51:01 +05:30
Ramnique Singh
108fbb28fd
Merge pull request #291 from rowboatlabs/dev
Dev
2025-11-18 23:36:33 +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
d6fd472985
Merge pull request #290 from rowboatlabs/dev
Dev
2025-11-18 23:04:57 +05:30
Ramnique Singh
468f0dd5a4
Merge pull request #289 from rowboatlabs/ramnique-patch-2
Update README.md
2025-11-18 23:02:05 +05:30
Ramnique Singh
53b82a2799
Update README.md 2025-11-18 22:57:39 +05:30
Ramnique Singh
e8382d8004
Merge pull request #288 from rowboatlabs/ramnique-patch-1
Update README.md
2025-11-18 22:55:56 +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
01a67e9bae
Update README.md 2025-11-18 22:52:26 +05:30
Ramnique Singh
c5bf273bc3
Merge pull request #287 from rowboatlabs/dev
launch rowboatx
2025-11-18 22:43:15 +05:30
Ramnique Singh
48c57e1a11
Merge branch 'main' into dev 2025-11-18 22:15:29 +05:30
Ramnique Singh
51c7dc3f9d
Merge pull request #286 from rowboatlabs/cli
rowboatx
2025-11-18 22:13:00 +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
arkml
39f0f5af79
Update README.md 2025-11-17 23:35:49 +05:30
tusharmagar
0258f8284f Merge branch 'cli' of github.com:rowboatlabs/rowboat into cli 2025-11-17 23:27:06 +05:30
tusharmagar
83fc9e36f5 Better Updated Promting 2025-11-17 23:27:00 +05:30
arkml
8490fa26b3
Update README.md 2025-11-17 22:08:40 +05:30
arkml
391a0c97f1
Revise README to reflect new features and branding
Updated project description and features in README.
2025-11-17 21:58:07 +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