|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.50.0] - 2026-04-23 |
| 7 | + |
| 8 | +This release fixes several runtime issues with message steering and sandbox argument handling, along with TUI improvements for user prompts and speech commands. |
| 9 | + |
| 10 | +## What's New |
| 11 | + |
| 12 | +- Adds support for custom OAuth callback redirect URLs for remote MCP toolsets, allowing public-facing proxies for authentication |
| 13 | + |
| 14 | +## Improvements |
| 15 | + |
| 16 | +- Adds custom component for user_prompt tool calls in TUI that shows only status and name without exposing internal details |
| 17 | + |
| 18 | +## Bug Fixes |
| 19 | + |
| 20 | +- Fixes sandbox mode incorrectly interpreting agent file path as first chat message due to duplicate argument handling |
| 21 | +- Fixes runtime race conditions where steer messages could be silently dropped during idle windows or first turns |
| 22 | +- Fixes /speak slash command not dispatching immediately in TUI |
| 23 | + |
| 24 | +## Technical Changes |
| 25 | + |
| 26 | +- Updates Go to version 1.26.2 |
| 27 | +- Refactors runtime steer message injection to remove system-reminder envelope |
| 28 | + |
| 29 | +### Pull Requests |
| 30 | + |
| 31 | +- [#2486](https://github.com/docker/docker-agent/pull/2486) - docs: update CHANGELOG.md for v1.49.2 |
| 32 | +- [#2487](https://github.com/docker/docker-agent/pull/2487) - fix(sandbox): don't duplicate agent file and --config-dir args |
| 33 | +- [#2488](https://github.com/docker/docker-agent/pull/2488) - chore: bump Go to 1.26.2 |
| 34 | +- [#2492](https://github.com/docker/docker-agent/pull/2492) - fix(runtime): drain steerQueue at top of RunStream loop to close idle-window race |
| 35 | +- [#2494](https://github.com/docker/docker-agent/pull/2494) - feat(mcp): support custom OAuth callbackRedirectURL for remote toolsets |
| 36 | +- [#2496](https://github.com/docker/docker-agent/pull/2496) - fix(tui): make /speak slash command dispatch immediately |
| 37 | +- [#2497](https://github.com/docker/docker-agent/pull/2497) - tui: add custom component for user_prompt tool calls |
| 38 | + |
| 39 | + |
6 | 40 | ## [v1.49.2] - 2026-04-21 |
7 | 41 |
|
8 | 42 | This release fixes an issue with the --pull-interval flag when using URL gordon references. |
@@ -2140,3 +2174,5 @@ This release improves the terminal user interface with better error handling and |
2140 | 2174 | [v1.49.1]: https://github.com/docker/docker-agent/releases/tag/v1.49.1 |
2141 | 2175 |
|
2142 | 2176 | [v1.49.2]: https://github.com/docker/docker-agent/releases/tag/v1.49.2 |
| 2177 | + |
| 2178 | +[v1.50.0]: https://github.com/docker/docker-agent/releases/tag/v1.50.0 |
0 commit comments