Files
opencode/packages
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-04-01 00:44:06 +00:00
2026-04-01 00:44:06 +00:00
2026-04-01 00:44:06 +00:00
2026-04-01 00:44:06 +00:00
2026-04-02 15:38:30 +00:00
2026-04-01 00:44:06 +00:00
2026-04-01 00:44:06 +00:00