This release introduces remote skills discovery capabilities and improves file reading tools with pagination support.
What's New
- Adds remote skills discovery with disk cache and dedicated tools, supporting the well-known skills discovery specification
- Adds offset and line_count pagination parameters to read_file and read_multiple_files tools for incremental reading of large files
Improvements
- Limits output size for read_file and read_multiple_files tools to prevent excessive token usage
- Removes pagination instructions from tool descriptions for cleaner interface
Bug Fixes
- Fixes LineCount metadata on truncated read_multiple_files results
Technical Changes
- Freezes configuration version v5 and bumps to v6
- Updates test cassettes to match schema changes for file reading tools
What's Changed
- docs: update CHANGELOG.md for v1.23.6 by @docker-read-write[bot] in #1829
- builtin: add offset and line_count pagination to read_file and read_multiple_files by @trungutt in #1828
- Implement remote skills discovery with disk cache and dedicated tools by @rumpl in #1822
- Freeze v5 (and a few refactoring) by @dgageot in #1810
Full Changelog: v1.23.6...v1.24.0