plugin(hook): add task tool execution hooks and command context tracking (#5642)
This commit is contained in:
@@ -160,6 +160,7 @@ export namespace MessageV2 {
|
||||
prompt: z.string(),
|
||||
description: z.string(),
|
||||
agent: z.string(),
|
||||
command: z.string().optional(),
|
||||
})
|
||||
export type SubtaskPart = z.infer<typeof SubtaskPart>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user