This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Technical Changes, What's New, and Bug Fixes across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds warning and compacting states to the context-usage gauge. Adds warning and compacting states to the context-usage gauge. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Installs latest `docker-mcp` plugin in sandbox template image. Installs latest `docker-mcp` plugin in sandbox template image. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Adds hint when a config key requires newer schema version. Adds hint when a config key requires newer schema version. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Adds `WithModelOptions` passthrough in `teamloader` for provider‑agnostic HTTP transport wrapping. Adds `WithModelOptions` passthrough in `teamloader` for provider‑agnostic HTTP transport wrapping. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Bugfix | Medium |
Fixes config parsing failure when hook event list is a single mapping instead of a sequence. Fixes config parsing failure when hook event list is a single mapping instead of a sequence. Source: llm_adapter@2026-07-16 Confidence: low |
— |
| Refactor | Low |
Refactors agent picker status bars to use `dialog.RenderHelpKeys`. Refactors agent picker status bars to use `dialog.RenderHelpKeys`. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Refactor | Low |
Extracts `fitHelpPairs` and adds regression tests for details help wrapping. Extracts `fitHelpPairs` and adds regression tests for details help wrapping. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Refactor | Low |
Polishes agent picker visuals: cards height reduced from 7 to 5, layout tightened. Polishes agent picker visuals: cards height reduced from 7 to 5, layout tightened. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Refactor | Low |
Simplifies the Dockerfile. Simplifies the Dockerfile. Source: llm_adapter@2026-07-16 Confidence: low |
— |
| Refactor | Low |
Simplifies the Dockerfile used for building the project. Simplifies the Dockerfile used for building the project. Source: granite4.1:30b@2026-07-16-audit Confidence: low |
— |
Full changelog
This release polishes the agent picker UI, adds context-usage gauge warning states, improves config handling, and expands sandbox template tooling.
What's New
- Adds warning and compacting states to the context-usage gauge: color escalates (orange ≥75%, red ≥95%) as usage approaches the auto-compaction threshold, and displays "compacting…" while a compaction runs (applies to both the main TUI sidebar and lean TUI status line)
- Installs the latest
docker-mcpplugin in the sandbox template image so agents running in that environment have MCP tooling available out of the box - Adds a hint when a config key requires a newer schema version, guiding users to bump the top-level
versionfield instead of seeing a generic "unknown key" error - Adds
WithModelOptionspassthrough inteamloaderfor provider-agnostic HTTP transport wrapping
Bug Fixes
- Fixes config parsing failure when a hook event list is written as a single mapping instead of a sequence, which previously caused aliases and settings to be silently dropped
Technical Changes
- Refactors agent picker status bars to use
dialog.RenderHelpKeys, removing duplicated key-rendering logic - Extracts
fitHelpPairsand adds regression tests for details help wrapping - Polishes agent picker visuals: more compact cards (height 7 → 5) and tightened layout
- Simplifies the Dockerfile
What's Changed
- docs: update CHANGELOG.md for v1.102.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/3541
- docs: sync documentation with recent code changes by @aheritier in https://github.com/docker/docker-agent/pull/3544
- style(tui): polish agent picker layout, cards, and status bars by @dgageot in https://github.com/docker/docker-agent/pull/3543
- feat: install latest docker-mcp plugin in sbx template by @dgageot in https://github.com/docker/docker-agent/pull/3545
- fix(config): accept a single mapping for hook event lists by @Sayt-0 in https://github.com/docker/docker-agent/pull/3546
- feat(teamloader): add WithModelOptions passthrough for provider-agnostic HTTP transport wrapping by @simonferquel-clanker in https://github.com/docker/docker-agent/pull/3549
- feat(config): hint when a config key requires a newer schema version by @dgageot in https://github.com/docker/docker-agent/pull/3550
Full Changelog: https://github.com/docker/docker-agent/compare/v1.102.0...v1.103.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]