co-mono/packages/coding-agent/src
Mario Zechner 746ec9eb01 Add shell commands without context contribution (!! prefix)
Use !!command to execute bash commands that are shown in the TUI and
saved to session history but excluded from LLM context, compaction
summaries, and branch summaries.

- Add excludeFromContext field to BashExecutionMessage
- Filter excluded messages in convertToLlm()
- Parse !! prefix in interactive mode
- Use dim border color for excluded commands

fixes #414
2026-01-03 04:14:35 +01:00
..
cli Added automatic image resizing 2026-01-02 12:01:56 +01:00
core Add shell commands without context contribution (!! prefix) 2026-01-03 04:14:35 +01:00
modes Add shell commands without context contribution (!! prefix) 2026-01-03 04:14:35 +01:00
utils Added automatic image resizing 2026-01-02 12:01:56 +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 WIP: Rewrite export-html with tree sidebar, client-side rendering 2026-01-01 03:36:47 +01:00
index.ts Merge pull request #402 from mitsuhiko/image-resize 2026-01-03 00:39:26 +01:00
main.ts Added automatic image resizing 2026-01-02 12:01:56 +01:00
migrations.ts Add automatic session migration for v0.30.0 bug 2025-12-26 03:24:49 +01:00