0 stories · 7d·6 sources covering·26 active storylines
Updated Fri, 03 Jul 2026 CEST·0 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.
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…
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…
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.
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…
Fixed Complete the fix for the Anthropic provider on VS Code 1.123 and later by upgrading the bundled Anthropic SDK to a release compatible with the Node 24 runtime. Update the Vertex AI provider to a compatible…
Fixed Vertex AI GCP settings configuration Fixed the Azure Foundry API version Added support for configured agents as subagent tools Centralized OAuth management into the SDK Fixed an error caused by disabled reasoning…
Added a global auto-update setting that controls automatic updates on CLI startup Added a Cline credits refill link Fixed scrolling for inline ask-question responses Fixed connector thread session routing and stale hub…
Added Add MiniMax M3 model support. Fixed Update VS Code extension dependencies to resolve security issues in `@xmldom/xmldom`, `basic-ftp`, `axios`, `undici`, and other direct/transitive packages. Full Changelog…
Install official Cline plugins by slug off the new github.com/cline/plugins collection. Uninstall plugins using `cline plugin uninstall ` or in the TUI. Plugins can now bundle skills, and plugin skills are grouped…
Show a loading dialog while the config screen switches provider or model so the transition no longer looks frozen. Render the ask question tool prompt inline with the conversation so the question and suggested answers…
Fix a regression in the ChatGPT OAuth provider where requests failed with `max_output_tokens not supported`, by restoring the full output token budget instead of applying an implicit cap. Hide the `Space toggle` hint…
Install plugins from `file://` URLs in addition to npm and git sources. Show Ollama API key note in TUI settings so users know when to provide an API key. Keep interactive sessions alive when idle or awaiting approval…
Speed up CLI startup with plugins by loading sandboxed plugins concurrently and caching plugin tool descriptors per plugin, provider, and model. Speed up plugin and tool config toggles by updating the TUI…
Add `--worktree` flag that auto-creates a fresh git worktree under `~/.cline/worktrees/` and runs the task there. Works with `--taskId` and `--continue` so you can resume a task in an isolated worktree to try a…
Added Wire up remote `globalSkills` from enterprise remote config with full UI, toggle support, and system prompt integration — enterprise-managed skills now appear under a dedicated "Enterprise Skills" section and…
Added Add Claude Opus 4.7 model support Add Azure Blob Storage as a storage provider Add `globalSkills` to remote config Inline value reuse in user-level remote-config discovery Fixed Fix cache reflection for Cline and…
Added Added W&B Inference by CoreWeave as a new API provider with 17 models Improved parallel tool calling support for OpenRouter and Cline providers Fixed Claude Code Provider: handle rate limit events, empty content…
Added Added Anthropic Opus 4.6 fast mode variants Fixed Resolved native tool placeholder interpolation in prompts Gemini: capped Flash output tokens to 8192 across providers Fixed Windows unit test path normalization…
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 New Cline API docs: Getting Started, Auth, Chat Completions, Models, Errors, and SDK Examples Hook payloads now include `model.provider` and `model.slug` Token/cost updates now happen immediately as usage chunks…
Added Added Cline SDK API interface for programmatic access to Cline features and tools, enabling integration into custom applications. Added Codex 5.3 model support Fixed Fix OpenAI Codex by setting `store` to `false`…