cloudaxe-opencode/packages/opencode/src
Kit Langton f63a2a2636 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-18 20:57:08 -04:00
..
account refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
acp refactor(provider): flow branded ProviderID/ModelID through internal signatures (#17182) 2026-03-12 14:48:17 +00:00
agent refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
auth chore: generate 2026-03-18 17:37:40 +00:00
bun fix(e2e): fail fast on config dependency installs (#17280) 2026-03-13 14:08:51 +10:00
bus fix(bus): tighten GlobalBus payload and BusEvent.define types 2026-03-18 20:57:08 -04:00
cli chore: type Provider.list() as Record<ProviderID, Info>, delete dead code (#18123) 2026-03-18 19:43:12 -04:00
command feat(id): brand WorkspaceID through Drizzle and Zod schemas (#16964) 2026-03-11 23:30:17 +00:00
config docs: add describe annotation to snapshot config field (#17861) 2026-03-16 22:46:09 -05:00
control-plane fix(bus): tighten GlobalBus payload and BusEvent.define types 2026-03-18 20:57:08 -04:00
effect refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
env core: prevent parallel test runs from contaminating environment variables 2026-01-31 00:37:21 -05:00
file fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
filesystem feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
flag refactor(file-time): effectify FileTimeService with Semaphore locks (#17835) 2026-03-16 18:23:13 +00:00
format refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
global refactor: migrate src/global/index.ts from Bun.file() to Filesystem module (#14146) 2026-02-18 13:25:18 -05:00
id feat(core): basic implementation of remote workspace support (#15120) 2026-02-27 15:36:39 -05:00
ide fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
installation refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
lsp fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
mcp chore: generate 2026-03-10 02:02:18 +00:00
patch fix: Windows path support and canonicalization (#13671) 2026-02-23 10:10:27 +10:00
permission refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
plugin feat: integrate support for multi step auth flows for providers that require additional questions (#18035) 2026-03-18 11:36:19 -05:00
project refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
provider chore: type Provider.list() as Record<ProviderID, Info>, delete dead code (#18123) 2026-03-18 19:43:12 -04:00
pty stack: effectify-file-watcher-service (#17827) 2026-03-16 13:18:40 -04:00
question refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
server refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
session fix(session): preserve tagged error messages (#18165) 2026-03-18 20:36:53 -04:00
share refactor(provider): flow branded ProviderID/ModelID through internal signatures (#17182) 2026-03-12 14:48:17 +00:00
shell fix(electron): hide Windows background consoles (#16842) 2026-03-11 13:33:06 +10:00
skill feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
snapshot feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
storage core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
tool feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
util fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
worktree feat(id): brand ProjectID through Drizzle and Zod schemas (#16948) 2026-03-11 16:44:26 -04:00
index.ts remove sighup exit (#17254) 2026-03-15 00:52:28 +01:00
sql.d.ts sqlite again (#10597) 2026-02-14 04:19:02 +00:00