File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1779,26 +1779,6 @@ export type Config = {
17791779 prune ?: boolean
17801780 }
17811781 experimental ?: {
1782- hook ?: {
1783- file_edited ?: {
1784- [ key : string ] : Array < {
1785- command : Array < string >
1786- environment ?: {
1787- [ key : string ] : string
1788- }
1789- } >
1790- }
1791- session_completed ?: Array < {
1792- command : Array < string >
1793- environment ?: {
1794- [ key : string ] : string
1795- }
1796- } >
1797- }
1798- /**
1799- * Number of retries for chat completions on failure
1800- */
1801- chatMaxRetries ?: number
18021782 disable_paste_summary ?: boolean
18031783 /**
18041784 * Enable the batch tool
Original file line number Diff line number Diff line change 98349834 "experimental" : {
98359835 "type" : " object" ,
98369836 "properties" : {
9837- "hook" : {
9838- "type" : " object" ,
9839- "properties" : {
9840- "file_edited" : {
9841- "type" : " object" ,
9842- "propertyNames" : {
9843- "type" : " string"
9844- },
9845- "additionalProperties" : {
9846- "type" : " array" ,
9847- "items" : {
9848- "type" : " object" ,
9849- "properties" : {
9850- "command" : {
9851- "type" : " array" ,
9852- "items" : {
9853- "type" : " string"
9854- }
9855- },
9856- "environment" : {
9857- "type" : " object" ,
9858- "propertyNames" : {
9859- "type" : " string"
9860- },
9861- "additionalProperties" : {
9862- "type" : " string"
9863- }
9864- }
9865- },
9866- "required" : [" command" ]
9867- }
9868- }
9869- },
9870- "session_completed" : {
9871- "type" : " array" ,
9872- "items" : {
9873- "type" : " object" ,
9874- "properties" : {
9875- "command" : {
9876- "type" : " array" ,
9877- "items" : {
9878- "type" : " string"
9879- }
9880- },
9881- "environment" : {
9882- "type" : " object" ,
9883- "propertyNames" : {
9884- "type" : " string"
9885- },
9886- "additionalProperties" : {
9887- "type" : " string"
9888- }
9889- }
9890- },
9891- "required" : [" command" ]
9892- }
9893- }
9894- }
9895- },
9896- "chatMaxRetries" : {
9897- "description" : " Number of retries for chat completions on failure" ,
9898- "type" : " number"
9899- },
99009837 "disable_paste_summary" : {
99019838 "type" : " boolean"
99029839 },
You can’t perform that action at this time.
0 commit comments