File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
packages/opencode/src/config Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments