Aiden Cline
b295fb2f5f
fix(core): derive previous agent in projection ( #41685 )
2026-08-11 01:24:30 -05:00
Aiden Cline
cc792f79b7
fix(core): tighten plan switch reminder copy
...
Rewrite enter and leave synthetics to state the read-only constraint
and its removal without extra workflow instructions.
2026-08-11 01:12:44 -05:00
Aiden Cline
640bf46d6c
feat(core): inject plan mode reminders on agent switch
...
Subscribe to session.agent.selected and admit a synthetic system reminder
when entering or leaving Plan, without waking the session.
2026-08-11 01:03:17 -05:00
Aiden Cline
5c6f8ae371
feat(session): include previous agent on switch events
...
Add optional previous to session.agent.selected so plugins can see both
agents without reading session messages.
2026-08-11 00:55:41 -05:00
Aiden Cline
1cada111a4
fix(core): tighten plan plugin copy
...
Use a user-facing Plan description and a per-tool read-only failure message.
2026-08-11 00:50:19 -05:00
Aiden Cline
e9ee05a843
feat(core): extract plan agent into a plugin
...
Move Plan out of opencode.agent into opencode.plan. Keep edit/write/patch
advertised and reject those calls from execute.before when Plan is selected.
2026-08-11 00:40:13 -05:00
Aiden Cline
47c8d85904
feat(plugin): allow tool hooks to fail with tool errors ( #41668 )
deploy-www / deploy (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-ubuntu-2404 target:linux-x64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-ubuntu-2404-arm target:linux-arm64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-windows-2025 target:windows-arm64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-windows-2025 target:windows-x64]) (push) Has been cancelled
publish / build-node-cli (map[host:macos-26 target:darwin-arm64]) (push) Has been cancelled
publish / sign-cli-windows (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=arm64 host:macos-26 platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=x64 host:macos-26-intel platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404-arm platform_flag:--linux --arm64 target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
generate / generate (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
2026-08-11 00:36:59 -05:00
Aiden Cline
c401076b6f
fix(core): preserve AI SDK tool media ( #41672 )
2026-08-11 00:33:33 -05:00
Luke Parker
1aef4de853
chore(desktop): skip unused beta CLI builds ( #41673 )
2026-08-11 15:07:21 +10:00
opencode-agent[bot]
9c94634515
fix(tui): use active model for compaction ( #41608 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
2026-08-10 23:50:51 -05:00
Luke Parker
c2b754bb03
feat(desktop): publish v2 beta desktop ( #41626 )
2026-08-11 14:33:31 +10:00
Aiden Cline
2372edd5eb
feat(tui): show previous agent in switch notices ( #41661 )
2026-08-10 23:09:26 -05:00
Kit Langton
a5f7f8d3b5
fix(tui): deduplicate repeated image attachments ( #41651 )
2026-08-10 23:39:38 -04:00
Aiden Cline
4df276b9e8
feat(session): persist previous agent on switch ( #41621 )
2026-08-10 22:35:16 -05:00
Kit Langton
518af92c5b
refactor(core): move the models.dev catalog cache from disk to KV ( #41649 )
2026-08-10 22:40:41 -04:00
Kit Langton
5d8c48718b
refactor(core): move instruction discovery to the config side ( #41629 )
2026-08-10 22:32:58 -04:00
Kit Langton
41c5853739
refactor: route Global path consumers through the service ( #41632 )
2026-08-10 21:37:09 -04:00
Kit Langton
8d989f6829
fix(tui): collapse execute child details ( #41624 )
2026-08-10 21:20:51 -04:00
Kit Langton
753fa4cd60
fix(core): isolate config plugin tests from ambient user config ( #41631 )
2026-08-11 01:16:08 +00:00
opencode-agent[bot]
d99a268ea5
chore: generate
2026-08-11 00:39:33 +00:00
Kit Langton
1113adfd5e
refactor(core): skill service stores values, config plugin owns the filesystem ( #41622 )
2026-08-10 20:38:08 -04:00
Kit Langton
6afff5a55f
fix(util): no filesystem side effects at global module load ( #41619 )
2026-08-10 20:38:04 -04:00
Kit Langton
71f5e4189d
refactor(core): move plugin discovery and watching to the config side ( #41618 )
2026-08-10 20:15:08 -04:00
Kit Langton
b49bad9a86
fix(merman): remove sequence lifeline fade ( #41623 )
2026-08-10 19:48:28 -04:00
Kit Langton
2580f880a8
feat(merman): refine sequence diagram styling ( #41617 )
2026-08-10 19:12:46 -04:00
Kit Langton
9d34029cd9
fix(core): runtime-neutral legacy credential import ( #41607 )
2026-08-10 18:35:52 -04:00
opencode-agent[bot]
33296e7959
test(app): make offset observer scheduling deterministic ( #41602 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-08-10 17:24:05 -05:00
Simon Klee
283258e95b
feat(tui): add clipboard image previews and transcript rendering ( #41603 )
...
Use the OpenTUI clipboard service for image input, show image previews in
the prompt, and render transcript images with interactive previews.
Note this includes upgrade of opentui to 0.5.1 +
anomalyco/opentui#1271
2026-08-10 22:51:39 +02:00
opencode-agent[bot]
d7a7256bb6
test: stabilize Windows CI timing ( #41600 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-08-10 15:25:55 -05:00
Aiden Cline
eec55fa5f8
fix(tui): keep model variant across new session ( #41591 )
2026-08-10 15:13:23 -05:00
Aiden Cline
7ff27ca8cf
fix(core): resolve provider URL variables at runtime ( #41580 )
2026-08-10 15:03:47 -05:00
Aiden Cline
b62dc4a636
fix(tui): show empty state when a flat picker has no matches ( #41585 )
2026-08-10 14:26:29 -05:00
opencode-agent[bot]
ceec9f5b66
fix(tui): measure complete turn duration ( #41508 )
...
Co-authored-by: Simon Klee <hello@simonklee.dk >
2026-08-10 20:27:22 +02:00
Kit Langton
bbb1b5e7d0
fix(tui): delay background work hint ( #41577 )
2026-08-10 13:47:31 -04:00
Kit Langton
f0b8ad1242
feat(tui): marquee hovered tab titles ( #41566 )
2026-08-10 13:47:21 -04:00
opencode-agent[bot]
be53e3bd81
chore: generate
2026-08-10 17:00:23 +00:00
Dax Raad
c22942c1f3
fix(core): tolerate unavailable wellknown config
2026-08-10 12:57:41 -04:00
opencode-agent[bot]
6895728add
fix(tui): support single-color themes ( #41572 )
2026-08-10 12:54:37 -04:00
Aiden Cline
16aad9e6ad
fix(core): derive fallback message for empty AI SDK provider errors ( #41450 )
2026-08-10 11:19:44 -05:00
opencode-agent[bot]
9ab3029947
chore: generate
2026-08-10 15:25:02 +00:00
Kit Langton
3c9f857bf1
fix(tui): sync Mermaid renderer fixes ( #41347 )
2026-08-10 11:23:10 -04:00
Shoubhit Dash
5e16a5dc66
fix(tui): restore web search failure details ( #41545 )
2026-08-10 19:24:59 +05:30
Brendan Allan
c7852ef0fd
refactor(app): establish v2 session controller ( #39233 )
2026-08-10 08:50:24 +00:00
Brendan Allan
60cd82aec8
refactor(app): extract session timeline controller ( #39232 )
2026-08-10 15:49:24 +08:00
Brendan Allan
c29968bf08
refactor(app): extract provider connection controller ( #39230 )
2026-08-10 07:20:57 +00:00
Brendan Allan
b5b87deaa2
refactor(app): split server management controllers ( #39229 )
deploy-www / deploy (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-ubuntu-2404 target:linux-x64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-ubuntu-2404-arm target:linux-arm64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-windows-2025 target:windows-arm64]) (push) Has been cancelled
publish / build-node-cli (map[host:blacksmith-4vcpu-windows-2025 target:windows-x64]) (push) Has been cancelled
publish / build-node-cli (map[host:macos-26 target:darwin-arm64]) (push) Has been cancelled
publish / sign-cli-windows (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=arm64 host:macos-26 platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=x64 host:macos-26-intel platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404-arm platform_flag:--linux --arm64 target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
generate / generate (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
2026-08-10 06:16:06 +00:00
opencode-agent[bot]
5053c1bfdd
chore: generate
2026-08-10 05:55:03 +00:00
Luke Parker
d97aca139f
fix(cli): keep OTLP failures best effort ( #41479 )
2026-08-10 15:53:52 +10:00
opencode-agent[bot]
b2f0f45c9e
chore: generate
2026-08-10 04:23:14 +00:00
Aiden Cline
f64b024f46
fix(core): resolve models.dev URL env vars ( #41474 )
2026-08-09 23:22:01 -05:00