Files
anomalyco_opencode/packages/opencode/src
Kit Langton d603d9da65 fix(opencode): use openai-compatible SDK for e2e LLM mock routing
The e2eURL() path used createOpenAI().responses() which produces a
Responses API format that the mock server's SSE stream can't correctly
convey tool calls through. Switch to createOpenAICompatible().chatModel()
which uses the chat completions format — matching what the mock was
designed for and what the integration tests use.

This only affects the OPENCODE_E2E_LLM_URL code path (e2e tests only).
2026-04-02 12:49:28 -04:00
..
2026-03-30 21:49:45 +00:00
2026-04-02 01:56:34 +00:00
2026-03-28 14:26:45 +00:00
2026-03-27 15:00:26 +01:00
2026-04-02 00:21:26 +00:00
2026-03-30 21:49:45 +00:00
2026-03-25 14:48:44 +00:00
2026-02-14 04:19:02 +00:00