shipfeedAI news, curated daily

17:58:49 CET
26 AUG17:58:49shipfeed
pull to refreshlast sync
Just in — 8 new
§ topic

cline

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.

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
Yesterday’s edition
Friday, August 21, 2026’s edition
Cline — Releases
CLINE · sdk/sdk/v0.0.76

Fixes provider-executed tool activity being dropped

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…

via github.com
Thursday, August 20, 2026’s edition
Cline — Releases
CLINE · desktop · v0.0.15-beta.1

Adds /handoff to move sessions to Cline Cloud

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…

via github.com
Tuesday, August 18, 2026’s edition
Vercel — Changelog
CLINE · 1 source

Cline is now available in the AI SDK harness layer

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…

via vercel.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
Today’s edition
Cline — Releases
CLINE · sdk/sdk/v0.0.81

Removes transcripts from session events

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…

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

Fixes tool calling for OpenAI-compatible custom models

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…

via github.com
Saturday, August 22, 2026’s edition
Cline — Releases
CLINE · v4.1.13

Fixes tool calling for custom OpenAI-compatible models

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…

via github.com
Friday, August 21, 2026’s edition
Cline — Releases
CLINE · cli · v3.0.56

Adds image generation during turns

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…

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