co-mono/packages/coding-agent/src
Mario Zechner bbf0d92e8c feat(coding-agent): use built-in renderers for tool overrides without custom renderers
When overriding a built-in tool (read, bash, edit, write, grep, find, ls)
without providing renderCall/renderResult, the built-in renderer is now
used automatically. This allows wrapping built-in tools for logging or
access control without reimplementing the UI (syntax highlighting, diffs, etc.).
2026-01-08 18:52:33 +01:00
..
cli docs(coding-agent): simplify --no-tools description 2026-01-08 18:52:33 +01:00
core feat(coding-agent): add tool override support via extensions 2026-01-08 18:52:33 +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 Switch to @mariozechner/clipboard fork with musl support 2026-01-08 04:50:37 +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 feat(coding-agent): export run mode utilities with options interfaces 2026-01-08 01:53:24 +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