jaov
1d9c43d9dc
tweak: gemini retry message to not be explicitly about gemini 3 ( #4864 )
...
Co-authored-by: jesuso <j.ochoa@norteconecta.net >
2025-11-28 11:14:53 -06:00
Dax Raad
1fa838525d
tui: simplify model dialog ordering logic to reduce complexity
2025-11-27 14:38:51 -05:00
Dax Raad
64d10c09c3
tui: improve provider dialog text clarity for better user guidance
2025-11-27 14:09:53 -05:00
Dax Raad
8c82767a56
tui: fix provider sorting to prioritize recommended options
2025-11-27 13:54:42 -05:00
Dax Raad
86d1b1dd54
tui: remove cancel keybind hint from prompt dialog to simplify UI
2025-11-27 13:48:34 -05:00
Dax Raad
a1ff0556fc
tui: hide favorite keybind in model dialog when disconnected to prevent errors
2025-11-27 13:42:36 -05:00
Dax
50ccfd7b75
tui design refinement ( #4809 )
2025-11-26 20:11:39 -05:00
Aiden Cline
99726b2c89
Revert "fix: disable virtual extmarks for file/agent mentions ( #4731 )"
...
This reverts commit 4f9d27a667 .
2025-11-26 14:55:39 -06:00
Aiden Cline
e2c1f4a29e
fix: svg paste bug
2025-11-26 12:38:48 -06:00
shuv
533f642e8e
Add favorites to model selector ( #23 ) ( #4343 )
...
Co-authored-by: Github Action <action@github.com >
2025-11-26 00:41:41 -06:00
Meysam Najafi Fard
d80b1dd19e
fix: handle remote image URLs in paste handler ( #4691 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-26 00:34:22 -06:00
Youssef Achy
97875a5e83
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
Tommy D. Rossi
4f9d27a667
fix: disable virtual extmarks for file/agent mentions ( #4731 )
2025-11-25 11:37:46 -06:00
Sebastian Herrlinger
b964c94e36
textarea highlight cursor color
2025-11-24 20:51:07 +01:00
GitHub Action
6b59f15634
chore: format code
2025-11-24 18:40:01 +00:00
Sebastian Herrlinger
c35322f0b6
non-corpo loading spinner
2025-11-24 19:39:09 +01:00
Ariane Emory
3942dd7769
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
Dax Raad
1fa2d3e032
hide gpt5 nano
2025-11-21 00:58:02 -05:00
Dax Raad
cbe5707ae3
tui: replace text shimmer with animated progress bar during model processing
2025-11-21 00:47:27 -05:00
Dax Raad
7901aa0e54
tui: simplify popular providers list to show only top 6 instead of applying provider priority sorting
2025-11-21 00:32:21 -05:00
Dax
e9141bf5cd
Tui onboarding ( #4569 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-21 00:21:06 -05:00
Aiden Cline
1331c5a4ab
Revert "Image tag fix for real this time ( #4540 )"
...
This reverts commit 97d62fc17d .
2025-11-20 14:14:02 -06:00
shuv
97d62fc17d
Image tag fix for real this time ( #4540 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-11-20 12:34:39 -06:00
Haris Gušić
6077a87563
fix: Autocomplete with existing space after trigger ( #4121 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-20 10:37:45 -06:00
Dax
352ffac8bd
fix: resolve issue 4475 ( #4505 )
2025-11-19 13:10:09 -05:00
Aiden Cline
319a740ef1
Revert "Added subagents to agents modal, non-selectable ( #4460 )"
...
This reverts commit 84bd53a679 .
2025-11-19 11:00:38 -06:00
opencode-agent[bot]
84bd53a679
Added subagents to agents modal, non-selectable ( #4460 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-19 00:40:47 -06:00
Dax Raad
9673e10d91
fix model dialog sorting
2025-11-18 12:10:19 -05:00
opencode-agent[bot]
d45210c1ec
Added /thinking slash command to toggle thinking blocks visibility in OpenTUI. ( #4424 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-17 15:16:35 -06:00
Haris Gušić
c7eaee452e
chore: Remove obsolete 'any' type annotation ( #4423 )
2025-11-17 14:27:43 -06:00
Luke Parker
40659a5f34
fix: Line count on win ( #4401 )
2025-11-17 01:08:22 -06:00
Aiden Cline
07a9d1dcce
fix: history jsonl file corruption cases ( #4364 )
2025-11-16 00:50:13 -06:00
Dax Raad
e38066a556
tui: add double-esc interrupt mechanism for long-running operations
...
Users can now press escape twice within 5 seconds to interrupt long-running
operations in the TUI. The first press shows a visual hint, and the second
press aborts the current session.
2025-11-11 22:04:00 -05:00
Dax Raad
d6584e4e4c
tui: fix autocomplete display to prevent long file paths from breaking layout
2025-11-12 02:36:43 +00:00
Aiden Cline
7464a1ab1d
Hide /share if disabled ( #4215 )
2025-11-11 14:47:39 -06:00
Ron Suhodrev
abbff9f32c
tui: restore full text when editing prompts with summarized content ( #4030 )
2025-11-11 20:17:36 +00:00
Aiden Cline
d87cdc6e14
fix: add null check
2025-11-10 00:40:42 -06:00
Dax Raad
89d3ced411
tui: display 'Free' badge for zero-cost models in model selection dialog
2025-11-09 23:56:24 -05:00
Aiden Cline
ba31178636
Revert "tui: display 'Free' badge for zero-cost models in model selection dialog"
...
This reverts commit 0a8d515ccb .
2025-11-08 23:48:18 -06:00
Dax Raad
3867f88966
Merge remote-tracking branch 'origin/dev' into dev
2025-11-08 20:21:02 -05:00
Dax Raad
1819472982
improve startup speed
2025-11-08 20:18:36 -05:00
Dax Raad
0a8d515ccb
tui: display 'Free' badge for zero-cost models in model selection dialog
2025-11-08 16:20:30 -05:00
GitHub Action
9855771157
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
0cfdc4d432
tui: show more sessions in list and fix sync timing to prevent race conditions
2025-11-07 16:19:44 -05:00
Dax Raad
d4e3ee6f81
fix scroll when no session exists
2025-11-07 13:22:03 -05:00
Dax Raad
e1e6b9b86f
message storage performance improvements
2025-11-07 01:11:47 -05:00
Dax
f68e50e0ff
system theme ( #4010 )
2025-11-06 18:00:09 -05:00
Dax Raad
ed8913324e
big format
2025-11-06 13:03:12 -05:00
Dax Raad
76dfff8640
fix undo command breaking other commands
2025-11-06 11:25:37 -05:00
opencode-agent[bot]
0f5e80a68e
Added big dot (●) indicator for current session in modal ( #3980 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-06 01:09:59 -06:00