Skip to content

Commit e379d52

Browse files
authored
Merge pull request #2484 from docker/changelog/v1.49.1
docs: update CHANGELOG.md for v1.49.1
2 parents aa27291 + a628dfa commit e379d52

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.49.1] - 2026-04-21
7+
8+
This release improves the shell tool's command handling and fixes documentation inconsistencies.
9+
10+
## Improvements
11+
- Accepts "command" as an alias for "cmd" in shell tool calls to improve compatibility with different AI models
12+
- Improves error messaging when shell commands are empty or blank
13+
14+
## Bug Fixes
15+
- Fixes documentation and code divergences reported in issue #2464 with 36 targeted corrections
16+
- Prevents blank "cmd" parameters from interfering with "command" alias functionality
17+
18+
## Technical Changes
19+
- Updates configuration schema version to 8 in documentation
20+
- Updates CHANGELOG.md for v1.49.0 release
21+
22+
### Pull Requests
23+
24+
- [#2464](https://github.com/docker/docker-agent/pull/2464) - docs: fix doc-code divergences reported in issue #2464
25+
- [#2479](https://github.com/docker/docker-agent/pull/2479) - docs: fix doc-code divergences reported in #2464
26+
- [#2481](https://github.com/docker/docker-agent/pull/2481) - shell: accept `command` as alias for `cmd` and improve empty-arg error
27+
- [#2483](https://github.com/docker/docker-agent/pull/2483) - docs: update CHANGELOG.md for v1.49.0
28+
29+
630
## [v1.49.0] - 2026-04-21
731

832
This release improves DMR support, adds skill filtering capabilities, and includes several bug fixes for OpenTelemetry and security hardening.
@@ -2096,3 +2120,5 @@ This release improves the terminal user interface with better error handling and
20962120
[v1.48.0]: https://github.com/docker/docker-agent/releases/tag/v1.48.0
20972121

20982122
[v1.49.0]: https://github.com/docker/docker-agent/releases/tag/v1.49.0
2123+
2124+
[v1.49.1]: https://github.com/docker/docker-agent/releases/tag/v1.49.1

0 commit comments

Comments
 (0)