Skip to content

Commit 40308c4

Browse files
committed
chore: remove unused experimental keys
1 parent fdd484d commit 40308c4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

packages/opencode/src/config/config.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,29 +1053,6 @@ export namespace Config {
10531053
.optional(),
10541054
experimental: z
10551055
.object({
1056-
hook: z
1057-
.object({
1058-
file_edited: z
1059-
.record(
1060-
z.string(),
1061-
z
1062-
.object({
1063-
command: z.string().array(),
1064-
environment: z.record(z.string(), z.string()).optional(),
1065-
})
1066-
.array(),
1067-
)
1068-
.optional(),
1069-
session_completed: z
1070-
.object({
1071-
command: z.string().array(),
1072-
environment: z.record(z.string(), z.string()).optional(),
1073-
})
1074-
.array()
1075-
.optional(),
1076-
})
1077-
.optional(),
1078-
chatMaxRetries: z.number().optional().describe("Number of retries for chat completions on failure"),
10791056
disable_paste_summary: z.boolean().optional(),
10801057
batch_tool: z.boolean().optional().describe("Enable the batch tool"),
10811058
openTelemetry: z

0 commit comments

Comments
 (0)