@@ -551,6 +551,7 @@ export type CommandInfo = {
agent?: string
model?: ModelRef
subtask?: boolean
+ source?: "command" | "mcp"
}
export type ProviderRequest = {