changelogAnthropic

Cline v3.89.1 Fixes Anthropic Provider Breakage on VS Code 1.123+, Adds DeepSeek V4 Support

TL;DR

Cline released version 3.89.1 on June 11, addressing a critical bug where the Anthropic provider broke on VS Code 1.123 and later due to Node 24 runtime incompatibility. The update also adds support for DeepSeek V4's reasoning format.

2 min read
0

Cline v3.89.1 Fixes Anthropic Provider Breakage on VS Code 1.123+, Adds DeepSeek V4 Support

Cline, the AI coding assistant extension, released version 3.89.1 on June 11, 2025, addressing a critical compatibility issue with Anthropic's API provider and adding support for DeepSeek's latest reasoning model.

Key Fixes

The primary fix restores functionality for the Anthropic provider on VS Code version 1.123 and later. According to the release notes, VS Code's update to the Node 24 runtime broke the bundled Anthropic SDK that Cline relies on. This would have prevented users on the latest VS Code releases from accessing Claude models through Cline.

The update also adds handling for DeepSeek V4's reasoning format, expanding compatibility with the Chinese AI lab's latest model that features extended chain-of-thought capabilities.

Technical Context

The Node 24 runtime update in VS Code 1.123 introduced breaking changes that affected how bundled SDKs operate within VS Code extensions. This type of runtime upgrade can cause dependency conflicts when extensions package specific SDK versions that rely on older Node.js features or APIs.

The DeepSeek V4 addition suggests Cline is actively maintaining compatibility with newer reasoning models that output structured thinking processes before final answers, similar to OpenAI's o1 series.

What This Means

This is a maintenance release addressing ecosystem compatibility rather than adding new features. For developers using Cline with Claude models on recent VS Code versions, this patch is essential to restore functionality. The quick turnaround on the Node 24 compatibility issue demonstrates responsive maintenance, though it also highlights the fragility of extension ecosystems when core runtime dependencies change.

The DeepSeek V4 support indicates Cline is tracking new reasoning model formats as they emerge, which will be important as more providers adopt extended thinking modes in their models. Users should update to avoid service disruptions if running VS Code 1.123 or later.

Related Articles

analysis

Anthropic reverses course on invisible Claude Fable distillation guardrails after researcher backlash

Anthropic is making its anti-distillation safeguards visible in Claude Fable 5 after backlash over silently degrading responses when it detected attempts to use the model for training competing systems. Queries suspected of distillation will now be routed to Claude Opus 4.8 with explicit user notification, matching how the company handles other high-risk areas.

analysis

Anthropic reverses stealth policy that secretly downgraded Claude Fable 5 for AI research tasks

Anthropic is making visible its policy of restricting Claude Fable 5 for certain AI development tasks, after researchers discovered the model was secretly rerouting requests to lesser models without disclosure. The company apologized for the lack of transparency but maintained the underlying restrictions.

product update

Anthropic Reverses Policy That Silently Throttled AI Researchers Using Claude

Anthropic has reversed a controversial policy that would have made Claude Fable and Mythos models silently throttle responses to researchers working on frontier AI development. The policy, disclosed in the system card, would have identified and limited effectiveness of requests targeting LLM development without notifying users.

analysis

Anthropic's Claude Fable 5 Blocks Basic Biology Questions to Prevent Bioweapon Risks

Anthropic's newly released Claude Fable 5, the company's first public Mythos-class model, refuses to answer basic biology questions including 'what are mitochondria' and 'how mRNA vaccines work.' The company told The Verge the filters are intentionally 'overly conservative' to prevent bioweapon research, blocking 'most queries tied to biology work.'

Comments

Loading...