Commit graph

1213 commits

Author SHA1 Message Date
opencode-agent[bot]
e0cdf1ed09
fix(tui): restore global prompt history (#44416)
Co-authored-by: thdxr <thdxr@users.noreply.github.com>
2026-08-23 17:53:16 -04:00
Kit Langton
2e67cee75b
fix(tui): recover from terminal forms (#44516) 2026-08-23 16:21:28 -04:00
Simon Klee
0d24ebdbbe
tui: preserve selection after copy (#44496)
Copy-on-select reset the click counter, so a third click could not select the full line. Keep the selection after copying to preserve multi-click input.
2026-08-23 20:40:19 +02:00
opencode-agent[bot]
4fee1bcf3c
fix(tui): preserve rollback-compatible tab state (#44277) 2026-08-23 00:16:03 +00:00
opencode-agent[bot]
55f490b898
fix(tui): flatten autocomplete descriptions (#44261) 2026-08-23 05:15:35 +05:30
Aiden Cline
b190b778d4
fix(tui): avoid premature environment sync (#44270) 2026-08-22 18:39:04 -05:00
opencode-agent[bot]
75efc9d833
fix(tui): seed moved worktree location (#44143)
Co-authored-by: jlongster <17031+jlongster@users.noreply.github.com>
2026-08-22 09:07:27 -04:00
Kit Langton
c29a7c152d
feat(session): add viewed state (#42811) 2026-08-21 19:34:35 -04:00
Kit Langton
667c274c7f
fix(tui): contain MCP sidebar errors (#44003) 2026-08-21 23:00:06 +00:00
Dax Raad
f28c10aa4d feat(sdk): prepare v2 packages for publishing 2026-08-21 17:28:34 -04:00
Kit Langton
1864bc4161
fix(tui): preserve model label during location boot (#43974) 2026-08-21 17:06:43 -04:00
Kit Langton
fa1b4ef7ec
fix(tui): scope prompt history by session (#43977) 2026-08-21 19:46:10 +00:00
Kit Langton
ed08f0e691
refactor(tui): simplify selection helpers (#43972) 2026-08-21 19:28:17 +00:00
Kit Langton
2e5ec616d2
feat(tui): optimistic session creation on first prompt (#43687) 2026-08-21 14:21:31 -04: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
Filip
1e6bfaf3d7
feat: /skills command (#43869) 2026-08-21 14:31:17 +02:00
Luke Parker
f6fcbaad5e
refactor(app): establish composer flow (#43768) 2026-08-21 14:23:14 +10:00
Kit Langton
82d2c6133e
fix(tui): stop registering one resize listener per transcript row (#43562) 2026-08-20 11:55:37 -04:00
Kit Langton
ad7ebe84a0
refactor(tui): use Latch for renderer shutdown gate (#43572) 2026-08-20 11:37:22 -04:00
opencode-agent[bot]
cb25ed8cc8
fix(tui): restore option return newlines (#43655)
Co-authored-by: nexxeln <95541290+nexxeln@users.noreply.github.com>
2026-08-20 10:19:36 -05:00
Jarred Sumner
d6625397d9
tui: remove the win32 ENABLE_PROCESSED_INPUT ffi shim (#43604) 2026-08-20 09:04:40 +00:00
Dmitry Nefedov
afe4c5d23a
fix(tui): utilize TUI cursor style config in opencode2 mini (#43529) 2026-08-20 01:24:33 -05:00
Kit Langton
20ff543ff2
fix(tui): honest reconnect overlay copy without a managed service (#43561) 2026-08-20 03:33:57 +00:00
Kit Langton
f43474043a
feat(core): acknowledge session interruption immediately (#43552) 2026-08-20 03:16:32 +00:00
Kit Langton
6b09b9e6a2
feat(client): optimistic prompt admission with client-minted IDs (#43520) 2026-08-19 20:34:12 -04:00
Filip
d912202cf2
feat: better skill ux (#43523) 2026-08-20 01:27:57 +02:00
Kit Langton
f8c46684eb
fix: eliminate flaky CI races (#43522) 2026-08-19 22:12:41 +00:00
Kit Langton
c4afbc4aae
fix(tui): handle form clipboard shortcut (#43526) 2026-08-19 18:10:44 -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
16b77e5b50
fix(tui): soften jump to latest action (#43457) 2026-08-19 11:41:57 -04:00
Kit Langton
d8debaa449
fix(tui): stabilize plugin reload generations (#43447) 2026-08-19 15:26:54 +00:00
opencode-agent[bot]
728053b645
fix(tui): avoid retrying broken plugin setup (#43441)
Co-authored-by: nexxeln <95541290+nexxeln@users.noreply.github.com>
2026-08-19 20:41:13 +05:30
Kit Langton
241a88a5d9
fix(tui): open subagent panel from footer (#43325) 2026-08-19 10:33:44 -04:00
Dax
f6f64d7ece
feat(cli): manage plugin packages (#43283) 2026-08-19 00:06:15 -04:00
opencode-agent[bot]
511b4556a2
fix(tui): navigate nested subagents (#43290)
Co-authored-by: neriousy <34747899+neriousy@users.noreply.github.com>
2026-08-18 23:02:45 +02:00
Dax
b0c3a16ead
feat(plugin): expose server plugin status 2026-08-18 14:22:32 -04:00
Filip
594c395576
fix(tui): restore MCP sign-in flow (#43274) 2026-08-18 20:02:10 +02:00
opencode-agent[bot]
bac474aaa0
fix(tui): scope session picker to active location (#43264)
Co-authored-by: neriousy <34747899+neriousy@users.noreply.github.com>
2026-08-18 17:01:15 +00:00
Dax Raad
c3a6721de2 refactor(tui): standardize builtin plugin ids 2026-08-18 10:06:59 -04:00
opencode-agent[bot]
cd156f9f1c
test(tui): update web search label expectation (#43166)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-18 03:22:35 +00:00
Dax Raad
b968a314d3 fix(tui): hide empty tab bar 2026-08-17 23:15:09 -04:00
opencode-agent[bot]
a1eca087d4
fix(tui): streamline generic tool rendering (#43158)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-17 21:04:07 -05:00
opencode-agent[bot]
30d778cf5f
fix(tui): clarify web search provider labels (#43155)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-17 20:41:14 -05:00
Brendan Allan
e55a91eadd
refactor(app): use shared server data (#43017) 2026-08-18 08:18:33 +08:00
Kit Langton
d9b81d2233
chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
Dax
42fc297d30
feat(tui): inherit terminal environment per session (#42957) 2026-08-17 20:18:28 +00:00
Kit Langton
238ce304a9
fix(tui): expose queued prompt shortcut (#43083) 2026-08-17 12:33:18 -04:00
Kit Langton
759695d87c
fix(tui): show full tab numbers (#43081) 2026-08-17 11:30:49 -04:00
opencode-agent[bot]
875b28658f
fix(tui): preserve scroll position across tabs (#43013)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
2026-08-17 13:56:30 +05:30
Brendan Allan
e1ff217e44
refactor(client): share Solid server data (#42999) 2026-08-17 15:33:57 +08:00