2 stories · 7d·6 sources covering·30 active storylines
Updated Tue, 11 Aug 2026 CEST·2 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…
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)…
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…
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.
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…
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…
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…
Free Cline models are now supported end to end: free models show as "(free)", and hitting the free limit renders a dedicated card with the reset time (from SDK v0.0.66) `/settings` general toggles (plan/act mode, tool…
Support for free Cline models (`cline-free`): free models are labeled "(free)", priced at zero, and hitting the free tier now raises a dedicated limit error that includes the reset time Agentic compaction is now the…
Improved max output token handling across providers (gateway routing, OpenAI vendor, and reasoning models) Frontmatter and user-instruction files that start with a UTF-8 byte order mark (e.g. saved by Windows editors)…
The CLI now automatically trusts your operating system's certificate store, so it works behind corporate proxies and TLS-inspecting firewalls without manually setting `NODE_EXTRA_CA_CERTS` (fixes "unable to get local…
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.
Compaction now shows progress status in the TUI Model IDs are now suggested from OpenAI-compatible endpoints when configuring a provider Workspace git info (branch/remote) is now persisted and refreshed across sessions…
Context compaction now reports progress status while it runs Workspace git info (branch/remote) is now persisted and refreshed across sessions Fixed benign git states being reported as workspace initialization errors…
Added a manual API key escape hatch for Cline OAuth providers, so you can enter a key by hand from settings Fixed provider config not reloading when switching models Fixed auto-update failing to detect Bun global…
Fixed plan mode's `switch_to_act_mode` tool not taking effect until the end of the turn: the model would keep running with plan-mode tools (no file editor) and fall back to editing files through shell commands…
Changed Fully remove the ClinePass feature flag so ClinePass is available everywhere in the UI — onboarding, settings, the welcome promo banner, and the credit-limit "Switch to ClinePass" action. Full Changelog…
Added a token count to the status bar, shown alongside cost Added organization-specific error messages Added SAP AI Core provider support Refreshed the model catalog with the latest provider models Preserved OpenRouter…