plugin(hook): add task tool execution hooks and command context tracking (#5642)

This commit is contained in:
Spoon
2025-12-17 02:28:09 +01:00
committed by GitHub
parent a6a8f41fd3
commit b8a8fb0de6
4 changed files with 45 additions and 22 deletions

View File

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