feat(coding-agent): add minimal-mode.ts example extension

Demonstrates overriding built-in tool rendering to show only tool calls
in collapsed mode and full output in expanded mode. Shows how users can
implement a 'minimal mode' using the existing extension API.
This commit is contained in:
Mario Zechner 2026-02-04 23:49:06 +01:00
parent 9cf5758b68
commit 6c25399dfe
2 changed files with 427 additions and 0 deletions

View file

@ -5,6 +5,7 @@
### Added
- API keys in `auth.json` now support shell command resolution (`!command`) and environment variable lookup, matching the behavior in `models.json`
- Added `minimal-mode.ts` example extension demonstrating how to override built-in tool rendering for a minimal display mode
## [0.51.6] - 2026-02-04