co-mono/packages/tui/src
Mario Zechner b4f7a957c4
Add /settings command with unified settings menu (#312)
* Add /settings command with unified settings menu

- Add SettingsList component to tui package with support for:
  - Inline value cycling (Enter/Space toggles)
  - Submenus for complex selections
  - Selection preservation when returning from submenu

- Add /settings slash command consolidating:
  - Auto-compact (toggle)
  - Show images (toggle)
  - Queue mode (cycle)
  - Hide thinking (toggle)
  - Collapse changelog (toggle)
  - Thinking level (submenu)
  - Theme (submenu with preview)

- Update AGENTS.md to clarify no inline imports rule

Fixes #310

* Add /settings to README slash commands table

* Remove old settings slash commands, consolidate into /settings

- Remove /thinking, /queue, /theme, /autocompact, /show-images commands
- Remove unused selector methods and imports
- Update README references to use /settings
2025-12-25 15:39:42 +01:00
..
components Add /settings command with unified settings menu (#312) 2025-12-25 15:39:42 +01:00
autocomplete.ts TUI: Improve file completion display (fixes #280) 2025-12-22 16:36:42 +01:00
index.ts Add /settings command with unified settings menu (#312) 2025-12-25 15:39:42 +01:00
keys.ts feat(coding-agent): add Ctrl+Z to suspend process (#267) 2025-12-21 20:19:32 +01:00
terminal-image.ts Fix Ghostty detection inside tmux for inline images (#299) 2025-12-24 12:04:41 +01:00
terminal.ts Add Kitty keyboard protocol support for Shift+Enter and other modifier keys 2025-12-18 19:20:30 +02:00
tui.ts feat(coding-agent): add Ctrl+Z to suspend process (#267) 2025-12-21 20:19:32 +01:00
utils.ts Fix Ctrl+W to use standard readline word deletion behavior (#306) 2025-12-25 04:09:47 +01:00