feat(core): expose mcp prompts as commands

This commit is contained in:
Aiden Cline 2026-06-29 18:53:36 -05:00
commit 1245420e53
5 changed files with 43 additions and 0 deletions

View file

@ -2564,6 +2564,7 @@ export type CommandsListOutput = {
readonly description?: string
readonly agent?: string
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
readonly source?: "command" | "mcp" | "skill"
readonly subtask?: boolean
}>
}