Skip to content

Commit 4facb53

Browse files
docs: update CHANGELOG.md for v1.48.0
Automated changelog update for release v1.48.0 Assisted-By: Docker Agent
1 parent f41413d commit 4facb53

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44

55

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+
631
## [v1.47.0] - 2026-04-20
732

833
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
20382063
[v1.46.0]: https://github.com/docker/docker-agent/releases/tag/v1.46.0
20392064

20402065
[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

Comments
 (0)