opencode/packages
Kit Langton 1dae9c2369 fix: lazy runtime imports in facades to break bundle cycles
All service facades now use @/effect/run (lazy runtime import) instead
of directly importing @/effect/runtime. This breaks the circular
dependency chain that caused "undefined is not an object" crashes in
bun's bundled binary.

- Add src/effect/run.ts with run() and runInstance() lazy wrappers
- Strip all facades to runtime-only functions (no schema re-exports)
- Consumers that need schemas import from service modules directly
- Update specs/effect-migration.md with facade rules and full list
2026-03-20 18:57:23 -04:00
..
app app: file type filter on desktop + multiple files (#18403) 2026-03-20 15:02:07 +00:00
console go: upi translation 2026-03-19 18:54:32 -04:00
containers ci 2026-01-29 23:17:57 -05:00
desktop app: file type filter on desktop + multiple files (#18403) 2026-03-20 15:02:07 +00:00
desktop-electron app: file type filter on desktop + multiple files (#18403) 2026-03-20 15:02:07 +00:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise go: upi payment 2026-03-19 18:44:24 -04:00
extensions/zed release: v1.2.27 2026-03-16 02:33:48 +00:00
function go: upi payment 2026-03-19 18:44:24 -04:00
identity
opencode fix: lazy runtime imports in facades to break bundle cycles 2026-03-20 18:57:23 -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 chore: generate 2026-03-19 17:52:50 +00: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 deslopity deslopity (#18343) 2026-03-20 05:24:27 +00:00
util release: v1.2.27 2026-03-16 02:33:48 +00:00
web feat: enable GitLab Agent Platform with workflow model discovery (#18014) 2026-03-20 12:55:22 -05:00