This release adds 2 notable features for engineering teams evaluating rollout.
Published 24d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agents
ai
Summary
AI summaryUpdates Technical Changes, Bug Fixes, and chore across a mixed release.
Full changelog
This release focuses on TUI rendering performance improvements for long conversations, along with a bug fix for test reliability and a configuration version update.
Improvements
- Memoizes scrollbar rendering across frames to reduce redundant computation during TUI redraws
- Memoizes content line widths in the scroll view to avoid recalculating unchanged values each frame
- Replaces
lipgloss.JoinHorizontalwith direct column zipping for scrollbar rendering, reducing allocations per frame
Bug Fixes
- Fixes restyled lines incorrectly using cached widths instead of re-measuring after style changes
- Fixes flaky renderer-registry tests that were racing on a shared global registry
Technical Changes
- Freezes config v11 and promotes v12 as the latest configuration version
What's Changed
- chore: bump direct Go dependencies by @dgageot in https://github.com/docker/docker-agent/pull/3405
- freeze config v11 and start v12 as latest by @dgageot in https://github.com/docker/docker-agent/pull/3401
- perf(tui): memoize rendering hot paths for long conversations by @dgageot in https://github.com/docker/docker-agent/pull/3404
Full Changelog: https://github.com/docker/docker-agent/compare/v1.94.0...v1.95.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.71.0 Freezes configuration schema v9 and starts v10 as latest version
Beta — feedback welcome: [email protected]