Commit Graph

1585 Commits

Author SHA1 Message Date
Dax fbda5fadda refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
Aiden Cline 2c16b222fc fix(tui): stop idle background task spinner (#30484) 2026-06-02 20:43:17 -05:00
Simon Klee 0a100dce4f run: enable interactive replay by default (#30465) 2026-06-02 22:20:16 +02:00
Dax 7a9068f029 refactor(core): consolidate filesystem services (#30447) 2026-06-02 16:09:26 -04:00
Dustin Deus a796803a5e refactor(opencode): improve startup time by 38% (#30453)
Co-authored-by: starptech <starptech@starptechs-MBP.fritz.box>
2026-06-02 21:20:25 +02:00
Simon Klee b9ef0922d6 Revert "tui: revert OpenTUI upgrade to 0.2.16 (#30383)" (#30452) 2026-06-02 20:49:31 +02:00
opencode-agent[bot] 3b4d2823d6 chore: generate 2026-06-02 18:02:46 +00:00
Shoubhit Dash 7365418f37 chore(opencode): remove scout agent (#30435) 2026-06-02 23:30:34 +05:30
James Long 39b9a1bfea fix(tui): scope diff viewer to session directory (#30426) 2026-06-02 11:43:21 -04:00
Simon Klee 963da94117 tui: revert OpenTUI upgrade to 0.2.16 (#30383) 2026-06-02 13:26:54 +02:00
Simon Klee 262b1658fe tui: show model context in run footer (#30380) 2026-06-02 13:09:03 +02:00
Kit Langton 780d5d958b fix(tui): preserve live parts during session hydration (#30300) 2026-06-01 21:40:29 -04:00
Dax 3056f6c030 feat(core): add location-based permission service (#30287) 2026-06-02 01:32:50 +00:00
Kit Langton afdc6287a9 fix(tui): keep retry attempt before message (#30275) 2026-06-01 21:41:21 +00:00
Kit Langton d591d7f3be fix(tui): keep background marker with subagent label (#30271) 2026-06-01 15:56:15 -04:00
James Long 2d61c3ed38 fix(tui): handle events across workspaces (#30281) 2026-06-01 19:47:37 +00:00
Kit Langton 7c83b5aee1 fix(tui): clarify inline subagent rows (#30051) 2026-06-01 15:44:11 -04:00
opencode-agent[bot] 289f02b6af chore: generate 2026-06-01 13:13:19 +00:00
Simon Klee cb4e002655 add run --replay mode (#30239) 2026-06-01 15:11:45 +02:00
opencode-agent[bot] 34985e1e85 chore: generate 2026-06-01 08:47:26 +00:00
Orca丶 78322548a2 fix(tui): prevent prompt corruption when pasting near wide characters (#29710)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Simon Klee <hello@simonklee.dk>
2026-06-01 08:42:14 +00:00
opencode-agent[bot] b2fe9b7380 chore: generate 2026-06-01 07:27:27 +00:00
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