cloudaxe-opencode/packages/opencode/test/fixture
Kit Langton a8d6379e0e refactor: remove makeRuntime facade from TuiConfig
Delete get() and waitForDependencies() facade functions from config/tui.ts.
Add TuiConfig.defaultLayer to AppLayer so the service is available via
AppRuntime.

Migrate all callers (attach.ts, thread.ts, plugin/runtime.ts) to
AppRuntime.runPromise(TuiConfig.Service.use(...)). Migrate tui.test.ts
(~28 calls) to the same pattern.

Rework test fixture: replace spyOn(TuiConfig, 'get') with mockTuiService
helper that mocks TuiConfig.Service.use at the Effect level. Update all
9 test files that spied on the old facades.
2026-04-14 21:35:28 -04:00
..
lsp fix(lsp): handle optional requests to avoid MethodNotFound (-32601) with MATLAB Language Server (#4007) 2025-11-08 16:31:39 -06:00
skills chore: generate 2026-02-19 20:12:16 +00:00
db.ts feat(core): basic implementation of remote workspace support (#15120) 2026-02-27 15:36:39 -05:00
fixture.test.ts fix(git): stop leaking fsmonitor daemons e.g. 60GB+ of commited memory after running tests (#16249) 2026-03-06 15:42:08 +10:00
fixture.ts refactor(effect): upgrade opencode to beta.46 context APIs (#21977) 2026-04-10 23:06:28 -04:00
flock-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
plug-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
plugin-meta-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
tui-plugin.ts rector(core,tui): handle workspace state in project context, add workspace status, improve ui (#21896) 2026-04-10 13:03:20 -04:00
tui-runtime.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00