|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.42.0] - 2026-04-03 |
| 7 | + |
| 8 | +This release improves evaluation output with structured JSON results and fixes several Windows compatibility issues. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds URL click detection for terminals with mouse tracking support |
| 12 | +- Includes structured results, run configuration, and summary in evaluation JSON output |
| 13 | +- Includes judge reasons for passed relevance criteria in evaluation results |
| 14 | + |
| 15 | +## Bug Fixes |
| 16 | +- Fixes Windows OS detection typo in session environment (corrects "window" to "windows") |
| 17 | +- Replaces removed claude-3-7-sonnet-latest alias with explicit model ID in examples |
| 18 | +- Uses platform-aware shell detection for Windows compatibility in skill expansion, script_shell, post-edit hooks, and bang commands |
| 19 | + |
| 20 | +## Technical Changes |
| 21 | +- Pre-populates criterion names in CheckRelevance results |
| 22 | +- Fixes lint issues including gci formatting and testifylint float comparisons |
| 23 | + |
| 24 | +### Pull Requests |
| 25 | + |
| 26 | +- [#2307](https://github.com/docker/docker-agent/pull/2307) - docs: update CHANGELOG.md for v1.41.0 |
| 27 | +- [#2308](https://github.com/docker/docker-agent/pull/2308) - tui/messages: Add URL click detection for terminals with mouse tracking |
| 28 | +- [#2309](https://github.com/docker/docker-agent/pull/2309) - eval: include structured results, run config, and summary in JSON output |
| 29 | +- [#2312](https://github.com/docker/docker-agent/pull/2312) - fix: correct Windows OS detection typo in session environment |
| 30 | +- [#2313](https://github.com/docker/docker-agent/pull/2313) - fix: replace removed claude-3-7-sonnet-latest alias in examples |
| 31 | +- [#2314](https://github.com/docker/docker-agent/pull/2314) - fix: use platform-aware shell for skill expansion, script_shell, post-edit hooks, and bang command |
| 32 | + |
| 33 | + |
6 | 34 | ## [v1.41.0] - 2026-04-01 |
7 | 35 |
|
8 | 36 | This release introduces a new models discovery command, contextual help system, and several TUI improvements including persistent warnings and simplified lean mode. |
@@ -1746,3 +1774,5 @@ This release improves the terminal user interface with better error handling and |
1746 | 1774 | [v1.40.0]: https://github.com/docker/docker-agent/releases/tag/v1.40.0 |
1747 | 1775 |
|
1748 | 1776 | [v1.41.0]: https://github.com/docker/docker-agent/releases/tag/v1.41.0 |
| 1777 | + |
| 1778 | +[v1.42.0]: https://github.com/docker/docker-agent/releases/tag/v1.42.0 |
0 commit comments