Download Latest Version v1.48.0 source code.tar.gz (7.9 MB)
Email in envelope

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

Home / v1.44.0
Name Modified Size InfoDownloads / Week
Parent folder
docker-agent-windows-arm64.exe 2026-04-13 87.0 MB
docker-agent-darwin-amd64 2026-04-13 93.5 MB
docker-agent-darwin-arm64 2026-04-13 87.0 MB
docker-agent-linux-amd64 2026-04-13 109.5 MB
docker-agent-linux-arm64 2026-04-13 103.7 MB
docker-agent-windows-amd64.exe 2026-04-13 94.0 MB
README.md 2026-04-13 7.4 kB
v1.44.0 source code.tar.gz 2026-04-13 7.9 MB
v1.44.0 source code.zip 2026-04-13 8.5 MB
Totals: 9 Items   591.1 MB 3

This release introduces TUI customization capabilities, session management improvements, and OAuth security enhancements, along with numerous bug fixes and stability improvements.

What's New

  • Adds support for extending and customizing TUI with additional commands through new Immediate flag and Parser struct
  • Adds session delete functionality to session browser
  • Adds click-to-select support for agents in the sidebar
  • Adds /fork slash command to duplicate current session into a new tab
  • Adds mid-turn message steering for running agent sessions with new /steer and /followup API endpoints
  • Adds OAuth token storage in OS keychain with silent refresh token support
  • Adds debug OAuth commands: list, remove, and login
  • Adds support for shell expansions (~, env vars) in config paths
  • Adds total session count display in session browser dialog title

Improvements

  • Improves TUI rendering to match sandbox template
  • Makes Ctrl+W context-aware to preserve word deletion in editor when focused
  • Makes /exit close only the current tab when multiple tabs are open

Bug Fixes

  • Fixes crash when opening empty websocket frames in OpenAI provider
  • Fixes Gemini thinking tokens not included in output token count for cost calculation
  • Fixes tool calls getting stuck as running when moved out of active reasoning block
  • Fixes missing type in schema and orphaned function calls in Responses API
  • Fixes spurious blank line appearing in every assistant message
  • Fixes layout shift when hovering over assistant messages to reveal copy button
  • Fixes concurrent RunSession calls causing tool_use/tool_result mismatch
  • Fixes panic in code mode when tool handler is nil
  • Fixes suggestion ghost text remaining when completion dialog closes on backspace
  • Fixes skill frontmatter parsing when description contains a colon
  • Fixes sidebar agent click zones mapping all lines to first agent
  • Fixes OAuth token security vulnerabilities and infinite recursion issues
  • Fixes auto-detect tool install failures being treated as fatal
  • Fixes background agent context being cancelled with parent message lifecycle

Technical Changes

  • Stores OAuth tokens in OS keychain with graceful fallback to in-memory storage
  • Serializes concurrent RunSession calls to prevent race conditions
  • Sanitizes message history to ensure all tool calls have results
  • Adds regression tests for SSE comment lines from OpenRouter
  • Uses in-memory store in keyring tests to avoid macOS keychain permission dialog
  • Separates steer and follow-up into distinct queues with lock/confirm semantics
  • Adds documentation for OpenAPI toolset
  • Optimizes PR CI build process

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-agent/compare/v1.43.0...v1.44.0

Source: README.md, updated 2026-04-13