Skip to content

docker-agent 1.44.0#277372

Merged
BrewTestBot merged 2 commits intomainfrom
bump-docker-agent-1.44.0
Apr 13, 2026
Merged

docker-agent 1.44.0#277372
BrewTestBot merged 2 commits intomainfrom
bump-docker-agent-1.44.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
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: docker/docker-agent@v1.43.0...v1.44.0

View the full release notes at https://github.com/docker/docker-agent/releases/tag/v1.44.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 13, 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 13, 2026
@BrewTestBot BrewTestBot enabled auto-merge April 13, 2026 18:28
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 13, 2026
Merged via the queue into main with commit 0dd00bf Apr 13, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-docker-agent-1.44.0 branch April 13, 2026 18:37
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