|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.48.0] - 2026-04-20 |
| 7 | + |
| 8 | +This release adds working directory configuration for MCP and LSP toolsets and improves toolset reliability with better retry handling. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds optional `working_dir` field to MCP and LSP toolset configurations to launch processes from a specific directory |
| 12 | + |
| 13 | +## Bug Fixes |
| 14 | +- Fixes retry behavior for MCP toolsets after tool calls within the same turn |
| 15 | +- Stops retrying SQLITE_CANTOPEN (14) errors that cannot be resolved |
| 16 | +- Fixes filepath handling to satisfy gocritic filepathJoin lint rule |
| 17 | +- Returns explicit error when ref-based MCP resolves to remote server with working_dir |
| 18 | + |
| 19 | +## Technical Changes |
| 20 | +- Documents working_dir field for MCP and LSP toolsets in configuration |
| 21 | + |
| 22 | +### Pull Requests |
| 23 | + |
| 24 | +- [#2457](https://github.com/docker/docker-agent/pull/2457) - fix(#2457): retry MCP toolsets after tool calls within the same turn |
| 25 | +- [#2458](https://github.com/docker/docker-agent/pull/2458) - fix: retry LSP/MCP toolsets after tool calls, covering env-wrapped commands (fixes #2457) |
| 26 | +- [#2460](https://github.com/docker/docker-agent/pull/2460) - feat: add optional working_dir to MCP and LSP toolset configs |
| 27 | +- [#2466](https://github.com/docker/docker-agent/pull/2466) - Don't retry SQLITE_CANTOPEN (14) errors |
| 28 | +- [#2468](https://github.com/docker/docker-agent/pull/2468) - docs: update CHANGELOG.md for v1.47.0 |
| 29 | + |
| 30 | + |
6 | 31 | ## [v1.47.0] - 2026-04-20 |
7 | 32 |
|
8 | 33 | This release fixes several issues with AI model interactions, including title generation failures with reasoning models and shell command hangs. |
@@ -2038,3 +2063,5 @@ This release improves the terminal user interface with better error handling and |
2038 | 2063 | [v1.46.0]: https://github.com/docker/docker-agent/releases/tag/v1.46.0 |
2039 | 2064 |
|
2040 | 2065 | [v1.47.0]: https://github.com/docker/docker-agent/releases/tag/v1.47.0 |
| 2066 | + |
| 2067 | +[v1.48.0]: https://github.com/docker/docker-agent/releases/tag/v1.48.0 |
0 commit comments