Skip to content

Commit edfdfd1

Browse files
Apply PR #11195: chore(tui): remove unused experimental keys
1 parent 172b902 commit edfdfd1

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
@@ -1078,29 +1078,6 @@ export namespace Config {
10781078
.optional(),
10791079
experimental: z
10801080
.object({
1081-
hook: z
1082-
.object({
1083-
file_edited: z
1084-
.record(
1085-
z.string(),
1086-
z
1087-
.object({
1088-
command: z.string().array(),
1089-
environment: z.record(z.string(), z.string()).optional(),
1090-
})
1091-
.array(),
1092-
)
1093-
.optional(),
1094-
session_completed: z
1095-
.object({
1096-
command: z.string().array(),
1097-
environment: z.record(z.string(), z.string()).optional(),
1098-
})
1099-
.array()
1100-
.optional(),
1101-
})
1102-
.optional(),
1103-
chatMaxRetries: z.number().optional().describe("Number of retries for chat completions on failure"),
11041081
disable_paste_summary: z.boolean().optional(),
11051082
batch_tool: z.boolean().optional().describe("Enable the batch tool"),
11061083
openTelemetry: z

0 commit comments

Comments
 (0)