Add changelog entry for haiku.skills 0.5.1 compatibility fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yiorgis Gozadinos 2026-02-28 13:42:42 +02:00
parent 27a71c7e01
commit 2eea9b3bc9
No known key found for this signature in database

View file

@ -1,6 +1,11 @@
# Changelog
## [Unreleased]
### Fixed
- **Compatibility with haiku.skills 0.5.1**: Replaced removed `SkillToolset.system_prompt` with `build_system_prompt(toolset.skill_catalog)` across chat TUI, backend app, and examples
- **Minimum dependency**: Bumped `haiku.skills` requirement to `>=0.5.1`
## [0.32.1] - 2026-02-26
### Added