cloudaxe-opencode/packages/opencode/src
Kit Langton e4fbf5c657 fix(mcp): use Effect.timeoutOrElse for transport connect timeout
Replace withTimeout (Promise.race) with Effect.timeoutOrElse so that
fiber interruption properly triggers acquireUseRelease cleanup. The
Promise.race approach left the underlying connect promise dangling,
which prevented the release function from running on some platforms.
2026-03-26 11:19:10 -04:00
..
account effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
acp refactor(provider): flow branded ProviderID/ModelID through internal signatures (#17182) 2026-03-12 14:48:17 +00:00
agent effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
auth effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
bun fix(e2e): fail fast on config dependency installs (#17280) 2026-03-13 14:08:51 +10:00
bus effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
cli revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
command effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
config chore: remove dead code for todoread tool (#19128) 2026-03-25 16:21:42 +00:00
control-plane effectify Worktree service (#18679) 2026-03-24 20:26:21 -04:00
effect review test 2026-03-26 10:39:32 -04:00
env core: prevent parallel test runs from contaminating environment variables 2026-01-31 00:37:21 -05:00
file revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
filesystem feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
flag feat: interactive update flow for non-patch releases (#18662) 2026-03-22 23:12:40 +00:00
format effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
global fix: include cache bin directory in which() lookups (#18320) 2026-03-19 21:21:55 -04:00
id feat(core): initial implementation of syncing (#17814) 2026-03-25 10:47:40 -04:00
ide fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
installation effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
lsp tweak: only spawn lsp servers for files in current instance (or cwd if instance is global) (#19058) 2026-03-25 00:31:29 -05:00
mcp fix(mcp): use Effect.timeoutOrElse for transport connect timeout 2026-03-26 11:19:10 -04:00
patch fix: Windows path support and canonicalization (#13671) 2026-02-23 10:10:27 +10:00
permission effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
plugin chore: generate 2026-03-26 00:56:34 +00:00
project revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
provider fix: ensure enterprise url is set properly during auth flow (#19212) 2026-03-25 23:59:53 -05:00
pty effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
question effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
server revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
session effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
share feat(core): initial implementation of syncing (#17814) 2026-03-25 10:47:40 -04:00
shell fix(electron): hide Windows background consoles (#16842) 2026-03-11 13:33:06 +10:00
skill skill: use Effect.cached for load deduplication (#19165) 2026-03-26 00:55:43 +00:00
snapshot effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
storage revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
sync chore: generate 2026-03-25 14:48:44 +00:00
tool effectify Bus service: migrate to Effect PubSub + InstanceState (#18579) 2026-03-25 20:19:24 -04:00
util revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
worktree revert: roll back git-backed review modes (#19295) 2026-03-26 10:14:57 -04:00
index.ts remove sighup exit (#17254) 2026-03-15 00:52:28 +01:00
node.ts feat: add Node.js entry point and build script (#18324) 2026-03-19 21:35:07 -04:00
sql.d.ts sqlite again (#10597) 2026-02-14 04:19:02 +00:00