mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 01:04:36 +00:00
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:
parent
9cf5758b68
commit
6c25399dfe
2 changed files with 427 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue