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 @@ -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
You can’t perform that action at this time.
0 commit comments