Commit graph

1230 commits

Author SHA1 Message Date
Kit Langton
e5308a988f
feat(merman): refine diagram styling (#44815) 2026-08-25 16:07:12 +00:00
opencode-agent[bot]
d177f29dba
fix(tui): keep autocomplete selection visible (#44983)
Co-authored-by: nexxeln <95541290+nexxeln@users.noreply.github.com>
2026-08-25 21:30:53 +05:30
opencode-agent[bot]
5c25c38961
fix(tui): paste into active custom answers (#44849)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-25 18:19:28 +05:30
opencode-agent[bot]
683f5fdee0
fix(tui): inherit model for new sessions (#44879)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-24 23:58:09 -05:00
Dax
2e4b2c82f4
fix(tui): resolve plugin SDK imports at runtime (#44822) 2026-08-24 20:29:38 -04:00
Kit Langton
42d160f4a0
test: stabilize asynchronous integration checks (#44787) 2026-08-24 18:02:13 -04:00
Kit Langton
34bd7c220c
feat(session): report interrupt result (#44766) 2026-08-24 17:34:37 -04:00
Kit Langton
2f740cec5d
fix(tui): highlight shell script files (#44772) 2026-08-24 17:21:19 -04:00
Dax
71f81dc0fe
fix(tui): simplify subagent continuation rows (#44763) 2026-08-24 16:12:56 -04:00
Dax
de388dede4
feat(command): execute plugin callbacks 2026-08-24 16:01:58 -04:00
Kit Langton
f4cb9d06c8
fix(tui): keep remotely closed tabs closed (#44715) 2026-08-24 13:06:02 -04:00
opencode-agent[bot]
3e82b1a9fd
fix(tui): provide location context in MCP tests (#44734)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-24 12:05:25 -05:00
Simon Klee
e2a7600a2a
tui: preserve close target after tab removal (#44720) 2026-08-24 19:04:50 +02:00
Dax Raad
aa8c1f6dac fix(tui): scope MCP dialog to location 2026-08-24 12:17:12 -04:00
Kit Langton
23c3a1461c
fix(merman): harden responsive diagram layouts (#44714) 2026-08-24 12:09:00 -04:00
Simon Klee
ea85118516
tui: preserve transcript window while scrolling (#44679) 2026-08-24 13:30:31 +02:00
opencode-agent[bot]
3b8949b1ee
fix(tui): load paginated session history (#44656)
Co-authored-by: nexxeln <95541290+nexxeln@users.noreply.github.com>
2026-08-24 16:02:19 +05:30
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