cloudaxe-opencode/packages/opencode/test/cli
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
..
cmd/tui fix forked prompt attachments losing file parts (#17815) 2026-03-19 12:00:32 -04:00
tui refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00
account.test.ts chore: generate 2026-03-23 17:12:55 +00:00
error.test.ts fix(opencode): improve console login transport errors (#21350) 2026-04-07 18:31:53 +00:00
github-action.test.ts feat(id): brand PartID through Drizzle and Zod schemas (#16966) 2026-03-11 23:40:50 +00:00
github-remote.test.ts fix: github install cmd if repo has . in it 2025-12-16 11:19:18 -06:00
import.test.ts chore: generate 2026-03-10 16:56:30 +00:00
plugin-auth-picker.test.ts core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00