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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 22 deletions

View file

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