Kit Langton
68409c9471
revert unrelated bus type tightening from command PR
2026-03-21 20:11:01 -04:00
Kit Langton
d1f7df0b97
refactor(command): initialize state on first access
2026-03-21 20:09:44 -04:00
Kit Langton
b1e6ea3e88
refactor(command): track lazy init with fiber
2026-03-21 20:01:17 -04:00
Kit Langton
addc33212b
docs(command): restore zod async comments
2026-03-21 19:58:38 -04:00
Kit Langton
7053c58d35
fix(command): resolve rebase artifacts
2026-03-21 19:54:09 -04:00
Kit Langton
a277fb4049
log errors in catchCause instead of silently swallowing
2026-03-21 14:26:01 -04:00
Kit Langton
59cc1ebc27
use forkScoped + Fiber.join for lazy init (match old Instance.state behavior)
2026-03-21 14:25:57 -04:00
Kit Langton
df260fee45
handle undefined command in session prompt
2026-03-21 14:25:50 -04:00
Kit Langton
3b2a1e8415
effectify Command service: migrate from Instance.state to Effect service pattern
2026-03-21 14:25:50 -04:00
Kit Langton
6f9c7812d3
fix(bus): tighten GlobalBus payload and BusEvent.define types
...
Constrain BusEvent.define to ZodObject instead of ZodType so TS knows
event properties are always a record. Type GlobalBus payload as
{ type: string; properties: Record<string, unknown> } instead of any.
Refactor watcher test to use Bus.subscribe instead of raw GlobalBus
listener, removing hand-rolled event types and unnecessary casts.
2026-03-21 14:24:51 -04:00
Protocol Zero
cc818f8032
fix(provider): only set thinkingConfig for models with reasoning capability ( #18283 )
2026-03-21 11:57:52 -05:00
opencode-agent[bot]
d5337b41f4
chore: update nix node_modules hashes
2026-03-21 15:47:15 +00:00
opencode-agent[bot]
9f7a76d6c0
chore: generate
2026-03-21 15:34:05 +00:00
Brendan Allan
6a16db4b92
app: manage mutation loading states with tanstack query ( #18501 )
2026-03-21 23:33:04 +08:00
Brendan Allan
9ad6588f3e
app: allow navigating projects with keybinds ( #18502 )
2026-03-21 22:13:09 +08:00
opencode-agent[bot]
fb6bf0b35e
chore: generate
2026-03-21 13:12:54 +00:00
Dax Raad
f80343b875
fix annotation
2026-03-21 09:11:15 -04:00
Frank
9b805e1cc4
wip: zen
2026-03-21 04:07:51 -04:00
opencode-agent[bot]
2e0d5d2308
chore: generate
2026-03-21 04:52:23 +00:00
Kit Langton
38e0dc9ccd
Move service state into InstanceState, flatten service facades ( #18483 )
2026-03-21 04:51:35 +00:00
opencode-agent[bot]
40aeaa120d
chore: generate
2026-03-21 03:11:28 +00:00
Kit Langton
6a64177589
fix(zen): emit cost chunk in client-facing format, not upstream format ( #16817 )
2026-03-20 23:10:34 -04:00
Dax Raad
5dc47905a9
allow customizing DB location
2026-03-20 22:49:55 -04:00
Aiden Cline
dc0044882c
ignore: add danieljoshuanazareth to disavow list ( #18476 )
2026-03-20 21:34:07 -04:00
github-actions[bot]
45ae7dc653
Update VOUCHED list
...
https://github.com/anomalyco/opencode/issues/18464#issuecomment-4101766628
2026-03-21 01:28:40 +00:00
Dax Raad
129fe1e350
ci
2026-03-20 17:00:05 -04:00
Kit Langton
214a6c6cf1
fix: switch consumers to service imports to break bundle cycles ( #18438 )
2026-03-20 20:55:46 +00:00
Dax Raad
3f249aba6d
commit and push
2026-03-20 16:36:19 -04:00
Dax Raad
5c6ec1caac
fix question cross out
2026-03-20 15:50:04 -04:00
Kit Langton
24f9df5463
fix: update stale account url/email on re-login ( #18426 )
2026-03-20 14:50:01 -04:00
opencode-agent[bot]
12b8e1c2be
chore: generate
2026-03-20 18:38:08 +00:00
Kit Langton
d70099b059
fix: apply Layer.fresh at instance service definition site ( #18418 )
2026-03-20 14:37:12 -04:00
opencode-agent[bot]
ce845a0b1b
chore: update nix node_modules hashes
2026-03-20 18:16:17 +00:00
Vladimir Glafirov
05d3e65f76
feat: enable GitLab Agent Platform with workflow model discovery ( #18014 )
2026-03-20 12:55:22 -05:00
opencode-agent[bot]
51618e9cef
chore: generate
2026-03-20 16:11:21 +00:00
Kit Langton
e78944e9a4
effectify Installation service, drop Effect suffix from namespaces ( #18266 )
2026-03-20 12:10:33 -04:00
Aiden Cline
bfdc38e421
tweak: adjust codex plugin logic so that codex instruction isn't always added (oauth plan no longer enforces instruction whitelisting) ( #18337 )
2026-03-20 10:37:47 -05:00
MC
83023e4f0f
docs: add Cloudflare Workers AI provider ( #18322 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-03-20 10:10:22 -05:00
Brendan Allan
d0a57305ef
app: file type filter on desktop + multiple files ( #18403 )
2026-03-20 15:02:07 +00:00
Shoubhit Dash
27a70ad70f
fix(app): align review file comments with diff comments ( #18406 )
2026-03-20 14:44:18 +00:00
Luke Parker
0bbf26a1ce
deslopity deslopity ( #18343 )
2026-03-20 05:24:27 +00:00
opencode-agent[bot]
83cdb4de64
chore: update nix node_modules hashes
2026-03-20 05:14:32 +00:00
Brendan Allan
4989632245
patch solid to try fix memo undefined under transition bug ( #18338 )
2026-03-20 14:58:35 +10:00
Luke Parker
d460614cd7
fix: lots of desktop stability, better e2e error logging ( #18300 )
2026-03-20 00:12:06 -04:00
Luke Parker
7866dbcfcc
fix: avoid truncate permission import cycle ( #18292 )
2026-03-19 23:52:04 -04:00
opencode-agent[bot]
e71a21e0a8
chore: update nix node_modules hashes
2026-03-20 02:21:29 +00:00
Dax
1071aca91f
fix: miscellaneous small fixes ( #18328 )
2026-03-19 22:20:29 -04:00
Jaaneek
b3d0446d13
feat: switch xai provider to responses API ( #18175 )
...
Co-authored-by: Jaaneek <jankiewiczmilosz@gmail.com>
2026-03-19 21:09:49 -05:00
opencode-agent[bot]
949191ab74
chore: update nix node_modules hashes
2026-03-20 01:36:22 +00:00
Dax
92cd908fb5
feat: add Node.js entry point and build script ( #18324 )
2026-03-19 21:35:07 -04:00