feat(agent): add terminating tool result hints closes #3525

This commit is contained in:
Mario Zechner
2026-04-22 13:19:53 +02:00
parent 8db0b70bdb
commit 049e320570
5 changed files with 224 additions and 14 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `terminate: true` tool-result hints to skip the automatic follow-up LLM call when every finalized tool result in the current batch opts into early termination ([#3525](https://github.com/badlogic/pi-mono/issues/3525))
## [0.68.1] - 2026-04-22
### Fixed