diff options
| author | Spoon <[email protected]> | 2025-12-17 02:28:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 19:28:09 -0600 |
| commit | b8a8fb0de67e4e1759a5f301135177937f7122e3 (patch) | |
| tree | 6b442b9e4fe995a602e836f1ab09ed6a808fb932 /packages/sdk/js | |
| parent | a6a8f41fd382ce49f538d31b8c3a01ef98e6c0a0 (diff) | |
| download | opencode-b8a8fb0de67e4e1759a5f301135177937f7122e3.tar.gz opencode-b8a8fb0de67e4e1759a5f301135177937f7122e3.zip | |
plugin(hook): add task tool execution hooks and command context tracking (#5642)
Diffstat (limited to 'packages/sdk/js')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index ca8d25fd5..00f209c6d 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -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 = { |
