Commit graph

151 commits

Author SHA1 Message Date
Kit Langton
e872bd3c8f
feat(tui): prioritize favorite model search results (#40049) 2026-08-01 14:54:46 +00:00
opencode-agent[bot]
97f5fb3399
Remove unused subagent retry formatter (#39952)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:30:20 -04:00
opencode-agent[bot]
f92e490bb6
fix(tui): preserve diff hunk boundaries (#39693)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
2026-07-31 14:47:36 -04:00
Kit Langton
0e26116f68
fix(tui): stabilize open picker 2026-07-31 16:38:48 +00:00
Kit Langton
7fd12c560c
fix(tui): fit project paths in open menu (#39887) 2026-07-31 11:07:12 -04:00
Kit Langton
1311d909a7
fix(tui): preserve session location during handoff (#39886) 2026-07-31 10:54:36 -04:00
Kit Langton
d07d9ae0da
fix(tui): remove shells from their location (#39885) 2026-07-31 10:46:43 -04:00
Kit Langton
865f512a44
fix(tui): preserve current selection across list updates (#39774) 2026-07-31 00:48:51 +00:00
Kit Langton
8e3e94aa26
fix(tui): focus palette settings after layout (#39585) 2026-07-30 19:39:16 -04:00
Dax Raad
488445a679 fix(tui): correct project-aware session lists 2026-07-29 21:59:33 -04:00
Aiden Cline
b1a5e8a6ae
test(tui): restore compaction event lifecycle (#39581) 2026-07-29 18:11:58 -05:00
James Long
464649e67e
feat(tui): batch event delivery (#39551) 2026-07-29 15:20:39 -04:00
James Long
c2e975c4e6
refactor(plugin): expose resolved TUI theme (#39536) 2026-07-29 12:51:55 -04:00
Dax Raad
2a85c861e0 fix(session): hide pending admission sequence 2026-07-29 09:50:24 -04:00
James Long
08b80da931
refactor(tui): split theme hooks (#39395) 2026-07-28 16:25:32 -04:00
Dax Raad
5bcc0016a6 feat(tui): add plugin context hook 2026-07-28 14:57:59 -04:00
James Long
c445d98188
feat(theme): extract TUI theme package (#39378) 2026-07-28 14:14:39 -04:00
Dax Raad
010133f6df feat(tui): expand v2 plugin context 2026-07-28 11:04:16 -04:00
James Long
4e4cf9e25e
refactor(tui): extract event stream connection (#38872) 2026-07-27 16:31:21 -04:00
Simon Klee
766aaf448d
tui: add settings to command palette search (#39058) 2026-07-27 10:45:35 +02:00
Dax Raad
8db7487c89 refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
Shoubhit Dash
efb629a33a
feat(core): add pluggable web search (#35558)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-26 03:55:05 +00:00
Kit Langton
3193f3aa95
fix(tui): flag likely cache busts accurately (#38727) 2026-07-24 18:35:13 +00:00
Kit Langton
79c1544072
refactor(tools): unify tool APIs and result handling (#38367) 2026-07-23 21:13:31 +00:00
James Long
8f3465c951
refactor(tui): load native V2 themes (#38430) 2026-07-23 12:35:29 -04:00
James Long
833dd2ed7f
refactor(tui): simplify turn usage reduction (#38514) 2026-07-23 11:22:00 -04:00
Kit Langton
5a9ed4d350
fix: make tool progress live-only (#38217) 2026-07-22 10:40:07 -04:00
James Long
a2c4c7a64b
refactor(tui): migrate diff viewer to V2 theme (#37999) 2026-07-20 17:29:43 -04:00
James Long
7be95bcd6a
feat(tui): support single-mode themes (#37930) 2026-07-20 09:37:48 -04:00
Simon Klee
0eb71d0fc7
refactor(tui): extract shared frontend helpers (#37868) 2026-07-20 10:43:02 +02:00
Kit Langton
edc93ceff1
feat(simulation): expose semantic UI snapshots (#37802) 2026-07-19 16:04:27 -04:00
opencode-agent[bot]
f05d2ab551
fix(tui): load root sessions in switcher (#37784)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-19 16:32:32 +00:00
opencode-agent[bot]
651751405d
test(tui): await diff tree context readiness (#37501)
Co-authored-by: James Long <longster@gmail.com>
2026-07-17 10:41:00 -04:00
Simon Klee
a1b274e6f8
node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
Dustin Deus
5ee4c1082a
feat(tui): add message navigation shortcuts (#37362) 2026-07-16 16:18:18 -04:00
starptech
8a70d70006 revert(tui): remove message navigation shortcuts 2026-07-16 21:45:40 +02:00
starptech
4f60bde502 feat(tui): add message navigation shortcuts 2026-07-16 21:27:13 +02:00
Kit Langton
041cda905d
fix(tui): label only detached subagents as background (#37306) 2026-07-16 12:21:19 -04:00
Dax Raad
75bc611ef1 refactor(client): simplify local service lifecycle 2026-07-15 13:19:50 -04:00
Kit Langton
f5dd181443
refactor(cli): define server connection boundary (#37133) 2026-07-15 11:48:38 -04:00
Dax Raad
c1d2d7aba3 feat(session): support directory moves from slash commands 2026-07-15 00:33:59 -04:00
Dax Raad
94a23b8537 refactor(tui): centralize location state 2026-07-14 23:01:41 -04:00
opencode-agent[bot]
fca3bca19d
test(tui): wait for connection before tool event (#36958)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-14 18:38:00 -05:00
Dax Raad
2508a74956 refactor(tui): make data sync owner-driven 2026-07-14 17:33:15 -04:00
Kit Langton
a149a61a89
fix(tui): harden reasoning groups (#36913) 2026-07-14 16:38:42 -04:00
Kit Langton
ece2b16cdf
feat: expose background service lifecycle (#36895) 2026-07-14 16:38:22 -04:00
Dax Raad
915be9b54d feat(plugin): add tool progress reporting 2026-07-14 15:57:16 -04:00
opencode-agent[bot]
016545513f
feat(tui): group sequential thinking (#36901)
Co-authored-by: Kit Langton <7587245+kitlangton@users.noreply.github.com>
2026-07-14 15:13:16 -04:00
Dax Raad
b67bed061a feat(tui): port diff viewer to v2 plugins 2026-07-14 15:10:40 -04:00
opencode-agent[bot]
cd9be63484
fix(tui): hide initial instruction sync (#36891)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-14 12:42:09 -04:00