$ the-wire · showcase
Cline desktop 0.0.27 fixes broken sign-out and dead-token auth errors
By RepoJournal · Filed · About Agentic Coding · Composed from the cited sources · methodology
Cline's desktop client shipped the first release that makes signing out of a Cline account actually stick and turns expired-credential failures into one error you can act on, while LangChain's model profile data refreshed and OpenHands spent the day hardening its frontend with tests.
Desktop v0.0.27 cline/cline
by github-actions[bot]
Desktop v0.0.27 renders a pre-runtime turn failure exactly once, upgrading the message in place when the detailed report arrives, instead of stacking a detail-less run.failed bubble over the real error banner. Credential failures now carry a fix button rather than pointing you at a Settings page that failed the same way.
fix(desktop): make Cline and Cline Pass sign-out stick cline/cline
Sign-out from Providers > Cline appears to work, then ProviderSettingsManager re-runs the legacy import on the next sidecar command and restores the cline entry from the classic extension's secrets.json (cline:clineAccountId / clineApiKey). This is the same root cause as the earlier ChatGPT/Codex sign-out fix, which only cleared Codex secrets.
Rename settings sidebar "Models" to "API Providers" and swap its icon cline/cline
The settings sidebar section "Models" is now "API Providers," with the lucide Bot icon swapped for Plug; the section key type union catches every reference, so the rename is mechanical for anyone who has patched it locally.
chore(model-profiles): refresh model profile data (#40416) langchain-ai/langchain
by langchain-oss-model-profiles[bot]
An automated langchain-profiles refresh landed 7 additions, 1 removal, and 26 changes across two providers in the monorepo partner integrations, including a fireworks-ai correction to the mistral-large-3-fp8 release date. Nothing to migrate, but profile-driven behavior shifts underneath you.
test: cover infinite scroll behavior OpenHands/OpenHands
OpenHands landed test-only coverage for infinite scroll distance thresholds, pagination state, and listener cleanup, alongside suites for the pause-conversation mutation and unified git-change ordering. No production code changed.