Skip to content

docker-agent 1.60.0#283424

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-docker-agent-1.60.0
May 18, 2026
Merged

docker-agent 1.60.0#283424
BrewTestBot merged 2 commits into
mainfrom
bump-docker-agent-1.60.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release adds agent switching commands, MCP server discovery capabilities, and runtime model switching, along with UI improvements and stability fixes.

What's New

  • Adds slash commands for agent switching (e.g., /plan to hand off to planner agent)
  • Adds MCP catalog toolset for on-demand discovery and activation of remote MCP servers
  • Adds runtime model switching with GET/PATCH/POST endpoints for changing models during sessions
  • Adds sampling/createMessage support for MCP servers to use the host's LLM
  • Adds identity headers (X-Docker-Agent-Version, X-Docker-Desktop-Version) to built-in tool requests

Improvements

  • Renders user pasted content in TUI and collapses large pasted file contents (over 30 lines) into toggleable view
  • Routes mouse-wheel events to background dialogs instead of falling through to chat area
  • Uses Claude Sonnet 4.6 as default model in Anthropic provider
  • Switches to non-preview Gemini model
  • Adds configurable thinking expansion in user config

Bug Fixes

  • Fixes evaluation builds with legacy Docker builder by using printf instead of heredoc for /run.sh
  • Fixes crash prevention by explicitly sending tool_choice=auto in OpenAI requests with tools
  • Fixes Desktop version lookup to be TTL-based and context-independent
  • Fixes command resolution before agent switching to prevent lookup failures
  • Fixes concurrent access issues by using thread-safe methods and improving snapshot isolation

Technical Changes

  • Refactors toolset creation into individual packages with standardized naming
  • Improves concurrent package with thread-safe methods and uses it across multiple components
  • Centralizes context-limit resolution in runtime
  • Moves concurrency deduplication from trigger to review workflow in CI
  • Updates example configuration to use xai/grok-2-latest model

What's Changed

Full Changelog: docker/docker-agent@v1.59.0...v1.60.0

View the full release notes at https://github.com/docker/docker-agent/releases/tag/v1.60.0.


@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 18, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 18, 2026 19:36
@BrewTestBot BrewTestBot added this pull request to the merge queue May 18, 2026
Merged via the queue into main with commit 60ec9b0 May 18, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-docker-agent-1.60.0 branch May 18, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants