From 728d15912899d9c66838f0937931f61d75d217d4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 25 Aug 2026 19:17:22 +0200 Subject: fix: keep one-shot skills loaded until New --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3