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 Aiden Cline
commit 463bf7ab3a
4 changed files with 45 additions and 22 deletions

View file

@ -420,6 +420,7 @@ export type Part =
prompt: string
description: string
agent: string
command?: string
}
| ReasoningPart
| FilePart
@ -1603,6 +1604,7 @@ export type SubtaskPartInput = {
prompt: string
description: string
agent: string
command?: string
}
export type Command = {