Commit graph

273 commits

Author SHA1 Message Date
Dax Raad
d35ca49c31 feat(tui): enable cwd-scoped session tabs by default 2026-08-06 17:26:06 -04:00
Dax
0fbe489e35
feat(core): migrate v1 data to v2 (#40723) 2026-08-05 21:57:58 -04:00
Kit Langton
6f91bc7415
fix(tui): load sidebar project names sooner (#40763) 2026-08-05 19:31:42 -04:00
Kit Langton
56c33e84a3
fix(tui): keep model search order stable (#40753) 2026-08-05 18:19:26 -04:00
Kit Langton
6f4c199629
fix(tui): wait for diff request in tests (#40670) 2026-08-05 16:02:22 +00:00
Kit Langton
ab20a7b4a3
feat(tui): streamline tab navigation shortcuts (#40551) 2026-08-05 01:36:23 +00:00
Dax Raad
53b8111121 refactor: rename tool call ID fields 2026-08-04 17:08:12 -04:00
Aiden Cline
0b1ec457dc
fix(tui): show branch beside directory (#40500) 2026-08-04 12:26:18 -05:00
opencode-agent[bot]
adbd22833c
fix(tui): reserve home and end for navigation (#40123)
Co-authored-by: Simon Klee <hello@simonklee.dk>
2026-08-02 04:39:23 +00:00
Kit Langton
c391983ae0
fix(tui): discover plugins across config roots (#39988) 2026-08-01 14:06:58 -04:00
Kit Langton
f158abd694
fix(tui): make vertical tabs responsive (#40080) 2026-08-01 14:06:13 -04:00
Kit Langton
0e3da4b4f1
feat(tui): add vertical session tabs (#40072) 2026-08-01 13:10:08 -04:00
Kit Langton
d5f6c088f0
fix(tui): prevent sidebar scrollbar flash (#40056) 2026-08-01 15:12:37 +00:00
Kit Langton
e872bd3c8f
feat(tui): prioritize favorite model search results (#40049) 2026-08-01 14:54:46 +00:00
opencode-agent[bot]
85ea15e56d
test(tui): wait for mini prompt readiness (#39980)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-08-01 01:05:18 +00:00
Kit Langton
47c6840752
fix(tui): harden session tab state hygiene (#39941) 2026-07-31 20:35:07 -04:00
opencode-agent[bot]
ee6577936d
refactor(tui): remove unused duration formatter (#39964)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:32:46 -04:00
opencode-agent[bot]
8285a18f18
refactor(tui): remove unused revert diff parser (#39963)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:32:35 -04:00
opencode-agent[bot]
c2db18c59b
refactor(tui): remove unwired file selection helper (#39961)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:31:50 -04:00
opencode-agent[bot]
70393a1d18
Remove unused error data serializer (#39960)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:31:22 -04: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]
5b84e39f6d
refactor(tui): remove stub child cycling commands (#39949)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:28:23 -04:00
Kit Langton
102086c50f
feat(tui): hot-reload local TUI plugins (#39776) 2026-07-31 16:35:05 -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
dc3c996892
fix(tui): stabilize generated session titles (#39894) 2026-07-31 11:13:25 -04:00
Kit Langton
7fd12c560c
fix(tui): fit project paths in open menu (#39887) 2026-07-31 11:07:12 -04:00
Kit Langton
7aaf4e7750
refactor(session): centralize fallback title policy (#39890) 2026-07-31 10:56:38 -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
db45026c6c
fix(tui): default tabs to global scope (#39783) 2026-07-31 10:15:53 -04:00
Kit Langton
eb95bd27fe
feat(session): make generated titles optional (#39747) 2026-07-30 21:24:34 -04:00
Kit Langton
865f512a44
fix(tui): preserve current selection across list updates (#39774) 2026-07-31 00:48:51 +00:00
Kit Langton
146fdb9de1
feat(tui): add open menu for sessions and projects (#39752) 2026-07-30 20:08:12 -04:00
Kit Langton
8e3e94aa26
fix(tui): focus palette settings after layout (#39585) 2026-07-30 19:39:16 -04:00
Kit Langton
16b247f756
fix(tui): smooth new session tab handoff (#39745) 2026-07-30 16:17:01 -04:00
Kit Langton
cc883058df
feat(tui): reopen closed session tabs (#39731) 2026-07-30 15:54:43 -04:00
Kit Langton
b0ed9990b3
feat(tui): add option tab shortcuts (#39725) 2026-07-30 15:51:10 -04:00
Kit Langton
e1c04dcce6
feat(tui): add temporary new session tab (#39735) 2026-07-30 15:05:34 -04:00
Kit Langton
ce7a7e4e23
fix(tui): truncate project picker paths (#39678) 2026-07-30 13:13:31 -04:00
Kit Langton
49081a4e24
fix(tui): flash tabs on prompt admission (#39702) 2026-07-30 16:57:36 +00: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
Kit Langton
3c259fc552
feat(tui): replace scrap screen with component storybook (#39548) 2026-07-29 15:51:15 -04:00
James Long
464649e67e
feat(tui): batch event delivery (#39551) 2026-07-29 15:20:39 -04:00
Kit Langton
b985d2eb8e
feat(tui): polish session tab animations (#39542) 2026-07-29 13:50:49 -04:00
James Long
c2e975c4e6
refactor(plugin): expose resolved TUI theme (#39536) 2026-07-29 12:51:55 -04:00
Dax Raad
247f14f955 feat(tui): add replaceable prompt footer slot 2026-07-29 10:16:34 -04:00
Dax Raad
2a85c861e0 fix(session): hide pending admission sequence 2026-07-29 09:50:24 -04:00
Kit Langton
b47cfbee7c
fix(tui): reduce tab pulse allocations (#39433) 2026-07-28 22:43:46 -04:00