| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-agent-windows-arm64.exe | 2026-04-03 | 84.8 MB | |
| docker-agent-darwin-amd64 | 2026-04-03 | 91.1 MB | |
| docker-agent-darwin-arm64 | 2026-04-03 | 84.7 MB | |
| docker-agent-linux-amd64 | 2026-04-03 | 106.3 MB | |
| docker-agent-linux-arm64 | 2026-04-03 | 100.6 MB | |
| docker-agent-windows-amd64.exe | 2026-04-03 | 91.7 MB | |
| README.md | 2026-04-03 | 1.8 kB | |
| v1.42.0 source code.tar.gz | 2026-04-03 | 7.9 MB | |
| v1.42.0 source code.zip | 2026-04-03 | 8.4 MB | |
| Totals: 9 Items | 575.5 MB | 3 | |
This release improves evaluation output with structured JSON results and fixes several Windows compatibility issues.
What's New
- Adds URL click detection for terminals with mouse tracking support
- Includes structured results, run configuration, and summary in evaluation JSON output
- Includes judge reasons for passed relevance criteria in evaluation results
Bug Fixes
- Fixes Windows OS detection typo in session environment (corrects "window" to "windows")
- Replaces removed claude-3-7-sonnet-latest alias with explicit model ID in examples
- Uses platform-aware shell detection for Windows compatibility in skill expansion, script_shell, post-edit hooks, and bang commands
Technical Changes
- Pre-populates criterion names in CheckRelevance results
- Fixes lint issues including gci formatting and testifylint float comparisons
What's Changed
- docs: update CHANGELOG.md for v1.41.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/2307
- eval: include structured results, run config, and summary in JSON output by @hamza-jeddad in https://github.com/docker/docker-agent/pull/2309
- fix: correct Windows OS detection typo in session environment by @trungutt in https://github.com/docker/docker-agent/pull/2312
- fix: replace removed claude-3-7-sonnet-latest alias in examples by @trungutt in https://github.com/docker/docker-agent/pull/2313
- fix: use platform-aware shell for skill expansion, script_shell, post-edit hooks, and bang command by @trungutt in https://github.com/docker/docker-agent/pull/2314
- tui/messages: Add URL click detection for terminals with mouse tracking by @vvoland in https://github.com/docker/docker-agent/pull/2308
Full Changelog: https://github.com/docker/docker-agent/compare/v1.41.0...v1.42.0