|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.31.0] - 2026-03-11 |
| 7 | + |
| 8 | +This release enhances the cost dialog with detailed session statistics and improves todo tool reliability for better task completion tracking. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds total token count, session duration, and message count to cost dialog |
| 12 | +- Adds reasoning tokens display for supported models (e.g. o1) |
| 13 | +- Adds average cost per 1K tokens and per message metrics to cost analysis |
| 14 | +- Adds cost percentage breakdown per model and per message |
| 15 | +- Adds cache hit rate and per-entry cached token count display |
| 16 | + |
| 17 | +## Improvements |
| 18 | +- Improves todo tool reliability by reminding LLM of incomplete items and including full state in all responses |
| 19 | + |
| 20 | +## Bug Fixes |
| 21 | +- Fixes Sonnet model name |
| 22 | +- Fixes various edge-case bugs in cost dialog formatting |
| 23 | + |
| 24 | +## Technical Changes |
| 25 | +- Adds cache to building hub image in CI |
| 26 | +- Optimizes CI by building and testing Go on the same runner to avoid duplicate compilation |
| 27 | +- Freezes config to v6 |
| 28 | +- Deduplicates tool documentation into individual pages |
| 29 | +- Adds docs-serve task for local Jekyll preview via Docker |
| 30 | + |
| 31 | +### Pull Requests |
| 32 | + |
| 33 | +- [#2037](https://github.com/docker/docker-agent/pull/2037) - Add cache to building hub image in CI |
| 34 | +- [#2046](https://github.com/docker/docker-agent/pull/2046) - cost dialog: enrich with session stats, per-model percentages, and formatting fixes |
| 35 | +- [#2048](https://github.com/docker/docker-agent/pull/2048) - fix: improve todo completion reliability |
| 36 | +- [#2050](https://github.com/docker/docker-agent/pull/2050) - docs: update CHANGELOG.md for v1.30.1 |
| 37 | +- [#2052](https://github.com/docker/docker-agent/pull/2052) - Fix sonnet model name |
| 38 | +- [#2056](https://github.com/docker/docker-agent/pull/2056) - Improve the toolsets documentation |
| 39 | +- [#2059](https://github.com/docker/docker-agent/pull/2059) - Freeze config v6 |
| 40 | + |
| 41 | + |
6 | 42 | ## [v1.30.1] - 2026-03-11 |
7 | 43 |
|
8 | 44 | This release improves command history handling, adds sound notifications, and includes various bug fixes and performance optimizations. |
@@ -1139,3 +1175,5 @@ This release improves the terminal user interface with better error handling and |
1139 | 1175 | [v1.30.0]: https://github.com/docker/docker-agent/releases/tag/v1.30.0 |
1140 | 1176 |
|
1141 | 1177 | [v1.30.1]: https://github.com/docker/docker-agent/releases/tag/v1.30.1 |
| 1178 | + |
| 1179 | +[v1.31.0]: https://github.com/docker/docker-agent/releases/tag/v1.31.0 |
0 commit comments