aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-25 18:36:08 +0200
committerDanilo M. <danix@danix.xyz>2026-08-25 18:36:08 +0200
commit767636465e43eb9662cde31037392d4b9c05a735 (patch)
tree62d66e87c55d35d49ff145a3bfd3e22be7feaeb4 /CHANGELOG.md
parent8776e6fd87207d0bd76f1567851f554b7eb3a70e (diff)
downloadllamachat-767636465e43eb9662cde31037392d4b9c05a735.tar.gz
llamachat-767636465e43eb9662cde31037392d4b9c05a735.zip
docs: document skills support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
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