summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
authorMariano Uvalle <[email protected]>2025-08-15 04:16:40 -0700
committerGitHub <[email protected]>2025-08-15 06:16:40 -0500
commit0befc5d602dc6306c86a450b1956c66543162a82 (patch)
tree8ce6542fee47e1b877aac2413e72d6d4495e5774 /packages/sdk/js/src
parent8355ee2061a8f4f6f8e0450dfe4c6aa91b29ab90 (diff)
downloadopencode-0befc5d602dc6306c86a450b1956c66543162a82.tar.gz
opencode-0befc5d602dc6306c86a450b1956c66543162a82.zip
Feat: Render tool metadata after permission rejection. (#1949)
Signed-off-by: jmug <[email protected]>
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 59294057f..dbd69bcb6 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -347,6 +347,9 @@ export type ToolStateError = {
input: {
[key: string]: unknown
}
+ metadata: {
+ [key: string]: unknown
+ }
error: string
time: {
start: number