File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1632,6 +1632,10 @@ export type Config = {
16321632 * Control diff rendering style: 'auto' adapts to terminal width, 'stacked' always shows single column
16331633 */
16341634 diff_style ?: "auto" | "stacked"
1635+ /**
1636+ * Maximum number of sessions to display in session list when not searching (default: 150)
1637+ */
1638+ session_list_limit ?: number
16351639 }
16361640 server ?: ServerConfig
16371641 /**
Original file line number Diff line number Diff line change 94089408 "description" : " Control diff rendering style: 'auto' adapts to terminal width, 'stacked' always shows single column" ,
94099409 "type" : " string" ,
94109410 "enum" : [" auto" , " stacked" ]
9411+ },
9412+ "session_list_limit" : {
9413+ "description" : " Maximum number of sessions to display in session list when not searching (default: 150)" ,
9414+ "type" : " integer" ,
9415+ "minimum" : 1 ,
9416+ "maximum" : 10000
94119417 }
94129418 }
94139419 },
You can’t perform that action at this time.
0 commit comments