feat(core): add skill autoinvoke metadata

This commit is contained in:
Dax Raad
2026-07-01 15:13:40 -04:00
parent 9f1a8f2149
commit 716f6658db
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
}>