opencode/packages/core/test/config
Aiden Cline 319be994b6 fix(core): migrate bare v1-shaped mcp config blocks
isV1 only triggered on a fixed set of top-level keys, so a config with just
$schema and a v1-shaped mcp block (servers directly under mcp, with enabled)
was parsed as v2 and silently produced zero servers. Detect the v1 mcp shape
(no servers wrapper, entries with a type) so these files migrate correctly.
2026-06-29 16:57:25 -05:00
..
fixtures/plugin feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
agent.test.ts feat(plugin): add v2 effect host (#33111) 2026-06-21 08:05:49 -04:00
command.test.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
config.test.ts fix(core): migrate bare v1-shaped mcp config blocks 2026-06-29 16:57:25 -05:00
plugin.test.ts feat(plugin): add namespaced hook API (#33416) 2026-06-22 19:06:57 -04:00
provider-options.test.ts feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
provider.test.ts refactor(core): simplify model requests 2026-06-24 13:17:14 -04:00
skill.test.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00