Commit graph

171 commits

Author SHA1 Message Date
Dax
e0810753f2
refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
Simon Klee
dd50d457b0
refactor(tui): simplify mini footer status line (#38112) 2026-07-21 16:08:19 +02:00
Simon Klee
592ef7433a
mini: settle on wait and durable pending (#37984) 2026-07-21 15:42:55 +02:00
James Long
a2c4c7a64b
refactor(tui): migrate diff viewer to V2 theme (#37999) 2026-07-20 17:29:43 -04:00
James Long
c0ba62b972
refactor(tui): expose theme colors as properties (#37995) 2026-07-20 16:17:09 -04:00
James Long
79d0077f63
feat(tui): add categorical theme hues (#37985) 2026-07-20 15:28:53 -04:00
opencode-agent[bot]
61b7caa0b5
fix(tui): make migrated selected background transparent (#37967)
Co-authored-by: James Long <longster@gmail.com>
2026-07-20 13:41:18 -04:00
James Long
7be95bcd6a
feat(tui): support single-mode themes (#37930) 2026-07-20 09:37:48 -04:00
opencode-agent[bot]
3f4fb3f9db
fix(tui): show opencode2 continuation command (#37933)
Co-authored-by: Dax <mail@thdxr.com>
2026-07-20 13:36:02 +00:00
James Long
6702ce0d3f
fix(tui): soften theme scale extremes (#37555) 2026-07-20 09:20:20 -04:00
Simon Klee
a9895a1e8a
fix(tui/mini): idle footer when session idles (#37910) 2026-07-20 13:22:46 +02:00
Simon Klee
75c7ac6a2c
tui/mini: consolidate stream and panel internals (#37903) 2026-07-20 12:45:48 +02:00
Simon Klee
0eb71d0fc7
refactor(tui): extract shared frontend helpers (#37868) 2026-07-20 10:43:02 +02:00
Simon Klee
925c2423de
mini: add reconnect, forms, and shared targets (#37811)
Centralize session target resolution for mini and noninteractive
run paths. Recover from transport drops, replace questions with
forms, and keep tool/catalog state location-scoped with live
progress and theme discovery.
2026-07-19 22:45:10 +02:00
Kit Langton
edc93ceff1
feat(simulation): expose semantic UI snapshots (#37802) 2026-07-19 16:04:27 -04:00
opencode-agent[bot]
86a468c4d8
fix(tui): move agent cycling to shift-tab (#37706)
Co-authored-by: Simon Klee <hello@simonklee.dk>
2026-07-19 21:45:03 +02: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
Simon Klee
c50554d907
mini: move frontend into tui package (#37754) 2026-07-19 14:12:22 +02:00
James Long
fafb04ed59
feat(tui): track hue source identity (#37550) 2026-07-17 15:38:22 -04:00
James Long
c7a7900ff2
refactor(tui): migrate workflow views to V2 themes (#37526) 2026-07-17 15:18:58 -04:00
James Long
bd79e24842
fix(tui): raise neutral permission backgrounds (#37513) 2026-07-17 11:35:02 -04: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
James Long
b26d948b76
feat(tui): add hovered theme state (#37404) 2026-07-17 10:19:42 -04:00
Simon Klee
a1b274e6f8
node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
James Long
f76e18201a
fix(tui): derive session surface colors from hues (#37401) 2026-07-16 20:16:13 -04:00
James Long
309860558d
refactor(tui): remove secondary action styles (#37378) 2026-07-16 17:44:11 -04:00
opencode-agent[bot]
b4a4ef0b3c
refactor(tui): remove legacy keymap layer (#37206)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-16 21:33:15 +00:00
James Long
88b8883122
feat(tui): resolve action state priority (#37373) 2026-07-16 16:40:34 -04:00
James Long
ac1b802820
fix(tui): restore selected action styling, fix subagent list (#37371) 2026-07-16 16:20:16 -04: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
James Long
7a7075d86f
feat(tui): refine V2 theme colors (#37346) 2026-07-16 14:01:25 -04:00
Kit Langton
041cda905d
fix(tui): label only detached subagents as background (#37306) 2026-07-16 12:21:19 -04:00
James Long
5fcef6773c
feat(tui): migrate core surfaces to V2 themes (#37145) 2026-07-16 10:22:29 -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
James Long
9a25673c37
feat(tui): add V2 theme system (#36950) 2026-07-14 20:28:45 -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
947566f611
refactor(simulation): scope Drive lifecycle with Effect (#36908) 2026-07-14 17:16:50 -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
Dax Raad
4a93972a78 feat(tui): add v2 plugin runtime 2026-07-14 12:49:56 -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