feat(core): add skill autoinvoke metadata

This commit is contained in:
Dax Raad 2026-07-01 15:13:40 -04:00
commit 716f6658db
7 changed files with 86 additions and 5 deletions

View file

@ -2803,6 +2803,7 @@ export type SkillListOutput = {
readonly name: string
readonly description?: string
readonly slash?: boolean
readonly autoinvoke?: boolean
readonly location: string
readonly content: string
}>