From 3a2b2f13f252e17237dcd4ccce24b1694f6a46f6 Mon Sep 17 00:00:00 2001 From: opencode Date: Tue, 12 Aug 2025 17:14:23 +0000 Subject: release: v0.4.34 --- packages/sdk/js/src/gen/types.gen.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'packages/sdk/js/src/gen') diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 5bc67b1d8..ddf7ac08b 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -912,6 +912,15 @@ export type AgentConfig = { */ description?: string mode?: string + permission?: { + edit?: string + bash?: + | string + | { + [key: string]: string + } + webfetch?: string + } [key: string]: | unknown | string @@ -921,6 +930,15 @@ export type AgentConfig = { } | boolean | string + | { + edit?: string + bash?: + | string + | { + [key: string]: string + } + webfetch?: string + } | undefined } @@ -1061,6 +1079,13 @@ export type Agent = { mode: string topP?: number temperature?: number + permission: { + edit: string + bash: { + [key: string]: string + } + webfetch?: string + } model?: { modelID: string providerID: string -- cgit v1.2.3