diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a79898b..bb8fb42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 at runtime so there is still no icon file to install. Send is now a square button beside the entry box with its label under the icon, and New/Attach sit at the right end of the picker row. +- Skills. Instruction files read from `~/.agents/skills/*/SKILL.md` can be + loaded into the model's context on demand: the model calls a `load_skill` + tool, or you type `/skill-name` or mention a skill's name. Loaded skills + stay for the whole session in chat mode, drop after the reply in one-shot + mode, and show as removable chips. The backend tool loop now dispatches + between `web_search` and `load_skill`; `max_searches` caps total tool + rounds per turn. ### Fixed |
