rowboat/apps/x/packages
Gagancreates ca35eddce0 feat: persistent per-chat sessions for code-mode coding agents
- Use a named acpx session (rowboat-<runId>) per chat so follow-up
  coding requests resume the same agent and keep context
- Create the session once at chat start (sessions new --name), then
  prompt with -s <name>; reuse on follow-ups (no re-create)
- Drop the redundant in-chat 'reply yes' confirmation (the executeCommand
  permission card is the confirmation)
- Code-mode output uses plain-text paths (overrides global filepath rule)
- On not-installed/auth errors, point user to Settings -> Code Mode
2026-05-26 02:25:35 +05:30
..
core feat: persistent per-chat sessions for code-mode coding agents 2026-05-26 02:25:35 +05:30
shared feat: add code mode settings tab with agent install/auth checks 2026-05-26 02:24:55 +05:30