shipfeedAI news, curated daily

10:52:14 CET
18 AUG10:52:14shipfeed
pull to refreshlast sync
Just in — 8 new
§ topic

cline

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.

storylines this week30 active

Cline — Releases
CLINE · desktop · v0.0.2

Launches Cline Code for macOS with auto-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…

via github.com
Thursday, August 6, 2026’s edition
Cline — Releases
CLINE · sdk/sdk/v0.0.71

Makes reasoning settings portable across AI SDK

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…

via github.com
Friday, July 24, 2026’s edition
Cline — Releases
CLINE · desktop · v0.0.4

Adds workspace-free chat sessions

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…

via github.com
Saturday, June 20, 2026’s edition
Thursday, June 11, 2026’s edition
Tuesday, June 9, 2026’s edition
Cline — Releases
CLINE · v3.89.0

Adds Claude Fable 5 model support

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

via github.com
Friday, May 29, 2026’s edition
Friday, May 15, 2026’s edition
Wednesday, May 13, 2026’s edition
Cline — Releases
CLINE · 1 source

Cline: CLI v3.0.0

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 ```

via github.com
Friday, March 6, 2026’s edition
Cline — Releases
CLINE · 1 source

Cline v3.71.0

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…

via github.com
Tuesday, August 11, 2026’s edition
Cline — Releases
CLINE · v4.1.8

Shows full Vertex model catalog for each region

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…

via github.com
Sunday, August 9, 2026’s edition
Cline — Releases
CLINE · sdk/sdk/v0.0.72

Queued prompts survive turn aborts

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…

via github.com
Friday, August 7, 2026’s edition
Cline — Releases
CLINE · desktop · v0.0.10

Fixes silent turn failures with error messages

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…

via github.com
Wednesday, August 5, 2026’s edition
Cline — Releases
CLINE · v4.1.5

Explains when free model promotions end

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…

via github.com
Sunday, August 2, 2026’s edition
Cline — Releases
CLINE · v4.1.3

Fixes tasks stalling on finished terminal commands

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…

via github.com
Friday, July 31, 2026’s edition
Cline — Releases
CLINE · v4.1.2

Shows which extension variant is active

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…

via github.com
Cline — Releases
CLINE · sdk/sdk/v0.0.67

Adds session forking to edit earlier prompts

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…

via github.com
Wednesday, July 29, 2026’s edition
Cline — Releases
CLINE · v4.0.12

Adds free Cline models with quota-reset times

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…

via github.com
Cline — Releases
CLINE · cli · v3.0.47

Adds free model support with reset time tracking

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…

via github.com
Cline — Releases
CLINE · sdk/sdk/v0.0.66

Adds support for free Cline models (cline-free)

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…

via github.com
Friday, July 17, 2026’s edition
Cline — Releases
CLINE · cli · v3.0.43

Fixes certificate errors behind corporate proxies

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…

via github.com
Wednesday, July 15, 2026’s edition
Cline — Releases
CLINE · cli · v3.0.41

Persists workspace git info across sessions

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…

via github.com
Cline — Releases
CLINE · sdk/sdk/v0.0.61

Fixes benign git states reported as errors

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…

via github.com
Monday, July 13, 2026’s edition
Cline — Releases
CLINE · cli · v3.0.40

Adds manual API key escape hatch for OAuth providers

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…

via github.com
Friday, July 3, 2026’s edition
Monday, June 29, 2026’s edition
Friday, June 26, 2026’s edition
Cline — Releases
CLINE · cli · v3.0.30

Adds token count to status bar alongside cost

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…

via github.com