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 --- docs/superpowers/specs/2026-08-25-skills-design.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/superpowers') diff --git a/docs/superpowers/specs/2026-08-25-skills-design.md b/docs/superpowers/specs/2026-08-25-skills-design.md index 20a3c0f..99baee6 100644 --- a/docs/superpowers/specs/2026-08-25-skills-design.md +++ b/docs/superpowers/specs/2026-08-25-skills-design.md @@ -13,8 +13,9 @@ with `name` and `description`, then the instructions. This adds a skills subsystem: llamachat reads that directory, lets the model load a skill on demand through a tool call, and lets the user load one by typing `/name` or mentioning the name naturally. A loaded skill's text stays -in context for the whole conversation in chat mode, and for the single reply -in one-shot mode. +in context for the whole conversation in chat mode. One-shot mode keeps it +in memory (never in history) until New or the chip is clicked, so a skill +loaded in a scratch window stays active for the rest of it. ## Skills directory and format -- cgit v1.2.3