Dax Raad
cd49dc74f6
Merge remote-tracking branch 'origin/refactor/npm-over-bunproc' into refactor/npm-over-bunproc
2026-03-27 11:21:40 -04:00
Dax Raad
ec9c9960a3
refactor: migrate from BunProc to Npm module
...
- Replace BunProc.install with Npm.add for plugin resolution
- Remove needsInstall check from installDependencies
- Update test files to use Npm module instead of BunProc
- Delete bun/index.ts and bun/registry.ts (no longer needed)
2026-03-27 11:19:38 -04:00
Dax Raad
4d079b34f4
Merge dev into refactor/npm-over-bunproc
2026-03-27 11:03:05 -04:00
Kit Langton
decb5e68ee
effectify Skill service internals ( #19364 )
2026-03-27 10:15:51 -04:00
opencode-agent[bot]
21023337fa
chore: generate
2026-03-27 14:01:28 +00:00
Sebastian
6274b0677c
tui plugins ( #19347 )
2026-03-27 15:00:26 +01:00
opencode-agent[bot]
d8ad8338f5
chore: generate
2026-03-27 13:53:59 +00:00
Kit Langton
7b44918149
refactor(tool-registry): yield Config/Plugin services, use Effect.forEach ( #19363 )
2026-03-27 09:53:00 -04:00
Shoubhit Dash
d2bfa92e74
fix(app): persist queued followups across project switches ( #19421 )
2026-03-27 12:02:09 +00:00
opencode-agent[bot]
3fb60d05e5
chore: update nix node_modules hashes
2026-03-27 08:25:19 +00:00
Shoubhit Dash
d341499684
fix(ui): keep partial markdown readable while responses stream ( #19403 )
2026-03-27 07:46:47 +00:00
Kit Langton
771525270a
fix(opencode): ignore generated models snapshot files ( #19362 )
2026-03-27 02:21:17 +00:00
Kit Langton
e96eead32e
refactor(vcs): replace async git() with ChildProcessSpawner ( #19361 )
2026-03-27 02:14:46 +00:00
opencode-agent[bot]
b242a8d8e4
chore: generate
2026-03-27 01:47:36 +00:00
Kit Langton
9c6f1edfd7
refactor(effect): yield services instead of promise facades ( #19325 )
2026-03-26 21:46:38 -04:00
Dax
c5e288c1fa
Merge branch 'dev' into refactor/npm-over-bunproc
2026-03-26 20:42:26 -04:00
Dax Raad
011bccd4d8
fix types
2026-03-26 18:22:35 -04:00
Dax Raad
c55b0a1261
Merge branch 'dev' into refactor/npm-over-bunproc
2026-03-26 18:20:04 -04:00
Luke Parker
ef7d1f7efa
fix: web ui bundle build on windows ( #19337 )
2026-03-26 22:14:20 +00:00
Shoubhit Dash
b7a06e1939
fix(ui): reduce markdown jank while responses stream ( #19304 )
2026-03-26 14:43:30 -05:00
Adam
311ba4179a
fix(app): remove fork session button
2026-03-26 14:34:01 -05:00
Adam
ad3b350672
fix(app): default shell tool to collapsed
2026-03-26 14:20:30 -05:00
opencode-agent[bot]
590523dcd1
chore: generate
2026-03-26 19:03:22 +00:00
Adam
b8fb75a94a
fix(app): don't bundle fonts ( #19329 )
2026-03-26 14:02:01 -05:00
opencode-agent[bot]
98a31e30cc
chore: update nix node_modules hashes
2026-03-26 18:45:12 +00:00
opencode-agent[bot]
c333e914ee
chore: generate
2026-03-26 18:42:59 +00:00
Adam
c7760b433b
fix(app): more startup perf ( #19288 )
2026-03-26 13:41:22 -05:00
Kit Langton
2e6ac8ff49
fix(mcp): close transport on failed/timed-out connections ( #19200 )
2026-03-26 14:41:00 -04:00
Kit Langton
1ebc92fd36
refactor(config): use cachedInvalidateWithTTL, bump effect to beta.37 ( #19322 )
2026-03-26 18:05:47 +00:00
opencode-agent[bot]
9f94bdb496
chore: generate
2026-03-26 17:08:33 +00:00
Kit Langton
28f5176ffd
effectify Config service ( #19139 )
2026-03-26 13:07:01 -04:00
James Long
38450443b1
feat(core): remove workspace server, WorkspaceContext, start work towards better routing ( #19316 )
2026-03-26 12:30:26 -04:00
Aiden Cline
da1d37274f
feat: add gpt prompt so non codex gpt models have their own system prompt modeled after codex cli ( #19220 )
2026-03-26 15:57:38 +00:00
opencode-agent[bot]
17e8f577d6
chore: generate
2026-03-26 15:49:53 +00:00
Kit Langton
c7d23098d1
refactor(lsp): effectify LSP service with InstanceState ( #19150 )
2026-03-26 11:48:36 -04:00
Dax Raad
bcf18edde4
changelog ci tweaks
2026-03-26 11:13:13 -04:00
opencode-agent[bot]
9a2482ac09
chore: generate
2026-03-26 15:05:29 +00:00
opencode
54443bfb7e
release: v1.3.3
v1.3.3
2026-03-26 15:05:21 +00:00
Dax
ec20efc11a
feat: embed WebUI in binary with proxy flags ( #19299 )
...
Co-authored-by: BlankParticle <blankparticle@gmail.com >
2026-03-26 14:43:56 +00:00
Dax
83ed1c4414
tui: bypass local SSE event streaming in worker ( #19183 )
2026-03-26 14:41:36 +00:00
opencode-agent[bot]
1d363fa19f
chore: generate
2026-03-26 14:16:07 +00:00
Shoubhit Dash
1b028d0632
revert: roll back git-backed review modes ( #19295 )
2026-03-26 10:14:57 -04:00
Brendan Allan
1359aa40af
Merge branch 'dev' into refactor/npm-over-bunproc
2026-03-26 16:04:20 +08:00
Aiden Cline
d500a8432a
fix: ensure enterprise url is set properly during auth flow ( #19212 )
2026-03-25 23:59:53 -05:00
Frank
2d502d6ffe
go: do not respect disabled zen models
2026-03-26 00:47:23 -04:00
Frank
2ad190e482
wip: zen
2026-03-26 00:47:23 -04:00
Frank
16742af7f3
wip: zen
2026-03-26 00:47:23 -04:00
opencode-agent[bot]
652313e036
chore: update nix node_modules hashes
2026-03-26 02:14:16 +00:00
Luke Parker
1a4a6eabe2
fix(opencode): image paste on Windows Terminal 1.25+ with kitty keyboard ( #17674 )
2026-03-26 12:00:38 +10:00
Kit Langton
ba244a6e62
test: restore 5 workers on Windows e2e ( #19188 )
2026-03-25 21:28:18 -04:00