Luke Parker
a8f2884521
feat: windows selection behavior, manual ctrl+c ( #13315 )
2026-02-13 07:38:27 +10:00
Kit Langton
17bdb5d56a
fix(tui): dismiss dialogs with ctrl+c ( #12884 )
2026-02-11 09:03:59 -05:00
Dax
27fa9dc843
refactor: clean up dialog-model.tsx per code review ( #12983 )
2026-02-10 15:13:37 +00:00
Dax Raad
32394b699e
Revert "feat(tui): highlight esc label on hover in dialog ( #12383 )"
...
This reverts commit 683d234d80 .
2026-02-09 23:57:37 -05:00
Akshar Patel
683d234d80
feat(tui): highlight esc label on hover in dialog ( #12383 )
2026-02-05 20:11:08 -06:00
Akshar Patel
102d8e72bb
fix(tui): allow mouse escape via "esc" labels in dialogs ( #11421 )
2026-02-05 16:14:49 -06:00
Dax
94baf1f721
fix(tui): remove extra padding between search and results in dialog-select ( #11564 )
2026-02-01 04:04:57 +00:00
Sebastian Herrlinger
41ea4694db
more timeout race guards
2026-01-29 00:17:39 -05:00
Sebastian Herrlinger
58ba486375
guard destroyed input field in timeout
2026-01-28 23:53:37 -05:00
ishaksebsib
ebe86e40a0
fix(tui): prevent crash when theme search returns no results ( #10565 )
2026-01-25 12:11:49 -05:00
Ariane Emory
225b72ca36
feat: always center selected item in selection dialogs ( resolves #10209 ) ( #10207 )
2026-01-23 11:59:39 -06:00
Idris Gadi
510f595e25
fix(tui): add weight to fuzzy search to maintain title priority ( #10106 )
2026-01-22 16:15:11 -06:00
GitHub Action
e29120317f
chore: generate
2026-01-19 20:47:09 +00:00
Joseph Campuzano
091e88c1e1
fix(opencode): sets input mode based on whether mouse vs keyboard is in use to prevent mouse events firing ( #9449 )
2026-01-19 14:46:17 -06:00
Ariane Emory
c47699536f
fix: Don't unnecessarily wrap lines and introduce an unneeded empty line ( resolves #9489 ) ( #9488 )
2026-01-19 13:56:24 -06:00
Kit Langton
759e68616e
refactor(tui): unify command registry and derive slash commands ( #9115 )
2026-01-17 20:39:19 -06:00
b3nw
3d095e7fe7
fix: centralize OSC 52 clipboard support for SSH sessions ( #8974 )
2026-01-16 16:57:17 -06:00
Ariane Emory
626fa1462b
fix: make home/end keys work in menu list modal windows ( resolves #7190 ) ( #8347 )
2026-01-16 21:57:59 +00:00
Aiden Cline
bd914a8c06
Revert "stop select dialog event propagation"
...
This reverts commit 46be47d0be .
2026-01-16 09:30:06 -06:00
Sebastian Herrlinger
46be47d0be
stop select dialog event propagation
2026-01-16 03:17:32 +01:00
Ariane Emory
08ca1237cc
fix(tui): Center the initially selected session in the session_list ( resolves #8558 ) ( #8560 )
2026-01-15 01:04:20 -06:00
Cas
76a79284d2
feat(tui): make dialog keybinds configurable ( #6143 ) ( #6144 )
2026-01-14 23:39:52 -06:00
Leonidas
789e111a0f
fix(TUI): dont submit prompt when switching sessions ( #8016 )
2026-01-12 22:43:44 -05:00
Kit Langton
a457828a67
fix(opencode): command palette mouse hover highlights wrong item ( #7721 )
2026-01-10 19:52:17 -05:00
Sebastian Herrlinger
1f9e195cd8
stop esc propagation from dialogs
2026-01-08 23:53:00 +01:00
Rohan Godha
88c306efd2
fix: prevent session list rows from wrapping to 2 lines ( #6812 )
2026-01-04 13:29:44 -06:00
Dax Raad
7304ba616e
tui: add session search functionality with debounced input and server-side filtering
2026-01-04 13:38:30 -05:00
Dillon Mulroy
05eee679a3
feat: add assistant metadata to session export ( #6611 )
2026-01-01 18:56:23 -06:00
Dax
351ddeed91
Permission rework ( #6319 )
...
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-01-01 17:54:11 -05:00
Fayçal Mitidji
b3784588ae
Fix: High CPU / memory leak when filtering model list window to empty results ( #6435 )
2025-12-30 10:52:06 -06:00
Aiden Cline
59e3b7409f
chore: fix type error
2025-12-29 12:38:35 -06:00
Brett Heap
82b8d8fa5d
fix(tui): make auth URLs clickable regardless of line wrapping ( #6317 )
...
Co-authored-by: brettheap <brett.heap@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-12-29 11:21:09 -06:00
rektide
7ea0d37ee3
Thinking & tool call visibility settings for /copy and /export ( #6243 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-27 19:32:33 -06:00
Daniel Gray
52048c327d
fix: favorites and recents stay visible when filtering models ( #6053 )
2025-12-23 12:55:47 -06:00
Nalin Singh
a8c499ae8f
fix: prevent session list selection from jumping to active session when confirming delete ( #5666 )
2025-12-17 14:35:46 -06:00
Dax Raad
e2fbd098d2
tui: fix dialog select items taking up 2 lines when truncated
...
Prevents text wrapping in dialog select options by removing wrapMode,
ensuring truncated text stays on single line and maintains proper timestamp visibility
2025-12-15 22:57:52 -05:00
Rhys Sullivan
11efda3f5c
[feat]: show indicator for in progress chats in the sessions list ( #5417 )
2025-12-11 21:57:03 -05:00
Koichi Nakayamada
61ba844234
fix: add fg color to some TUI text elements for light mode visibility ( #5378 )
2025-12-11 16:29:34 -06:00
Sebastian Herrlinger
db0e1ebb80
fix colors for dialog prompt (like session rename prompt in light theme)
2025-12-08 21:06:03 +01:00
ry2009
03324d4277
tui: wrap dialog option descriptions ( #5083 )
2025-12-05 00:19:48 -06:00
Sebastian Herrlinger
180fb3f39d
tweak spinner to be bg independent
2025-11-30 00:50:30 +01:00
Dax Raad
a4f3aecbaa
ignore
2025-11-28 20:29:58 -05:00
Dax Raad
350982e636
tui: simplify model dialog ordering logic to reduce complexity
2025-11-27 14:38:51 -05:00
Dax Raad
95b667d21e
tui: remove cancel keybind hint from prompt dialog to simplify UI
2025-11-27 13:48:34 -05:00
Dax Raad
a0b689c140
tui: hide favorite keybind in model dialog when disconnected to prevent errors
2025-11-27 13:42:36 -05:00
shuv
335f46122b
Add favorites to model selector ( #23 ) ( #4343 )
...
Co-authored-by: Github Action <action@github.com>
2025-11-26 00:41:41 -06:00
Youssef Achy
3366a71155
Theme selector UX (current theme indicator and easier selection) ( #4623 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-25 13:53:01 -06:00
GitHub Action
8167e90801
chore: format code
2025-11-24 18:40:01 +00:00
Sebastian Herrlinger
82ebf66cba
non-corpo loading spinner
2025-11-24 19:39:09 +01:00
Ariane Emory
7d11986a0a
feature: optional selectedListItemText element in themes and luminance-based fallback to solve 4369 ( #4572 )
...
Co-authored-by: knanao <nao.7ken@gmail.com>
Co-authored-by: knanao <k@knanao.com>
2025-11-23 01:51:07 -06:00