Skip to content

v1.113.0

Choose a tag to compare

@docker-read-write docker-read-write released this 20 Jul 16:16
0db8009

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/agents endpoint

Bug Fixes

  • Fixes compaction summary costs being attributed to the wrong model — token spend from compaction_model is now correctly tracked per model in the cost breakdown
  • Fixes FirstKeptEntry not being preserved when branching summary items during compaction
  • Fixes missing defer for mutex unlock in the webhook setRuntime function

Technical Changes

  • Removes unused TUI code, including the unreferenced cmdbatch and subscription packages 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