feat(core): add skill autoinvoke metadata

This commit is contained in:
Dax Raad
2026-07-01 15:13:40 -04:00
parent 4ea1cb6ab2
commit e826c7e3bc
7 changed files with 86 additions and 5 deletions
+1
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
}>