changelog

Cline v4.1.11 Adds Inline Image Generation, Fixes VS Code 1.134 Compatibility Break

TL;DR

Cline's v4.1.11 update adds inline image generation for supported models and fixes a code actions bug that broke on VS Code 1.134. The release also expands the model catalog with eight new providers including AMD, Arcee, and RunInfra.

3 min read
0

Cline Ships v4.1.11 With Inline Image Generation and VS Code Fixes

Cline, the open-source AI coding agent extension, released version 4.1.11 on August 21, 2025, adding support for models that can generate images during a task and fixing a compatibility break with VS Code 1.134.

The update, distributed through Cline's SDK bundle, patches a bug where code actions failed with a "command not found" error on the latest VS Code release. It also fixes broken @-file mentions for paths containing spaces and corrects diff-edit rendering for multi-line edits in files using CRLF line endings.

What's New

Models that support image generation can now produce images mid-task, with the output rendering inline in the conversation view. Cline did not disclose which specific models or providers support this capability in the release notes.

Key Fixes

The release addresses several session-handling issues:

  • Resuming a task now continues the surviving session rather than rebuilding it from the original task text.
  • Task-scoped settings no longer leak between tasks when switching or clearing the task view.
  • LiteLLM input token limits are now preserved instead of being overwritten by catalog values.
  • Custom base URLs for Gemini are restored, with legacy host-root values normalized for continued compatibility.

On the tooling side, Cline fixed a case where run_commands failed with an ENOENT error when a structured command carried a full command line without separate arguments. PowerShell commands now fail-fast, stopping at the first error in a pipeline instead of flooding output while still falsely reporting success.

The update also corrects hook behavior: a PreToolUse hook's contextModification is delivered to the model again, and Cline now waits for PostToolUse hooks so their output and cancel controls are honored. Tool activity run by providers internally — such as everything the Claude Code provider executes inside its own session — is now shown in the conversation rather than dropped.

Provider and Catalog Changes

Cline refreshed its model catalog, adding eight new providers: AMD, Arcee, Echo, Jalapeno, Kosmik, LLM Gateway, RunInfra, and SCNet. The update also revises model lists, pricing, and per-provider default models across the board, and now displays billed cost for Cline gateway usage directly in the interface.

Chat model pickers no longer surface image, voice, or other non-chat models, and provider signup links now point to each provider's specific API key page instead of a generic landing page.

A separate fix in the legacy bundle narrows how Cline detects context-overflow errors from Anthropic's API — it now only triggers recovery when the invalid_request_error message explicitly references context overflow, preventing false triggers from unrelated errors like bad tool schemas or oversized images.

What This Means

This is a maintenance release focused on stability rather than new model capabilities — the inline image generation feature depends on underlying model support that Cline doesn't control. The bigger practical impact for developers is the VS Code 1.134 fix, which resolves a hard compatibility break, and the session-handling corrections, which address real reliability issues in long-running agent tasks. The expanded provider catalog (now including AMD, Arcee, and five other new entries) reflects Cline's continued strategy of maximizing model choice through its gateway rather than betting on a single backend.

Related Articles

changelog

Cline CLI v3.0.54 Fixes Claude Code Provider Tool-Bridging Bug and Token Telemetry Overcounting

Cline's CLI v3.0.54 release fixes a major bug that made the Claude Code provider unusable for agentic work, along with tool-call JSON truncation handling and token telemetry that was overcounting cache-heavy sessions by roughly 5x. The update also changes how Managed Hub daemons handle version conflicts between multiple Cline installs.

changelog

Vercel AI SDK Adds Support for Grok 4.6 Model IDs and 'xhigh' Reasoning Effort

Vercel released @ai-sdk/xai version 3.0.119, a patch update that adds model IDs for Grok 4.6 and introduces support for an 'xhigh' reasoning effort parameter. The change lets developers using the Vercel AI SDK target xAI's newer model directly through the existing provider interface.

changelog

Vercel AI SDK Adds Support for Grok 4.6 in @ai-sdk/xai 2.0.86 Patch

Vercel shipped @ai-sdk/xai version 2.0.86, a patch release that adds support for Grok 4.6 models in its xAI provider integration. The update lets developers using the Vercel AI SDK route requests to Grok 4.6 without custom API handling.

changelog

Anthropic SDK v0.124.0 Moves Files and Skills APIs to General Availability, Adds Computer Use and Browser Use Toolsets

Anthropic released v0.124.0 of its Python SDK, graduating the Files and Skills APIs to general availability and introducing new computer use and browser use toolsets. The release is available now on GitHub.

Comments

Loading...