feat(settings): add Display panel for output/visual settings

Split General settings panel by creating new Display tab containing:
- Max output lines per response
- Document graph settings (external links, max nodes)
- Context window warnings (thresholds)

Updated docs to reflect new panel location.
This commit is contained in:
Pedram Amini
2026-02-02 02:49:15 -06:00
parent dd340da30f
commit 6a913b9b04
3 changed files with 302 additions and 288 deletions

View File

@@ -12,7 +12,8 @@ Settings are organized into tabs:
| Tab | Contents |
|-----|----------|
| **General** | Font family and size, terminal width, log level and buffer, max output lines, shell configuration, input send behavior, default toggles (history, thinking), automatic tab naming, power management, updates, privacy, context warnings, usage stats, document graph, storage location |
| **General** | Font family and size, terminal width, log level and buffer, shell configuration, input send behavior, default toggles (history, thinking), automatic tab naming, power management, updates, privacy, usage stats, storage location |
| **Display** | Max output lines per response, document graph settings, context window warnings |
| **Shortcuts** | Customize keyboard shortcuts (see [Keyboard Shortcuts](./keyboard-shortcuts)) |
| **Themes** | Dark, light, and vibe mode themes, custom theme builder with import/export |
| **Notifications** | OS notifications, custom command notifications, toast notification duration |

View File

@@ -105,7 +105,7 @@ For best results, **compact your context before reaching 60-70% usage** — don'
### Configuring Warnings
Customize warning thresholds in **Settings** (`Cmd+,` / `Ctrl+,`) → **General****Context Window Warnings**:
Customize warning thresholds in **Settings** (`Cmd+,` / `Ctrl+,`) → **Display****Context Window Warnings**:
![Context Warning Configuration](./screenshots/context-warnings-config.png)