co-mono/packages/coding-agent/src
Mario Zechner 17cb328ca1 Allow extensions to modify system prompt in before_agent_start
- Add systemPrompt to BeforeAgentStartEvent so extensions can see current prompt
- Change systemPromptAppend to systemPrompt in BeforeAgentStartEventResult for full replacement
- Extensions can now chain modifications (each sees the result of previous)
- Update ssh.ts to replace local cwd with remote cwd in system prompt
- Update pirate.ts, claude-rules.ts, preset.ts to use new API

fixes #575
2026-01-08 19:54:34 +01:00
..
cli docs(coding-agent): simplify --no-tools description 2026-01-08 18:52:33 +01:00
core Allow extensions to modify system prompt in before_agent_start 2026-01-08 19:54:34 +01:00
modes feat(coding-agent): use built-in renderers for tool overrides without custom renderers 2026-01-08 18:52:33 +01:00
utils feat: add wayland clipboard support 2026-01-08 19:38:30 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00
index.ts Allow extensions to modify system prompt in before_agent_start 2026-01-08 19:54:34 +01:00
main.ts feat(coding-agent): add --no-tools flag to disable built-in tools 2026-01-07 23:10:58 -08:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00