Simon Klee
85d35621b4
deps: upgrade OpenTUI to v0.4.3 ( #35226 )
2026-07-06 13:01:08 +02:00
Simon Klee
09c3499215
tui: preserve spinner registration ( #35292 )
2026-07-04 09:44:23 +02:00
Dustin Deus
3dc2d99eaa
feat(tui): add debug info dialog with copy to clipboard ( #35004 )
2026-07-02 23:00:53 +02:00
Dax
42e0b7825e
feat(tui): add yolo permission mode ( #33279 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-06-30 00:08:29 -05:00
Ben Guthrie
b072d285cb
fix(tui): register prompt.skills keybinds ( #34180 )
2026-06-27 11:06:14 -05:00
Simon Klee
06232cc755
fix(tui): load root sessions in session switcher ( #33931 )
...
Request root sessions before applying the session list limit so child
sessions cannot crowd roots out of the switcher.
Keep the synchronized cache available while requests are pending or fail,
reconcile results with live updates, and retain current and pinned sessions.
Preserve selection by session ID when asynchronous results reorder the list.
Closes #16270
Closes #32725
2026-06-25 18:36:08 +02:00
Simon Klee
2dae865618
Revert "deps: update OpenTUI to 0.4.2 ( #33610 )" ( #33842 )
2026-06-25 10:38:09 +02:00
Simon Klee
a582ca6c33
tui: remove logo animation ( #33633 )
...
Render branding as a static logo to avoid continuous redraws and mouse-driven visual effects.
2026-06-24 19:28:46 +00:00
Simon Klee
9c22ffc223
deps: update OpenTUI to 0.4.2 ( #33610 )
2026-06-24 09:22:24 +02:00
Aiden Cline
9d61f368a4
fix(tui): sort model picker by release date ( #33558 )
2026-06-23 22:35:47 -05:00
Dax Raad
f19572eeef
refactor(core): drop filesystem entry mime
2026-06-23 21:49:01 -04:00
Dax Raad
3a72f5e268
fix(tui): normalize autocomplete attachments
2026-06-23 21:41:14 -04:00
opencode-agent[bot]
b7acf4f906
chore: generate
2026-06-23 23:24:49 +00:00
Aiden Cline
6afecd01eb
feat(tui): redesign crash screen ( #33549 )
2026-06-23 18:23:15 -05:00
Shoubhit Dash
b94c2b0562
feat(mcp): add resource read tools ( #33483 )
2026-06-23 13:49:42 +05:30
Dax
7d54222887
fix(tui): scope file autocomplete to session ( #33458 )
2026-06-22 20:31:36 -04:00
Aiden Cline
576cd6acb5
fix(tui): render skill load errors inline ( #33298 )
2026-06-21 22:40:12 -05:00
Dax
b7599d26b2
fix(tui): reduce noisy MCP autocomplete matches ( #33176 )
2026-06-20 22:24:59 -04:00
Aiden Cline
0cdb72ba51
fix(tui): render console org load errors inline ( #33040 )
2026-06-19 19:41:22 -04:00
Aiden Cline
4c8e4941af
fix(tui): render move errors inline ( #32241 )
2026-06-16 13:13:11 +02:00
Shoubhit Dash
bb9bea1365
fix(tui): match @ mention items by name, not description or uri ( #32309 )
2026-06-14 13:11:01 +00:00
Aiden Cline
c55d23b4c3
fix(tui): handle move directory errors ( #32226 )
2026-06-13 15:57:14 -05:00
opencode-agent[bot]
43ebd39f53
chore: generate
2026-06-12 18:46:51 +00:00
James Long
e88dff274b
feat(core): refactor project copies for v2 ( #31943 )
2026-06-12 14:45:16 -04:00
David Hill
30167867d3
fix(tui): shorten move session description ( #31967 )
2026-06-11 20:10:25 -04:00
Aiden Cline
a7d77ffd4c
fix(tui): show prompt submission errors ( #31949 )
2026-06-11 14:33:01 -05:00
opencode-agent[bot]
c65391334f
chore: generate
2026-06-11 15:04:14 +00:00
Dax
22d2ac288c
fix(tui): restore legacy sync consumers ( #31908 )
2026-06-11 15:01:20 +00:00
opencode-agent[bot]
c99c805a4c
chore: generate
2026-06-11 03:36:12 +00:00
Dax
9613a82e0d
refactor(tui): replace v2 sync with data context ( #31826 )
2026-06-10 23:34:35 -04:00
Dax
1add617766
feat(core): add project reference guidance ( #31601 )
2026-06-10 04:08:26 +00:00
Dax
80e328b6c1
refactor(core): unify filesystem search service ( #31566 )
2026-06-09 20:38:02 -04:00
Dax
6cecc3d03e
refactor(core): simplify location filesystem ( #31545 )
2026-06-09 14:28:45 -04:00
James Long
3a9452af21
feat(tui): show project copy in session list ( #31421 )
2026-06-09 12:10:37 -04:00
Dax
ec87cf82cb
refactor(core): consolidate references ( #31539 )
2026-06-09 16:08:58 +00:00
Dax
f6f849b34c
refactor(tui): centralize application exit ( #31524 )
2026-06-09 11:46:02 -04:00
opencode-agent[bot]
3b54d798eb
chore: generate
2026-06-07 21:27:42 +00:00
Simon Klee
42a94c6dd1
run: make minimal mode more minimal ( #31227 )
2026-06-07 23:26:14 +02:00
opencode-agent[bot]
be25eb2b0a
chore: generate
2026-06-07 05:25:52 +00:00
Dax
6d58d5cde1
refactor(tui): extract standalone package ( #31193 )
2026-06-07 05:24:27 +00:00
Robert Douglass
aa302c97cc
fix(tui): sort connect providers alphabetically ( #30891 )
...
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 >
2026-06-07 00:17:38 -05:00
Dax
93316f1fae
refactor(server): canonicalize service API ( #31049 )
2026-06-07 03:27:28 +00:00