You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(skill): add hidden frontmatter field to skills
Add a hidden boolean field to skill frontmatter, mirroring the existing
AgentConfig.hidden field. Skills with hidden: true are excluded from the
LLM tool description (available_skills) but remain accessible via the
/skills dialog and the skill tool for manual invocation.
Closes#29189
0 commit comments