chore(client): regenerate command types

This commit is contained in:
Johnny Eric Amancio
2026-08-04 13:53:45 +02:00
parent 6a550207fa
commit bc5ac7f567
+1
View File
@@ -2515,6 +2515,7 @@ export type CommandsListOutput = {
readonly description?: string
readonly agent?: string
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
readonly variant?: string
readonly subtask?: boolean
}>
}