Skip to content

feat(skills): announce catalog changes - #71

Merged
danielkov merged 4 commits into
mainfrom
feat/hot-reload-skills-notification
Sep 1, 2026
Merged

feat(skills): announce catalog changes#71
danielkov merged 4 commits into
mainfrom
feat/hot-reload-skills-notification

Conversation

@danielkov

@danielkov danielkov commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Kit now re-scans the effective skill catalog at serialized user-prompt boundaries and includes a bounded, neutral notification in the same input batch when skills change. Added and changed entries include the skill name and activation description, removed entries include their names, and the frozen model tool definition keeps an open string input so newly added skills can be loaded without invalidating the prompt cache.

Closes #68

Comment thread src/protocols/acp/skill_catalog.rs Outdated
Comment thread src/protocols/acp/skill_catalog.rs Outdated
@danielkov
danielkov force-pushed the feat/hot-reload-skills-notification branch from a833402 to fe86613 Compare September 1, 2026 10:56
@danielkov
danielkov merged commit 84a85e5 into main Sep 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dynamically reload skills and notify the model at turn boundaries

1 participant