u/Better-Discussion110

Cline Kanban ignores OpenAI-compatible provider config and falls back to default OpenAI endpoint
▲ 6 r/CLine+1 crossposts

Cline Kanban ignores OpenAI-compatible provider config and falls back to default OpenAI endpoint

Setup:

- Provider: OpenAI-compatible (BYOK) configured in the VS Code extension

- Cline extension panel: works fine (minor false-positive token count inflation in chat, but functional)

- Cline TUI: also works fine, correctly picks up the OpenAI-compatible model I configured in the extension

The issue:

When I open Cline Kanban from my git repo, it redirects to the browser-based web UI as expected. But something goes wrong at the provider level. Kanban appears to ignore my OpenAI-compatible provider config and instead routes requests to the default OpenAI endpoint (api.openai.com). Since my API key belongs to a different provider, OpenAI rejects it with an `incorrect API key` error.

What I've tried:

- Looked through Cline extension settings for a Kanban-specific provider config, couldn't find one

- TUI reads the correct provider just fine, so the config itself seems valid

Questions:

  1. Is Kanban expected to inherit the provider/model from the VS Code extension settings, or does it have a separate config I'm missing?
  2. If it should inherit, is this a known bug where Kanban hard-codes the OpenAI endpoint?
  3. Is there a workaround, a config file, env variable, or flag I can set to point Kanban at my custom base URL?

https://preview.redd.it/3xagfajht81h1.png?width=329&format=png&auto=webp&s=5ff014500c1f92f6c97eaa4a991219e0ff25de9b

Running it now while posting this shows openai-compatible provider is disabled. Any reason why? and when will it be enabled?

reddit.com
u/Better-Discussion110 — 7 days ago