This release improves the shell tool's command handling and fixes documentation inconsistencies.
Improvements
- Accepts "command" as an alias for "cmd" in shell tool calls to improve compatibility with different AI models
- Improves error messaging when shell commands are empty or blank
Bug Fixes
- Fixes documentation and code divergences reported in issue #2464 with 36 targeted corrections
- Prevents blank "cmd" parameters from interfering with "command" alias functionality
Technical Changes
- Updates configuration schema version to 8 in documentation
- Updates CHANGELOG.md for v1.49.0 release
What's Changed
- docs: update CHANGELOG.md for v1.49.0 by @docker-read-write[bot] in #2483
- shell: accept
commandas alias forcmdand improve empty-arg error by @trungutt in #2481 - docs: fix doc-code divergences reported in #2464 by @dgageot in #2479
Full Changelog: v1.49.0...v1.49.1