github docker/docker-agent v1.134.0

3 hours ago

This release adds machine-readable output to debug commands, improves RAG indexing reliability, fixes config handling for removed fields, and includes a large batch of documentation corrections.

What's New

  • Adds --json flag to debug toolsets and debug skills subcommands for machine-readable output
  • Accepts positional flavor names on debug config (e.g., docker agent debug config examples/flavors.yaml cheap with-shell)
  • Decouples RAG indexing from the caller timeout via a new indexing_timeout config option, preventing large knowledge base indexing from being discarded when the 30s startup budget is exceeded
  • Pins the injected docker-agent image to the host CLI version by default in docker agent eval

Bug Fixes

  • Fixes config upgrade hinting at removed fields (e.g., safer) instead of silently re-adding them
  • Always records the resolved agent image in saved eval run JSON
  • Bounds the SSRF pre-check DNS lookup in desktopAwareTransport to 2 seconds to prevent hangs on corporate networks
  • Replaces removed github-copilot/gpt-4.1 model with gpt-5.5 in the models snapshot

Technical Changes

  • Freezes config schema v15 as an immutable package and advances latest to v16
  • Refreshes the embedded models.dev catalog snapshot (129 models added, 67 removed, ~322 updated)
  • Corrects 53 documentation inaccuracies across 34 files covering SDK examples, CLI flags, telemetry, permissions, and integrations

What's Changed

  • docs: update CHANGELOG.md for v1.133.0 by @docker-read-write[bot] in #4171
  • feat(rag): decouple indexing from caller timeout via indexing_timeout config (#4073) by @aheritier in #4172
  • feat(debug): add --json flag to debug toolsets and skills by @dgageot in #4173
  • feat(debug): accept positional flavors on debug config by @dgageot in #4174
  • chore: refresh models.dev snapshot (+129 -67 ~322) by @github-actions[bot] in #4183
  • docs: auto-update for merged PRs (2026-09-05) by @aheritier in #4178
  • fix(config): hint at removed fields instead of re-adding them by @aheritier in #4177
  • feat(eval): pin injected docker-agent image to host CLI version by default by @aheritier in #4176
  • docs: fix inaccuracies across SDK examples, CLI flags, telemetry, permissions, and integrations by @dgageot in #4184
  • fix(http): bound the SSRF pre-check DNS lookup in desktopAwareTransport by @trungutt in #4186

Full Changelog: v1.133.0...v1.134.0

Don't miss a new docker-agent release

NewReleases is sending notifications on new releases.