opencode/packages
Kit Langton f3cf519d98 feat(bus): migrate Bus to Effect service with PubSub internals
Add Bus.Service as a ServiceMap.Service backed by Effect PubSub:
- publish() pushes to per-type + wildcard PubSubs and GlobalBus
- subscribe() returns a typed Stream via Stream.fromPubSub
- subscribeAll() returns a wildcard Stream

Legacy adapters wrap the Effect service:
- publish → runPromiseInstance
- subscribe/subscribeAll → runCallbackInstance with Stream.runForEach

Other changes:
- Register Bus.Service in Instances LayerMap
- Add runCallbackInstance helper to effect/runtime
- Remove unused Bus.once (zero callers)
- Skip PubSub creation on publish when no subscribers exist
- Move subscribe/unsubscribe logging into the Effect service layer
2026-03-18 21:36:04 -04:00
..
app fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
console zen: minimax m2.7 2026-03-18 14:30:55 -04:00
containers ci 2026-01-29 23:17:57 -05:00
desktop release: v1.2.27 2026-03-16 02:33:48 +00:00
desktop-electron fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise wip: zen 2026-03-17 23:31:14 -04:00
extensions/zed release: v1.2.27 2026-03-16 02:33:48 +00:00
function wip: zen 2026-03-17 23:31:14 -04:00
identity chore: identity cleanup, vscode ext images 2025-12-08 06:47:57 -06:00
opencode feat(bus): migrate Bus to Effect service with PubSub internals 2026-03-18 21:36:04 -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
script refactor: replace bun semver with npm semver package 2026-03-09 15:29:55 -04:00
sdk feat: integrate support for multi step auth flows for providers that require additional questions (#18035) 2026-03-18 11:36:19 -05:00
slack release: v1.2.27 2026-03-16 02:33:48 +00:00
storybook fix(storybook): restore build by mocking useLocation (#16472) 2026-03-07 09:55:43 -06:00
ui tweak(ui): theme overrides (#17958) 2026-03-18 19:26:32 +05:30
util release: v1.2.27 2026-03-16 02:33:48 +00:00
web zen: add mimo pro/omni models 2026-03-18 20:28:41 -04:00