Skip to content

Commit 37de489

Browse files
authored
Merge pull request #2317 from docker/changelog/v1.42.0
docs: update CHANGELOG.md for v1.42.0
2 parents 8a128f5 + 5f53de0 commit 37de489

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

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

55

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+
634
## [v1.41.0] - 2026-04-01
735

836
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
17461774
[v1.40.0]: https://github.com/docker/docker-agent/releases/tag/v1.40.0
17471775

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

Comments
 (0)