co-mono/packages/coding-agent/test
Mario Zechner bd0d0676d4 Add bash mode for executing shell commands
- Add ! prefix in TUI editor to execute shell commands directly
- Output streams in real-time and is added to LLM context
- Supports multiline commands, cancellation (Escape), truncation
- Preview mode shows last 20 lines, Ctrl+O expands full output
- Commands persist in session history as bashExecution messages
- Add bash command to RPC mode via {type:'bash',command:'...'}
- Add RPC tests for bash command execution and context inclusion
- Update docs: rpc.md, session.md, README.md, CHANGELOG.md

Closes #112

Co-authored-by: Markus Ylisiurunen <markus.ylisiurunen@gmail.com>
2025-12-08 22:40:32 +01:00
..
fixtures WIP: Context compaction core logic (#92) 2025-12-04 00:07:53 +01:00
compaction.test.ts Add bash mode for executing shell commands 2025-12-08 22:40:32 +01:00
fuzzy.test.ts Add bash mode for executing shell commands 2025-12-08 22:40:32 +01:00
rpc-example.ts Add session export to HTML, improve tool error handling, and enhance RPC mode documentation 2025-11-12 21:55:10 +01:00
rpc.test.ts Add bash mode for executing shell commands 2025-12-08 22:40:32 +01:00
test-theme-colors.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
tools.test.ts Fix truncation test assertions to match new message format (#136) 2025-12-07 12:07:15 +01:00
truncate-to-width.test.ts fix: TUI crash with Unicode characters in branch selector 2025-12-05 11:59:39 +01:00