Download Latest Version docker-agent-windows-amd64.exe (114.5 MB)
Email in envelope

Get an email when there's a new version of Docker Agent

Home / v1.111.0
Name Modified Size InfoDownloads / Week
Parent folder
docker-agent-windows-arm64.exe 2026-07-17 104.0 MB
docker-agent-darwin-amd64 2026-07-17 111.2 MB
docker-agent-darwin-arm64 2026-07-17 103.5 MB
docker-agent-linux-amd64 2026-07-17 131.0 MB
docker-agent-linux-arm64 2026-07-17 124.0 MB
docker-agent-windows-amd64.exe 2026-07-17 112.4 MB
README.md 2026-07-17 7.8 kB
v1.111.0 source code.tar.gz 2026-07-17 10.9 MB
v1.111.0 source code.zip 2026-07-17 12.1 MB
Totals: 9 Items   709.2 MB 2

This release adds a new scheduler toolset, inline Mermaid diagram rendering, model switching in the lean TUI, project config autodiscovery, and a range of bug fixes and performance improvements across the agent, TUI, and server.

What's New

  • Adds a built-in scheduler toolset with create_schedule, list_schedules, and cancel_schedule tools, enabling agents to schedule instructions to run once at a time, after a delay, or on a recurring interval
  • Adds prompt cache miss warnings via an opt-in warn_on_cache_miss user setting that emits notifications when cached input tokens are absent after the first session response
  • Adds inline Mermaid diagram rendering in the TUI
  • Adds model switching (/model) to the lean TUI and shares fuzzy model search between the lean and full TUIs
  • Adds autodiscovery of docker-agent.yaml, docker-agent.yml, and docker-agent.hcl project config files for no-argument local docker agent run
  • Surfaces background-job elicitation (user-input) requests in the TUI, ensuring each request opens exactly one dialog regardless of which runtime delivers it
  • Makes a custom base_url on a model automatically imply bypass_models_gateway: true, removing the need to set it explicitly

Improvements

  • Improves session cost details in the TUI: aligns layout, color-codes cost percentages per message, groups averages together, and puts "Total" on its own line
  • Speeds up model switcher credential discovery by deduplicating credential names and resolving lookups concurrently, reducing model-picker latency
  • Parallelizes toolset startup and prefetches the MCP catalog off the load critical path, reducing agent startup time

Bug Fixes

  • Fixes glob wildcard matching in permissions so * and ? span path separators (/) in argument values such as file paths and URLs
  • Fixes a bug where setting defer_all: true on a toolset caused the toolset's custom Instructions to be permanently dropped from the agent's context
  • Fixes SafetyPolicy not persisting across turns, causing users to be re-prompted for tool approvals they had already opted into
  • Fixes background elicitations over the API so requests from concurrent background jobs are replayable and answerable instead of being auto-declined
  • Fixes Anthropic cache breakpoints exceeding the hard limit of 4 when deferred tools are present, which caused API errors at runtime
  • Fixes the TUI editor not regaining focus after external editing (Ctrl+G), which caused Enter to route to the transcript instead of sending the composed message
  • Fixes the scheduler schema so type: scheduler is accepted in agent config files (was previously rejected by JSON schema validation)
  • Fixes foreground elicitations being delivered twice into the app event stream
  • Fixes a mutex unlock in the scheduler's setRuntime method to use defer for safer lock release
  • Fixes VCR cassette path normalization for portable prompt-file matching
  • Fixes CI workflow YAML indentation that caused all CI runs to fail before any job could start

Technical Changes

  • Adds MapSlice fan-out helper in the concurrent utilities package and uses it for parallel toolset operations
  • Serializes interactive OAuth flows across toolsets to prevent concurrent conflicts
  • Brings the documentation portal to WCAG 2.1 AA conformance across light and dark themes and adds a pa11y-ci CI gate to maintain it
  • Adds new documentation pages for the scheduler toolset, sandbox templates, custom commands, user settings, context and compaction guide, and fixes stale command syntax in the Named Commands docs

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-agent/compare/v1.110.0...v1.111.0

Source: README.md, updated 2026-07-17