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.114.0
Name Modified Size InfoDownloads / Week
Parent folder
docker-agent-windows-arm64.exe 2026-07-21 105.9 MB
docker-agent-darwin-amd64 2026-07-21 113.3 MB
docker-agent-darwin-arm64 2026-07-21 105.4 MB
docker-agent-linux-amd64 2026-07-21 133.3 MB
docker-agent-linux-arm64 2026-07-21 126.2 MB
docker-agent-windows-amd64.exe 2026-07-21 114.5 MB
README.md 2026-07-21 3.7 kB
v1.114.0 source code.tar.gz 2026-07-21 10.8 MB
v1.114.0 source code.zip 2026-07-21 12.0 MB
Totals: 9 Items   721.3 MB 0

This release adds config flavors, Mermaid state diagram direction support, and Anthropic adaptive-thinking validation, along with several bug fixes for security, token refresh, and session handling.

Breaking Changes

  • Moves the file-backed SQLite session store to session/sqlitestore (refactor(session)!:)

What's New

  • Adds config flavors — named YAML patches declared in an agent config and applied at load time via the --flavor flag
  • Adds support for Mermaid state diagram directions
  • Adds fast-fail validation when thinking_display: display is set on Anthropic adaptive-thinking models (Claude Opus/Sonnet 4.6+), surfacing the error at startup rather than at inference time
  • Makes standalone SSE usage in MCP tools configurable (defaults to false)

Bug Fixes

  • Fixes path injection risk in CreateSession by validating WorkingDir against permitted roots before use
  • Fixes incorrect integer conversion in DMR provider by adding bounds check when narrowing int64 context size to int32
  • Fixes token refresh when Docker Desktop returns an expired JWT, and prevents the refresh nudge from starving the token polling budget
  • Fixes Anthropic thinking_display validation to also apply against fallback models
  • Fixes decoding of remote MCP prompts instead of type-asserting
  • Fixes session store recovery to not overwrite an existing backup
  • Hardens error paths in the OAuth flow

Technical Changes

  • Splits model discovery into an OpenAI-free dmrmodels package
  • Drops full go-git dependency from gitignore matching
  • Decouples pkg/runtime and pkg/agent from the MCP toolset package
  • Makes the JS command evaluator pluggable to drop the goja dependency
  • Removes unreachable helpers left behind by earlier refactors (including Printer.PrintError, NewSourceLoader, ToolsetMetadata, workingdir.Default, and ExtractCoords)
  • Freezes config schema v13 and opens v14 as the new latest
  • Replaces context.Background() with t.Context() in tests

What's Changed

Full Changelog: https://github.com/docker/docker-agent/compare/v1.113.0...v1.114.0

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