rowboat/apps/x/packages/core/src
Arjun d9afc076cc replace shell-quote with regex-based command parsing
shell-quote is a quoting/escaping library, not a shell command parser.
Replace with a regex splitter that handles pipes, chains, subshells,
and parenthesized groups. Strips () from tokens via sanitizeToken.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:54:57 +05:30
..
agent-schedule feat: add background agents with scheduling support 2026-02-05 16:43:09 +05:30
agents fixed review comments 2026-02-23 08:31:39 +05:30
application replace shell-quote with regex-based command parsing 2026-02-24 12:54:57 +05:30
auth oauth: persist client state, simplify IPC, and refactor 2026-02-17 09:54:34 +05:30
composio fix: update userId in executeAction to a static value and improve error logging 2026-02-18 13:23:22 +05:30
config fixed review comments 2026-02-23 08:31:39 +05:30
di feat: add background agents with scheduling support 2026-02-05 16:43:09 +05:30
knowledge oauth: persist client state, simplify IPC, and refactor 2026-02-17 09:54:34 +05:30
mcp make exa mcp available by default 2026-02-03 23:29:21 +05:30
models fixed ollama 2026-02-12 11:40:55 +05:30
pre_built prebuilt config is autocreated on load 2026-01-16 12:05:34 +05:30
runs fixed review comments 2026-02-23 08:31:39 +05:30
search Add global search across knowledge and chats 2026-02-18 18:08:24 +05:30
services code clean up 2026-02-06 23:17:32 +05:30
workspace added right click content menu to knowledge 2026-01-16 12:05:34 +05:30
index.ts feat: auto-initialize config files on Electron app startup 2026-01-29 16:17:51 +05:30