Skip to content

docker-agent 1.46.0#277954

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-docker-agent-1.46.0
Apr 16, 2026
Merged

docker-agent 1.46.0#277954
BrewTestBot merged 2 commits into
mainfrom
bump-docker-agent-1.46.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release adds OAuth credential configuration for MCP servers, evaluation testing improvements, and numerous stability fixes.

What's New

  • Adds support for explicit OAuth credentials configuration for remote MCP servers that don't support Dynamic Client Registration
  • Adds --repeat flag to eval command for running evaluations multiple times
  • Adds support for xhigh effort level in Anthropic adaptive thinking (Claude Opus 4.7+)
  • Adds task_budget configuration field for Claude Opus 4.7 to cap total tokens across multi-step tasks
  • Adds markdown rendering support in user_prompt dialog messages

Improvements

  • Improves image attachment handling by inlining as base64 data URLs for cross-provider compatibility
  • Improves robots.txt caching to store parsed data per host instead of boolean results
  • Improves session database version detection with clear upgrade messages for newer databases

Bug Fixes

  • Fixes --attach flag being silently ignored when used without a message argument
  • Fixes data race in AddMessageUsageRecord by adding mutex lock
  • Fixes data race in rule-based router by protecting lastSelectedID with mutex
  • Fixes panic in extractSystemBlocks when system message is empty with CacheControl
  • Fixes empty messages slice handling in SendUserMessage path
  • Fixes symlink-based path traversal vulnerability in ACP filesystem toolset
  • Fixes OAuth callback CSRF vulnerability by rejecting when expected state is not set
  • Fixes MCP tryRestart to use context-aware select instead of time.Sleep
  • Fixes assistant text being discarded when tool calls are present in Responses API conversion
  • Fixes MCP OAuth token refresh by remembering the discovered auth server

Technical Changes

  • Updates mutex handling for MCP Toolset.Instructions() method
  • Updates Go dependencies including Anthropic SDK and various UI libraries

What's Changed

Full Changelog: docker/docker-agent@v1.45.0...v1.46.0

View the full release notes at https://github.com/docker/docker-agent/releases/tag/v1.46.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 Apr 16, 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 Apr 16, 2026
@BrewTestBot BrewTestBot enabled auto-merge April 16, 2026 21:51
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 16, 2026
Merged via the queue into main with commit 0d737fb Apr 16, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-docker-agent-1.46.0 branch April 16, 2026 22:00
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