docs(coding-agent): add terminating structured output example closes #3525

This commit is contained in:
Mario Zechner
2026-04-22 14:27:03 +02:00
parent b4f9b618d3
commit 0e5b6e54f0
4 changed files with 73 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
### Added
- Added `structured-output.ts` extension example plus extension docs for terminating tool results, showing how a custom tool can return `terminate: true` so the agent ends on the tool call without an extra follow-up LLM turn ([#3525](https://github.com/badlogic/pi-mono/issues/3525))
- Added OSC 9;4 terminal progress indicators during agent streaming and compaction, so terminals like iTerm2, WezTerm, Windows Terminal, and Kitty show activity in their tab bar
### Breaking Changes