Originally created by: yablokolabs
Atomic's generic OpenAI-compatible provider appends /v1/..., while Google's documented OpenAI-compatible API root is /v1beta/openai. That made direct Gemini setup require a translating proxy.
gemini provider backed by Atomic's existing OpenAI transport./v1beta/openai/... paths.GEMINI_API_KEY without including the key in logs or errors.This PR fixes native provider setup and endpoint routing only. Gemini SSE reconstruction, parallel-tool-call control, and structured retry delays remain tracked by [#103], [#104], and [#106] respectively.
npm run lintnpm run buildgit diff --checkCloses [#108]
Implementation and test preparation were LLM-assisted, then independently reviewed by Yabloko Labs.