Commit graph

29 commits

Author SHA1 Message Date
Kit Langton
ebdfcf4866
test(tui): remove brittle animation sampling (#46003) 2026-08-28 19:16:47 +00:00
Kit Langton
0bb6cf37be
fix(tui): animate automatic session renames (#45957) 2026-08-28 18:43:53 +00:00
Kit Langton
92b9eebab2
feat(tui): streamline diff review workflow (#45817) 2026-08-28 00:11:29 -04:00
Kit Langton
f607ca4c72
fix(tui): unify attention indicators with unread accent (#45741)
Use the unread accent color for question and permission status indicators by default, preserving semantic tokens and explicit theme overrides.
2026-08-27 17:15:44 -04:00
Kit Langton
66f326ddec
fix(tui): restore default Kitty keyboard reporting (#45423) 2026-08-26 21:41:19 -04:00
Kit Langton
4ac19d744a
feat(tui): make session tab status explicit (#45347) 2026-08-26 20:12:15 -04:00
Kit Langton
cb863b8ea5
fix(tui): dismiss the active interaction with ctrl-c (#45111) 2026-08-25 22:38:50 -04:00
Kit Langton
7f9e5e91ab
feat(tui): add experimental session preview tabs (#45021) 2026-08-25 18:51:36 -04:00
Kit Langton
938a82226a
test(tui): synchronize tab close frame before pointer moves (#45017) 2026-08-25 12:30:20 -04:00
Kit Langton
e5308a988f
feat(merman): refine diagram styling (#44815) 2026-08-25 16:07:12 +00:00
Kit Langton
42d160f4a0
test: stabilize asynchronous integration checks (#44787) 2026-08-24 18:02:13 -04:00
Simon Klee
e2a7600a2a
tui: preserve close target after tab removal (#44720) 2026-08-24 19:04:50 +02:00
opencode-agent[bot]
b2551b4e5d
fix(tui): stop tab marquee after one cycle (#43936)
Co-authored-by: jlongster <17031+jlongster@users.noreply.github.com>
2026-08-21 14:10:54 -04:00
opencode-agent[bot]
8fb534d03e
feat(tui): close tabs with middle click (#43497)
Co-authored-by: kitlangton <7587245+kitlangton@users.noreply.github.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-08-19 16:40:21 -04:00
Kit Langton
ab7a0bf65c
fix(tui): ignore stray releases on new session controls (#42673) 2026-08-14 20:57:49 -04:00
Kit Langton
a609acbb67
fix(tui): refine tab marquee motion (#42617) 2026-08-14 13:30:21 -04:00
Kit Langton
3a41ee8817
fix(tui): stop attention glow breathing (#42404) 2026-08-13 16:38:06 -04:00
Kit Langton
4836356c17
fix(tui): stop disabled tab pulse rendering (#42346) 2026-08-13 15:56:36 -04:00
Kit Langton
c894f87771
feat(tui): refine session tab activity indicators (#42144) 2026-08-12 16:43:58 -04:00
Kit Langton
0dec446ee6
fix(tui): restore tab marquee hover (#42093) 2026-08-12 14:47:34 -04:00
opencode-agent[bot]
b50924b993
test: stabilize Windows integration coverage (#42079)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-08-12 12:45:38 -04:00
Kit Langton
49081a4e24
fix(tui): flash tabs on prompt admission (#39702) 2026-07-30 16:57:36 +00:00
Kit Langton
3c259fc552
feat(tui): replace scrap screen with component storybook (#39548) 2026-07-29 15:51:15 -04:00
Kit Langton
b985d2eb8e
feat(tui): polish session tab animations (#39542) 2026-07-29 13:50:49 -04:00
Kit Langton
b47cfbee7c
fix(tui): reduce tab pulse allocations (#39433) 2026-07-28 22:43:46 -04:00
Kit Langton
f64b50d71b
feat(tui): add unread tab glow (#39428) 2026-07-28 22:34:33 -04:00
Kit Langton
37a1b80d5a
feat(tui): add adaptive session tabs (#39396) 2026-07-28 17:12:07 -04:00
Dax Raad
e6f660fecf feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
Simon Klee
e7c59b17a8
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