plugin(hook): add task tool execution hooks and command context tracking (#5642)
This commit is contained in:
parent
e4d7bb4869
commit
463bf7ab3a
4 changed files with 45 additions and 22 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue