Skip to content

chore: update agentkit skills to 0.10.8 - #23

Merged
danielkov merged 1 commit into
mainfrom
chore/update-agentkit-skills
Aug 25, 2026
Merged

chore: update agentkit skills to 0.10.8#23
danielkov merged 1 commit into
mainfrom
chore/update-agentkit-skills

Conversation

@danielkov

@danielkov danielkov commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates agentkit-tool-skills from 0.10.7 to 0.10.8 and aligns Kit with its renamed, repeatable skill-loading API. Renames the hidden child tool from activate_skill to skill, removes obsolete activation-reset handling, updates user documentation and regression coverage, and bumps Kit to 0.1.91.

Motivation

Agentkit 0.10.8 changes the exported skill tool contract. Without the runtime registration update, Kit would no longer expose discovered skills after upgrading the crate.

Impact

Agents must call skill instead of activate_skill. The same skill can now be loaded more than once in a session; skill discovery and precedence are unchanged.

Technical details

Compaction

Skill activation state no longer exists upstream, so compaction no longer tracks removed skill outputs or resets per-session activations.

Regression coverage

A compose-level test verifies that the hidden skill tool is registered and can load the same skill twice.

@danielkov
danielkov merged commit 002305b into main Aug 25, 2026
2 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.

1 participant