|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.24.0] - 2026-02-24 |
| 7 | + |
| 8 | +This release introduces remote skills discovery capabilities and improves file reading tools with pagination support. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds remote skills discovery with disk cache and dedicated tools, supporting the well-known skills discovery specification |
| 12 | +- Adds offset and line_count pagination parameters to read_file and read_multiple_files tools for incremental reading of large files |
| 13 | + |
| 14 | +## Improvements |
| 15 | +- Limits output size for read_file and read_multiple_files tools to prevent excessive token usage |
| 16 | +- Removes pagination instructions from tool descriptions for cleaner interface |
| 17 | + |
| 18 | +## Bug Fixes |
| 19 | +- Fixes LineCount metadata on truncated read_multiple_files results |
| 20 | + |
| 21 | +## Technical Changes |
| 22 | +- Freezes configuration version v5 and bumps to v6 |
| 23 | +- Updates test cassettes to match schema changes for file reading tools |
| 24 | + |
| 25 | +### Pull Requests |
| 26 | + |
| 27 | +- [#1810](https://github.com/docker/cagent/pull/1810) - Freeze v5 (and a few refactoring) |
| 28 | +- [#1822](https://github.com/docker/cagent/pull/1822) - Implement remote skills discovery with disk cache and dedicated tools |
| 29 | +- [#1828](https://github.com/docker/cagent/pull/1828) - builtin: add offset and line_count pagination to read_file and read_multiple_files |
| 30 | +- [#1829](https://github.com/docker/cagent/pull/1829) - docs: update CHANGELOG.md for v1.23.6 |
| 31 | + |
| 32 | + |
6 | 33 | ## [v1.23.6] - 2026-02-23 |
7 | 34 |
|
8 | 35 | This release improves cost tracking accuracy, enhances session management, and fixes several UI and functionality issues. |
@@ -698,3 +725,5 @@ This release improves the terminal user interface with better error handling and |
698 | 725 | [v1.23.5]: https://github.com/docker/cagent/releases/tag/v1.23.5 |
699 | 726 |
|
700 | 727 | [v1.23.6]: https://github.com/docker/cagent/releases/tag/v1.23.6 |
| 728 | + |
| 729 | +[v1.24.0]: https://github.com/docker/cagent/releases/tag/v1.24.0 |
0 commit comments