cloudaxe-opencode/packages/opencode/test
Kit Langton b9de3ad370 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-19 15:12:21 -04:00
..
account refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
acp
agent refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
auth
cli fix forked prompt attachments losing file parts (#17815) 2026-03-19 12:00:32 -04:00
config
control-plane
file fix(bus): tighten GlobalBus payload and BusEvent.define types 2026-03-19 15:12:21 -04:00
filesystem feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
fixture refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
format refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
ide
installation
lib refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
lsp fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
mcp
memory
patch
permission refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
plugin refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
project ignore: revert 3 commits that broke dev branch (#18260) 2026-03-19 11:15:07 -05:00
provider chore: generate 2026-03-18 23:45:03 +00:00
pty
question
server chore: generate 2026-03-18 17:37:40 +00:00
session fix(session): preserve tagged error messages (#18165) 2026-03-18 20:36:53 -04:00
share
skill refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
snapshot refactor(effect): unify service namespaces and align naming (#18093) 2026-03-18 13:34:36 -04:00
storage
tool refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
util fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
AGENTS.md
bun.test.ts
keybind.test.ts
permission-task.test.ts refactor(truncation): effectify TruncateService, delete Scheduler (#17957) 2026-03-17 21:59:54 -04:00
preload.ts test(opencode): deflake file and tool timing (#17859) 2026-03-17 00:49:04 +00:00