This release fixes compaction cost attribution by model, exposes agent command names in the API, and includes internal cleanup of unused code.
What's New
- Exposes root-agent command names in the
/api/agentsendpoint
Bug Fixes
- Fixes compaction summary costs being attributed to the wrong model — token spend from
compaction_modelis now correctly tracked per model in the cost breakdown - Fixes
FirstKeptEntrynot being preserved when branching summary items during compaction - Fixes missing
deferfor mutex unlock in the webhooksetRuntimefunction
Technical Changes
- Removes unused TUI code, including the unreferenced
cmdbatchandsubscriptionpackages and an orphaned attachment preview dialog
What's Changed
- chore: bump direct Go dependencies by @dgageot in #3759
- docs: update CHANGELOG.md for v1.112.0 by @docker-read-write[bot] in #3757
- fix: attribute compaction summary costs to the model that generated them by @dgageot in #3760
- Enhance the agents API by @trungutt in #3761
- chore: remove unused TUI code by @Sayt-0 in #3762
Full Changelog: v1.112.0...v1.113.0