RepoJournal
Agentic Coding Agentic Coding
60 wires and counting

$ follow Agentic Coding

Keep up with Agentic Coding in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-14
stories 111

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ 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

by saoudrizwan

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

by saoudrizwan

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

by aivong-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.

Quick answers

What shipped in Agentic Coding on September 14, 2026?
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. In total, 56 commits, 54 pull requests, and 1 releases landed.
Who contributed to Agentic Coding on September 14, 2026?
5 developers shipped this update, including langchain-oss-model-profiles, langchain-oss-model-profiles[bot], aivong-openhands, github-actions[bot], and saoudrizwan.
What were the notable Agentic Coding updates?
Desktop v0.0.27, fix(desktop): make Cline and Cline Pass sign-out stick, and Rename settings sidebar "Models" to "API Providers" and swap its icon.