cloudaxe-opencode/packages/opencode/test/cli/tui
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
..
keybind-plugin.test.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
plugin-add.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-install.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-lifecycle.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-loader-entrypoint.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-loader-pure.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-loader.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
plugin-toggle.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
slot-replace.test.tsx upgrade opentui to 0.1.94 (#20357) 2026-03-31 23:54:13 +02:00
sync-provider.test.tsx rector(core,tui): handle workspace state in project context, add workspace status, improve ui (#21896) 2026-04-10 13:03:20 -04:00
theme-store.test.ts chore: generate 2026-03-27 14:01:28 +00:00
thread.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
transcript.test.ts fix: show model display name in message footer and transcript (#20539) 2026-04-02 00:17:38 +00:00
use-event.test.tsx refactor(tui): switch to global events and start passing workspace param (#21719) 2026-04-10 10:47:27 -04:00