Commit Graph

1563 Commits

Author SHA1 Message Date
Simon Klee 401dbd7e05 opencode(run): add queued prompt management (#30103)
Direct run mode previously made submitted follow-up prompts irrevocable while a response was still running. Let users edit or remove queued prompts before dispatch without interrupting the active turn.
2026-06-01 09:26:09 +02:00
opencode-agent[bot] ecc32ba7b2 fix(tui): remount session view on session switch (#30129)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-05-31 18:30:29 +00:00
opencode-agent[bot] ba6532a3f1 chore: generate 2026-05-31 17:35:31 +00:00
Dax eb70a80cea fix(opencode): remove automatic full session diffs (#30127) 2026-05-31 17:34:14 +00:00
opencode-agent[bot] 8f4fffcf90 chore: generate 2026-05-31 08:59:27 +00:00
Simon Klee 628148c828 tui(run): use keymap instead of raw key events (#30077)
Co-authored-by: Sebastian Herrlinger <hasta84@gmail.com>
2026-05-31 10:58:12 +02:00
Dax e2a8e18298 refactor(core): move database schema ownership (#29068)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-05-30 21:08:38 -04:00
Dax 999db7786c feat(core): add location-scoped config loading (#29625) 2026-05-30 04:06:08 +00:00
Kit Langton e06581a495 fix(tui): align wrapped inline tool rows (#28664) 2026-05-29 21:50:05 -04:00
James Murdza 654a9d649a fix(workspaces): surface real error messages on failed workspace operations (#29167)
Signed-off-by: James Murdza <james@jamesmurdza.com>
2026-05-29 17:00:23 -04:00
Shoubhit Dash 02e52b984b feat(acp): promote next implementation (#29929) 2026-05-30 01:34:44 +05:30
Shoubhit Dash 2ce664fb69 fix(tui): pin dialog select footer to bottom (#29878) 2026-05-29 16:43:50 +05:30
opencode-agent[bot] 79e40b5f10 chore: generate 2026-05-29 10:11:21 +00:00
Shoubhit Dash b532c9ec2b feat(tui): add session switcher plugin (#29861) 2026-05-29 15:39:34 +05:30
Aiden Cline 6a517c3e8a fix(tui): order connected provider models by release date (#29798) 2026-05-28 16:37:32 -05:00
Guilherme França 0749d6d4db fix(dialog-provider): change url for opencode-go provider to correct… (#29780) 2026-05-28 15:49:24 -05:00
Aiden Cline fb871c2cdb fix(tui): restore thinking spinner (#29765) 2026-05-28 11:24:45 -05:00
Shoubhit Dash 7a7ec13e18 fix(acp): improve acp-next first-session startup (#29709) 2026-05-28 14:53:47 +05:30
James Long 78416a6490 feat(tui): add workspace management dialog (#29612) 2026-05-27 18:09:40 +00:00
Sebastian 911e525bd7 keep session navigation active in prompt modes (#29464) 2026-05-27 17:26:56 +02:00
Aiden Cline f4149b92b6 fix(tui): surface subagent retry status (#29591) 2026-05-27 10:11:01 -05:00
opencode-agent[bot] e18fc4d75a chore: generate 2026-05-27 04:58:46 +00:00
OpeOginni 8aaa4b949c fix(tui): handle non-git project paths when opening editor (#29180) 2026-05-26 23:57:24 -05:00
James Long cf21710de5 fix(tui): accelerate diff viewer scrolling (#29453) 2026-05-26 20:53:13 +00:00
Musa 97883f559c fix(digitalocean): use OAuth token directly for inference instead of creating MAK (#28897)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-26 14:20:25 -05:00
Sebastian 5451b1f953 Prepare TUI lifecycle for scenario tests (#28258) 2026-05-26 21:02:02 +02:00
Shoubhit Dash 0f6f060cf0 feat(acp): add initial acp-next skeleton behind runtime flag (#29226) 2026-05-25 20:33:40 +05:30
opencode-agent[bot] f99bbd619c chore: generate 2026-05-25 14:25:37 +00:00
Braxton Schafer 12a21267cf feat(tui): make prompt size responsive and configurable (#28255) 2026-05-25 09:24:19 -05:00
James Long d65e61a210 fix(tui): open external editor in worktree cwd (#29130) 2026-05-24 22:40:40 -04:00
Aiden Cline f872a1f8bf fix(tui): separate thinking header from markdown body (#29028) 2026-05-24 20:52:17 -05:00
James Long 34d73210e3 fix(tui): when diff viewer closes always return to last route (#28903) 2026-05-22 15:30:31 -04:00
James Long 0109e9f9a4 fix(tui): refine diff view keyboard shortcuts (#28896) 2026-05-22 14:40:14 -04:00
opencode-agent[bot] e1d09f241d chore: generate 2026-05-22 18:25:01 +00:00
Shoubhit Dash 2536f1ca6e fix(provider): type default model failures (#28881) 2026-05-22 23:53:23 +05:30
opencode-agent[bot] 0b6c3eb0a6 chore: generate 2026-05-22 18:22:48 +00:00
James Long 9e0fe79648 fix(tui): empty states, context, and minor improvements to diff viewer (#28878) 2026-05-22 14:21:22 -04:00
opencode-agent[bot] d11ad04a48 chore: generate 2026-05-22 16:31:30 +00:00
James Long 8e1c1cd054 fix(tui): interaction improvements to diff viewer (#28851) 2026-05-22 12:30:10 -04:00
Shoubhit Dash 7752dddfe5 fix(tui): restore question prompt key handling (#28835) 2026-05-22 21:47:13 +05:30
opencode-agent[bot] 33fd9c691f chore: generate 2026-05-22 13:52:40 +00:00
Dax Raad 14878816a5 fix(tui): enable diff viewer by default 2026-05-22 09:50:30 -04:00
Shoubhit Dash 35060f6714 feat(tui): copy worktree path from palette (#28823) 2026-05-22 17:28:51 +05:30
Aiden Cline d9bd18d14e tweak(tui): remove italics from thinking labels (#28737) 2026-05-21 22:22:51 -05:00
opencode-agent[bot] 20f3b9b357 chore: generate 2026-05-21 22:36:00 +00:00
James Long cfc1c1f39e feat(tui): design revamp of diff viewer (#28728) 2026-05-21 18:34:32 -04:00
Kit Langton f44c9ebba2 chore: drop dead imports across opencode/core/llm (#28720) 2026-05-21 17:03:12 -04:00
OpeOginni b234169381 fix(opencode): update spinner color logic (#28032)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-05-21 16:02:08 -05:00
opencode-agent[bot] 0966f1a046 chore: generate 2026-05-21 01:53:45 +00:00
Aiden Cline 0da0408922 fix(tui): use colon for collapsed thinking labels (#28562) 2026-05-20 20:52:28 -05:00