18 stories · 7d·6 sources covering·30 active storylines
Updated Wed, 26 Aug 2026 CEST·18 new storylines this week·live
What this is
Cline is an open-source autonomous coding agent for VS Code. shipfeed tracks Cline releases, new model support, MCP integrations, and agent-capability updates.
First public release of Cline Code for macOS: a desktop app for running and inspecting Cline agent sessions, signed and notarized for Apple Silicon and Intel. Automatic updates: the app checks on launch and every 2…
Plugins, MCP, Skills, Rules, Hooks, and Tools are now one Customize hub with tabbed sections and live counts. Catalog-backed tabs show what you have installed followed by an inline Browse section, so installing…
The app is now called Cline, renamed from Cline Code. Your settings, sessions, and credentials carry over untouched — only the name and icon change Refreshed app icons and branding Reskinned the first-run onboarding…
Everything here lands through the SDK bundle, so it applies to windows running that bundle — except the last section, which is a legacy-bundle fix. Added Let models that support it generate images during a task…
Added model-driven image generation. Models that support it can generate images during a turn, and generated images are persisted in session history and exports Agents can now create and manage scheduled tasks and a…
Beta: hand off a local session to Cline Cloud with `/handoff` — the conversation, attached images, and an optional follow-up command move to a cloud workspace that keeps working after you close the app. A preflight…
The lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we are adding Cline, which runs through the same interface as…
Reasoning effort now applies consistently across providers instead of going through per-provider thinking overrides, including Ollama, and asking for reasoning to be off is respected everywhere (from SDK v0.0.71)…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
Reasoning settings now resolve portably across AI SDK providers — effort levels and enable/disable flags map to the AI SDK's native reasoning setting (including Ollama), replacing the per-provider thinking overrides…
Start chatting without opening a project folder — the app now supports workspace-free chat sessions. New first-run onboarding flow to get you set up on launch. Drag and drop files directly onto the chat to attach them…
Added a ClinePass onboarding flow with selectable ClinePass models, plus improved ClinePass error handling Added hub primitive catalogs and refreshed the hub dashboard design with a dedicated customizations breakout…
Plugin commands can now submit prompts to the agent Added support for overriding the API base URL Open the verification URL automatically when starting device authentication Enforced a single shared Cline Hub, so a…
Added Add Claude Fable 5 model support. Fixed Fix MiniMax M3 thinking controls across gateways. Changed Clean up the Codex model list. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.21...v3.89.0
Add Cline Hub, a web app for monitoring connected clients, viewing and driving sessions, streaming assistant output, and restarting the local hub, with local, LAN, and tunnel usage gated by a room secret. Support…
Cline released an open-source TypeScript SDK for its AI coding agent runtime, powering CLI, Kanban, and IDE extensions with improved performance and portability.
Introducing our new Cline CLI built on our new SDK and comes with a snappy new TUI. Install: ```sh npm install -g cline ``` For nightly builds: ```sh npm install -g cline@nightly ```
Added Added GPT-5.4 models for ChatGPT subscription users Hooks: Added a `Notification` hook for attention and completion boundaries Fixed Handle streamable HTTP MCP reconnects more reliably after disconnects Full…
Session snapshot events no longer carry the full conversation transcript. Every `session.updated` (and `session.created` / `session.detached` / `run.started`) event embedded the session's entire message history, so on…
The hub can now be drained and upgraded without losing work. A draining hub refuses new mutating work while it finishes what it is running, a durable event log lets a reconnecting client replay everything it missed…
Everything here lands through the SDK bundle, so it applies to windows running that bundle. Fixed Restore tool calling for custom OpenAI-Compatible models whose capability list was inferred from convenience flags like…
Models that support image generation can now produce media during a turn. The TUI saves each generated file to a temporary path and prints it so you can open it with your usual tools, HTML session exports embed images…
Added Enter any Vertex model ID by hand, including models the catalog doesn't list yet. Support Fable 5 on Vertex. Changed Show the full model catalog for every Vertex region instead of filtering the picker down to a…
Prompts queued during a turn now survive being interrupted: they are preserved across user-initiated aborts, drained after a turn aborts itself, and edits made to the queue inside the abort window are applied rather…
Remote MCP servers can now authenticate with OAuth from Settings → MCP — authorize a server, see its auth status, and cancel or retry a pending authorization. Servers that require a pre-registered OAuth client (client…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
Added Explain when a free model promotion ends. Requests to a retired free model now show a dedicated notice with a button to pick another model, instead of a generic error with nothing but a Retry prompt. Changed Map…
Fixed Stop the two bundles of the combined rollout package from invalidating each other's Cline account session. A still-open legacy window that refreshed its token after the machine was promoted to the new extension…
Added Show which extension variant is active — "Legacy" or "Next" — next to the version in the settings About page, in both bundles of the combined rollout package. Full Changelog…
Reasoning controls (effort, budget, on/off) are now driven by the models.dev catalog and normalized once before provider encoding, so requests match what each provider actually advertises; Anthropic's mandatory and…
New system tray icon showing app status and how many agent sessions are currently running. Session history is now paginated in ten-session pages, fetching older history only when you reach the end. You can favorite…
Added Add support for free Cline models, shown as "(free)" in the model picker, with a dedicated error card that includes the reset time when the free limit is reached. Fixed Keep Claude Code responses that were…