diff options
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 |
