respect subagent in command, add subtask flag (#2569)

This commit is contained in:
Aiden Cline
2025-09-13 12:47:18 -05:00
committed by GitHub
parent 6506e48c54
commit 16d66c209d
3 changed files with 122 additions and 6 deletions

View File

@@ -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>