co-mono/packages/coding-agent/src
Mario Zechner 8fda948866 fix(coding-agent): string systemPrompt now works as full replacement
When passing a string systemPrompt to createAgentSession(), it is now
used as-is without appending context files and skills. This matches the
documented behavior: 'String replaces default, function receives default
and returns final.'

Previously, string systemPrompt would have context files and skills
appended, causing duplication if they were already in the string.

fixes #543
2026-01-08 20:47:52 +01:00
..
cli docs(coding-agent): simplify --no-tools description 2026-01-08 18:52:33 +01:00
core fix(coding-agent): string systemPrompt now works as full replacement 2026-01-08 20:47:52 +01:00
modes chore: add changelog for #571, init theme with watcher in interactive mode 2026-01-08 20:10:39 +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