chore(client): regenerate command API

This commit is contained in:
Brendan Allan 2026-07-23 12:04:37 +08:00
commit 9de001d92f
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E

View file

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