respect subagent in command, add subtask flag (#2569)
This commit is contained in:
@@ -244,6 +244,7 @@ export namespace Config {
|
||||
description: z.string().optional(),
|
||||
agent: z.string().optional(),
|
||||
model: z.string().optional(),
|
||||
subtask: z.boolean().optional(),
|
||||
})
|
||||
export type Command = z.infer<typeof Command>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user