Skip to content

Commit a0ca389

Browse files
committed
fix: add 'built-in' to WebviewMessage source type for skill operations
1 parent 4d63fd4 commit a0ca389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/vscode-extension-host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ export interface WebviewMessage {
641641
modeConfig?: ModeConfig
642642
timeout?: number
643643
payload?: WebViewMessagePayload
644-
source?: "global" | "project"
644+
source?: "global" | "project" | "built-in"
645645
skillName?: string // For skill operations (createSkill, deleteSkill, openSkillFile)
646646
skillMode?: string // For skill operations (mode restriction)
647647
skillDescription?: string // For createSkill (skill description)

0 commit comments

Comments
 (0)