The open-source AI coding assistant “Cline” has rolled out multiple significant updates in its latest v3.18 series. The latest version, including v3.18.5 released on July 8, 2025, introduces support for Anthropic’s Claude 4 model family, improved streaming reliability, enterprise AI provider integration, and numerous features aimed at enhancing developer productivity1.
Cline is provided as a VS Code extension and has earned high praise from the developer community with 47,300 stars on GitHub. The latest updates have added features that significantly improve the development experience, including real-time feedback display, support for multiple AI models, and Model Context Protocol (MCP) integration2.
Optimization for Claude 4 Model Family
The latest version of Cline implements support for Anthropic’s Claude 4 family (Sonnet 4, Opus 4). According to the v3.18.2 release notes, optimization for these new models has improved the accuracy and efficiency of code generation1. Additionally, the default recommended model has been updated to Claude 4 Sonnet, enabling more advanced coding assistance.
Introduction of Thinking Budget Feature
The newly introduced “Thinking Budget” customization feature allows fine-grained control over token consumption when using the Claude Code provider. This enables developers to freely adjust the balance between budget and performance1. This feature is particularly effective for cost management when working on large-scale projects.
Response Speed Improvement Through Streaming
Cline supports streaming responses, enabling real-time display of AI feedback so developers receive information without long wait times3. The latest updates have also fixed streaming reliability issues with the Cline provider, achieving more stable operation1.
The introduction of streaming technology enables continuous work on complex coding tasks without interruption, contributing significantly to productivity improvements.
Enterprise AI Provider Integration
v3.18.1 adds SAP AI Core as a new API provider1. This allows enterprise users to leverage SAP’s AI infrastructure while using Claude and GPT models. AWS Bedrock provider improvements have also been made, enabling more stable operation in cloud environments by using the standard AWS SDK.
Multiple Provider Support
Cline currently supports the following AI providers:
- Anthropic Claude (3.7 Sonnet, 4 Sonnet, 4 Opus)
- Google Gemini (2.0 Flash, 2.5 Pro, 2.5 Flash)
- DeepSeek Chat
- SAP AI Core
- AWS Bedrock
Model Context Protocol (MCP) Support
Cline now supports the Model Context Protocol, enabling developers to create and integrate custom tools2. By leveraging MCP, it becomes possible to develop custom tools optimized for specific workflows, significantly extending Cline’s capabilities.
Beyond using community-made servers, developers can create their own tools to extend Cline’s abilities. This facilitates integration with team-specific development processes and toolchains.
Terminal Integration and Workspace Management Improvements
Terminal integration features have been enhanced, including fixes for ENAMETOOLONG errors with long conversation histories and the addition of customizable default terminal profile settings1.
Checkpoint System
The workspace checkpoint system allows developers to take snapshots at each stage of their work and revert to previous states as needed3. The “Compare” button allows checking differences between snapshots and the current state, while the “Restore” button enables returning to any point in time.
Pricing and Community
Cline is provided as completely open-source software with no platform fees2. Usage costs consist only of the inference costs from the selected AI provider. With 47,300 stars on GitHub and over 19,600 members in the Discord community, an active developer community has formed2.
With these updates, Cline has evolved into a more comprehensive and flexible tool as an AI coding assistant for VS Code. With enhancements such as Claude 4 model support, streaming functionality, and enterprise integration addressing diverse developer needs, further improvements are expected in the future.
Cline can be easily installed from the VS Code extension marketplace, and users can start using it immediately by simply adding an API key. For detailed information and community participation, visit the official website or GitHub repository.
Sources
- Cline Releases - GitHub - Cline Official Release Notes
- Cline - AI Autonomous Coding Agent for VS Code - Cline Official Website
- Unbelievable Coding Efficiency with Cline’s Latest Updates - Geeky Gadgets Technical Review