Skip to content

Commit 7c0f8f0

Browse files
authored
Merge pull request #1834 from docker/changelog/v1.24.0
docs: update CHANGELOG.md for v1.24.0
2 parents 79140af + b3cc947 commit 7c0f8f0

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

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

55

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+
633
## [v1.23.6] - 2026-02-23
734

835
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
698725
[v1.23.5]: https://github.com/docker/cagent/releases/tag/v1.23.5
699726

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

Comments
 (0)