Dax Raad
5e53f054c6
make reasoning parts less ugly
2025-11-10 00:37:35 -05:00
Dax Raad
5d5e184329
tui: improve session UI with better sidebar toggle and message handling
2025-11-10 00:21:31 -05:00
Dax Raad
2fbb49ac30
tui: render reasoning parts with syntax highlighting instead of plain text
2025-11-10 00:08:05 -05:00
Dax Raad
4d20e1c3c6
Merge remote-tracking branch 'origin/dev' into dev
2025-11-08 20:21:02 -05:00
Dax Raad
4bb7ea9127
improve startup speed
2025-11-08 20:18:36 -05:00
GitHub Action
34ff87d504
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
a96365fd81
Add command bar action to rename sessions
2025-11-07 14:51:44 -05:00
Dax Raad
4463d319c9
fix scroll when no session exists
2025-11-07 13:22:03 -05:00
Dax Raad
b708d0ecec
disable scrollbar temporarily because of text wrap issues
2025-11-07 12:31:28 -05:00
Dax
3ba7e243d0
system theme ( #4010 )
2025-11-06 18:00:09 -05:00
Shanjai Raj
b8c51e307f
Fix: Auto-scroll to bottom when selecting session from list ( #3988 )
...
Co-authored-by: shanjairaj7 <shanjairaj7@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-06 14:29:39 -06:00
Dax Raad
1ea3a8eb9b
big format
2025-11-06 13:03:12 -05:00
Dax Raad
11d6005b77
tui: reduce scrollbar visual prominence for less distracting interface
2025-11-05 21:30:40 -05:00
Dax Raad
2cc072b3dc
enable scrollbar
2025-11-05 21:27:23 -05:00
Dax Raad
5a84b9f467
temporarily use strip-ansi package till bun bug is fixed
2025-11-05 20:38:37 -05:00
Sebastian Herrlinger
8b26a1f9bd
upgrade to opentui 0.1.35, mitigating disappearing content and crashes
2025-11-06 01:38:58 +01:00
Dax Raad
e316050bf5
temporarily remove bun strip ansi due to bug
2025-11-05 18:27:19 -05:00
Dax Raad
05ae99a09b
fix sidebar modified files
2025-11-05 16:49:17 -05:00
Dax Raad
b7262b8527
performance improvements
2025-11-05 15:33:23 -05:00
OpeOginni
69a499f807
fix(tui): restructure Sidebar component to be scrollable ( #3946 )
2025-11-05 11:33:30 -06:00
Christian Stewart
b90c0b5fac
feat(tui): add /export and /copy commands ( #3883 )
...
Signed-off-by: Christian Stewart <christian@aperture.us >
2025-11-04 23:02:45 -06:00
Aiden Cline
678ca757c9
fix: permissions not responding to esc
2025-11-04 16:08:31 -06:00
Dax Raad
25eb100210
tui: fix tool permission lookup to use correct session ID
2025-11-04 00:50:12 -05:00
Dax Raad
c103052f93
fix: handle parsePatch errors in TUI to prevent crashes
...
Wrap parsePatch calls in try-catch blocks to gracefully handle malformed
diffs that can occur when undoing after tool_use/tool_result errors or
cancelled prompts. Prevents TUI from crashing with 'Added line count did not
match for hunk' error.
Fixes #3700
2025-11-03 23:36:04 -05:00
Dax Raad
adcdbbddc7
tui: remove duplicate copy message command entry
2025-11-03 17:10:20 -05:00
Dax Raad
0da1ed3fc8
tui: add copy last assistant message to session menu
2025-11-03 16:47:18 -05:00
Timo Clasen
8e1010dc3f
feat(TUI): don't show /share hint if sharing is disabled ( #3835 )
2025-11-03 15:30:55 -06:00
Ivan Starkov
93e52f7ecf
feat: Enhance task display with [subagent type] ( #3772 )
2025-11-03 01:09:31 -06:00
Dax Raad
f42e1c6375
tui: fix focus management and dialog interactions
2025-11-02 19:07:22 -05:00
Dax Raad
94658c31c5
add back child session cycle
2025-11-02 18:26:38 -05:00
Dax
104a895a71
Light mode ( #3709 )
2025-11-01 13:54:01 -04:00
Dax Raad
9e49870118
remember sidebar position
2025-11-01 11:40:33 -04:00
Haris Gušić
7df61a74a0
fix: tui: add toast for /share url copy ( #3686 )
2025-11-01 08:06:56 -05:00
Dax Raad
10a4455c6f
tui: fix prompt text aggregation to exclude synthetic content
2025-10-31 20:01:27 -04:00
Dax Raad
30f9fa12d9
tui: add session rename functionality with /rename command
...
- Add /rename command to autocomplete when a session is active
- Add rename dialog component for changing session names
- Add rename option to session list dialog with 'r' keybind
- Add session rename command to command registry
2025-10-31 18:44:33 -04:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00