diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-25 19:17:22 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-25 19:17:22 +0200 |
| commit | 728d15912899d9c66838f0937931f61d75d217d4 (patch) | |
| tree | 6e218ba3adc540be47654f25695ad5aca0b0bb1f /CHANGELOG.md | |
| parent | 6ae195baa09bc217d51f3fb0a38312dfdcc85fdb (diff) | |
| download | llamachat-728d15912899d9c66838f0937931f61d75d217d4.tar.gz llamachat-728d15912899d9c66838f0937931f61d75d217d4.zip | |
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8fb42..c4f6473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,10 +76,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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. + show as removable chips and stay loaded for the whole session in chat + mode; one-shot mode keeps them in memory until New or the chip is clicked, + never in history. The backend tool loop now dispatches between `web_search` + and `load_skill`; `max_searches` caps total tool rounds per turn. ### Fixed |
