Brendan Allan
b72b2fe4d4
feat(desktop): implement sidecar server process
...
Move server initialization to a utility process (sidecar) for better
isolation and resource management. This decouples the server lifecycle
from the main Electron process, improving stability and startup control.
2026-05-06 11:39:34 +08:00
opencode-agent[bot]
6e7c9eb820
chore: generate
2026-05-06 01:35:13 +00:00
Kit Langton
8555de8189
Type session not-found errors ( #25818 )
2026-05-05 21:33:47 -04:00
Luke Parker
f5c3d352a1
fix(app): require query functions for sync queries ( #25939 )
2026-05-06 10:09:32 +10:00
Luke Parker
e117397d0f
fix(server): restore web terminal CSP allowances ( #25937 )
2026-05-06 09:32:51 +10:00
opencode-agent[bot]
1fbc13a1b4
chore: generate
2026-05-05 23:08:37 +00:00
Aiden Cline
6409aceb1a
fix: sanitize surrogates ( #25934 )
2026-05-05 18:07:23 -05:00
opencode-agent[bot]
837cc92586
chore: generate
2026-05-05 21:56:18 +00:00
Nathan Nguyen
ca77b8f8e9
fix(cf-ai-gateway): route provider options through openaiCompatible key ( #24432 ) ( #25573 )
2026-05-05 16:55:08 -05:00
opencode-agent[bot]
25547e9337
chore: generate
2026-05-05 20:41:12 +00:00
James Long
12f3d1f505
fix(core): use current workspace with /new; fix warping into local project ( #25894 )
2026-05-05 16:39:37 -04:00
James Long
8e182c7782
fix(core): better state handling of editor context ( #25911 )
2026-05-05 15:53:05 -04:00
OpeOginni
8a797ed9a1
fix(TUI): update agent create target path from "/agent" to "/agents" ( #14427 )
2026-05-05 14:51:40 -05:00
Aiden Cline
25ecf0af6b
fix: retry server_is_overloaded errors ( #25888 )
2026-05-05 10:39:25 -05:00
Aiden Cline
576480b5dc
fix: ensure mistral medium 3.5 has variants properly setup ( #25887 )
2026-05-05 10:34:20 -05:00
opencode-agent[bot]
fdb4b7c4a5
chore: update nix node_modules hashes
2026-05-05 14:27:06 +00:00
Victor Navarro
726ae6f541
chore: configure alerting and monitoring ( #25857 )
2026-05-05 16:08:28 +02:00
opencode
773078e81f
sync release versions for v1.14.39
2026-05-05 10:57:52 +00:00
Shoubhit Dash
811954880e
fix(compaction): order compaction summary before retained tail ( #25851 )
2026-05-05 16:12:37 +05:30
Luke Parker
465c83cf82
fix(desktop): respect proxy environment ( #25846 )
2026-05-05 20:34:28 +10:00
Brendan Allan
bb9b81aa37
fix(desktop): add error handling to store-get IPC handler ( #25850 )
2026-05-05 18:24:21 +08:00
opencode
a20446fcc8
sync release versions for v1.14.38
2026-05-05 09:48:25 +00:00
opencode-agent[bot]
292c2aa458
chore: update nix node_modules hashes
2026-05-05 09:06:37 +00:00
Brendan Allan
52bb088753
fix(server): allow all connect-src origins in CSP for embedded UI ( #25838 )
2026-05-05 17:06:30 +08:00
Luke Parker
b8f8f5d3a8
fix(desktop): trust system certificates ( #25837 )
2026-05-05 18:47:38 +10:00
opencode
8df3ef10fc
sync release versions for v1.14.37
2026-05-05 07:26:49 +00:00
opencode-agent[bot]
301ab36159
chore: update nix node_modules hashes
compliance-close / close-non-compliant (push) Has been cancelled
beta / sync (push) Has been cancelled
docs-update / update-docs (push) Has been cancelled
containers / build (push) Has been cancelled
deploy / deploy (push) Has been cancelled
generate / generate (push) Has been cancelled
nix-eval / nix-eval (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
nix-hashes / update-hashes (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (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:aarch64-unknown-linux-gnu]) (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-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
storybook / storybook build (push) Has been cancelled
test / unit (linux) (push) Has been cancelled
test / unit (windows) (push) Has been cancelled
test / e2e (linux) (push) Has been cancelled
test / e2e (windows) (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
docs-locale-sync / sync-locales (push) Has been cancelled
stats / stats (push) Has been cancelled
close-issues / close (push) Has been cancelled
close-stale-prs / close-stale-prs (push) Has been cancelled
2026-05-05 06:06:32 +00:00
Brendan Allan
03544a26cd
fix(desktop): update main process ( #25825 )
2026-05-05 13:44:53 +08:00
Brendan Allan
b4147c8d08
refactor(desktop): consolidate desktop-electron into desktop package ( #25822 )
2026-05-05 13:43:36 +08:00
opencode-agent[bot]
6f7d63e9ce
chore: generate
2026-05-05 04:27:38 +00:00
Luke Parker
07f1c8c0ac
fix(desktop): stabilize Windows titlebar zoom ( #25813 )
2026-05-05 04:26:35 +00:00
opencode-agent[bot]
2d0a757eb2
chore: generate
2026-05-05 02:37:07 +00:00
Kit Langton
75d141b574
fix(session): cancel subtask child sessions ( #25798 )
2026-05-04 22:36:06 -04:00
Dax
39c88f9afb
Improve v2 session message rendering ( #25634 )
2026-05-05 02:35:21 +00:00
Dax Raad
0df2bb0f3b
docs: restore v2 todo
2026-05-04 22:22:39 -04:00
Brendan Allan
f6a3615f59
fix(console): remove Cloudflare cache config from download fetch ( #25804 )
deploy / deploy (push) Has been cancelled
2026-05-05 10:15:00 +08:00
James Long
edd480f56b
fix(tui): fix type error for calling workspace.warp ( #25801 )
2026-05-04 22:06:33 -04:00
Luke Parker
2740d398fa
devex: Enable Electron MCP servers with DevTools debug port ( #25795 )
2026-05-05 11:37:18 +10:00
opencode-agent[bot]
f33b17e8ac
chore: generate
2026-05-05 01:29:49 +00:00
James Long
22a4a9df8b
feat(core): session warping ( #25768 )
2026-05-04 21:28:38 -04:00
Brendan Allan
84afd2bef8
update: normalize download asset names to match new naming convention ( #25796 )
2026-05-05 09:19:13 +08:00
Luke Parker
ca2411d332
Run UI unit tests in CI ( #25792 )
2026-05-05 11:05:53 +10:00
opencode
6b852774e1
sync release versions for v1.14.35
2026-05-05 01:01:47 +00:00
opencode-agent[bot]
f14784d531
chore: generate
2026-05-05 00:35:18 +00:00
Luke Parker
6a5e329427
fix(vcs): preserve batched patch boundaries ( #25787 )
2026-05-05 00:34:06 +00:00
opencode
4b65b1e053
sync release versions for v1.14.34
2026-05-04 23:26:02 +00:00
Aiden Cline
d431a0e4b4
fix: ensure effect server middleware properly parses errors ( #25717 )
2026-05-04 18:29:00 -04:00
Frank
5720883d5d
sync
2026-05-04 15:51:29 -04:00
Kit Langton
007b57f078
test(agent): skip InstanceBootstrap in plugin-agent regression test ( #25737 )
2026-05-04 17:11:33 +00:00
Kit Langton
fb07c2070c
fix(server): provide fresh ConfigProvider per HttpApi listener ( #25726 )
2026-05-04 13:06:29 -04:00