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, What's New, and Bug Fixes across a mixed release.
Full changelog
This release adds global hook support in user config, expands environment variable references in hook and script-shell fields, and fixes hook field merging.
What's New
- Adds support for global hooks in user config (
~/.config/cagent/config.yaml), with hooks merged in order: agent config → global → CLI - Adds
${env.X}expansion in hook and script-shellworking_dirandenvfields, giving them the same treatment as otherworking_dirfields
Bug Fixes
- Fixes hook field merging so all
HooksConfigfields are combined correctly when merging config and CLI hooks - Fixes unset
${env.X}references to log at debug level instead of silently failing; config env now takes precedence over host env
Technical Changes
- Fixes flaky
TestAttachedServer_DeleteEmitsSessionExitedtest caused by a race between session deletion and event log subscription
What's Changed
- docs: update CHANGELOG.md for v1.96.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/3417
- test: fix flaky TestAttachedServer_DeleteEmitsSessionExited by @dgageot in https://github.com/docker/docker-agent/pull/3418
- feat(config): expand ${env.X} in hook and script-shell working_dir/env by @dgageot in https://github.com/docker/docker-agent/pull/3416
- fix: merge all hook fields by @rumpl in https://github.com/docker/docker-agent/pull/3419
- feat: support global hooks in user config by @rumpl in https://github.com/docker/docker-agent/pull/3422
Full Changelog: https://github.com/docker/docker-agent/compare/v1.96.0...v1.97.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]