refactor(core): keep mcp command metadata minimal

This commit is contained in:
Aiden Cline 2026-06-29 19:00:12 -05:00
commit 9b7ad8f97e
4 changed files with 0 additions and 4 deletions

View file

@ -2564,7 +2564,6 @@ 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
}>
}