@@ -113,7 +113,7 @@ export interface Settings {
|
||||
treeFilterMode?: "default" | "no-tools" | "user-only" | "labeled-only" | "all"; // Default filter when opening /tree
|
||||
thinkingBudgets?: ThinkingBudgetsSettings; // Custom token budgets for thinking levels
|
||||
editorPaddingX?: number; // Horizontal padding for input editor (default: 0)
|
||||
outputPad?: 0 | 1; // Horizontal padding for assistant output (default: 1)
|
||||
outputPad?: 0 | 1; // Horizontal padding for chat message output (default: 1)
|
||||
autocompleteMaxVisible?: number; // Max visible items in autocomplete dropdown (default: 5)
|
||||
showHardwareCursor?: boolean; // Show terminal cursor while still positioning it for IME
|
||||
markdown?: MarkdownSettings;
|
||||
|
||||
Reference in New Issue
Block a user