mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
plugin(hook): add task tool execution hooks and command context tracking (#5642)
This commit is contained in:
parent
a6a8f41fd3
commit
b8a8fb0de6
4 changed files with 45 additions and 22 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue