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

@ -5166,6 +5166,7 @@ export type CommandV2Info = {
description?: string
agent?: string
model?: ModelRef
source?: "command" | "mcp" | "skill"
subtask?: boolean
}