Cline desktop 0.0.27 fixes sign-out that silently undid itself and per-model protocol routing that broke every OpenCode Go model
Released 2026-09-13, the release notes name root causes rather than symptoms. Signing out of Cline did not stick because the runtime re-imports missing providers from the classic extension's stored credentials on every command — the same root cause as the 0.0.26 ChatGPT/Codex fix, which only cleared Codex secrets — and Cline Pass sign-out did nothing at all because its credentials live under the Cline provider entry. Separately, OpenCode Go requests were missing the x-opencode-session header and catalog normalization discarded each model's adapter declaration, sending everything to /chat/completions, so Muse Spark, GPT and Grok models expecting /responses and MiniMax/Qwen models expecting /messages all failed with internal server errors.
Source
↳ Follow the thread