Change8

Cline core

Component

Updates related to the core component of Cline.

39 releases25 features32 bug fixesView all Cline releases

All CORE Features

  • Enabled selection of Cline free models on the ClinePass provider in the model picker(cli-v3.0.39)
  • Added a ClinePass limit-reached error that includes a one-click option to switch to Cline usage-based billing.(v4.0.7)
  • Enabled selection of Cline free models on the ClinePass provider, now organized into Subscribed and Free tabs with model descriptions.(v4.0.7)
  • Added support for the Claude Sonnet 5 model across multiple providers including Anthropic, Bedrock, Vertex, Claude Code, SAP AI Core, OpenRouter, and Vercel AI Gateway.(v4.0.5)
  • Updated the model picker and recommended-model logic to include Claude Sonnet 5.(v4.0.5)
  • Enabled ClinePass availability everywhere in the UI, including onboarding, settings, the welcome promo banner, and the credit-limit "Switch to ClinePass" action.(v4.0.4)
  • Added a fallback ClinePass subscription URL during onboarding for users whose subscription screen fails to open automatically.(cli-v3.0.33)
  • Added an intermediate step before proceeding to the ClinePass model selection screen.(cli-v3.0.32)
  • Added support for reasoning effort levels, including 'xhigh', for DeepSeek thinking models.(v4.0.2)
  • Improved the ClinePass provider experience by providing clearer reasoning controls and model selection options.(v4.0.2)
  • Hidden cost information for Cline free models to simplify the interface.(cli-v3.0.29)
  • Added support for configured agents to be used as subagent tools.(cli-v3.0.23)
  • Added support for the Claude Fable 5 model.(v3.89.0)
  • Added support for the Claude Fable 5 model(cli-v3.0.22)
  • Enabled showing plugin-provided tools and slash commands in the CLI settings dialog by hydrating them through the sandbox.(cli-v3.0.5)
  • Introduced the new Cline Command Line Interface (CLI)(cli-v3.0.0)
  • The new CLI includes a snappy Text User Interface (TUI)(cli-v3.0.0)
  • Added a dedicated "Spend Limit Reached" error UI when spend caps are hit(v3.78.0)
  • Added Cline SDK API interface for programmatic access to Cline features and tools, enabling integration into custom applications.(v3.67.1)
  • Added support for the Codex 5.3 model.(v3.67.1)
  • Added Gemini-3.1 Pro Preview model support.(v3.66.0)
  • Added zai GLM 5 Free promotion access.(v3.64.0)
  • Added zai GLM 5 Free promotion access.(v3.63.0)
  • Added Minimax 2.5 Free Promo(v3.59.0)
  • Added OpenAI gpt-5.2-codex model to the model picker(v3.51.0)

All CORE Bug Fixes

  • Fixed inaccurate diff reporting for edits made using str_replace(cli-v3.0.39)
  • Fixed context compaction issue, ensuring canonical session history is now preserved(cli-v3.0.39)
  • Generalized the model capability warning to apply more broadly.(v4.0.6)
  • Fixed the ClinePass upgrade notice appearing immediately after completing onboarding.(cli-v3.0.34)
  • Fixed issue where reasoning effort controls were not showing for ClinePass models, and aligned ClinePass model resolution with other providers.(v4.0.2)
  • Resolved issue where environment variable replacement failed within the webview.(v4.0.2)
  • Fixed webview state initialization so that the focus chain settings default correctly, ensuring the toggle reflects the accurate value upon loading.(v4.0.2)
  • Fixed incorrect metadata resolution for Z.ai models when accessed via the Cline provider.(cli-v3.0.29)
  • Fixed incorrect configuration for Vertex AI GCP settings.(cli-v3.0.23)
  • Resolved issue with the Azure Foundry API version.(cli-v3.0.23)
  • Fixed an error that occurred when reasoning was disabled on Fable 5.(cli-v3.0.23)
  • Fixed issues with MiniMax M3 thinking controls across different gateways.(v3.89.0)
  • Fixed MiniMax M3 thinking controls so they route correctly across gateways(cli-v3.0.22)
  • Fixed CLI auto-update mechanism to reliably apply updates using `npm update` while preserving the currently installed release channel (e.g., nightly).(cli-v3.0.19)
  • Fixed issue where the CLI performed an unnecessary ChatGPT OAuth model refresh on session startup, improving launch speed.(cli-v3.0.7)
  • Fixed the ChatGPT provider model list to correctly include codex variants and the gpt-5.2, gpt-5.4, and gpt-5.4-mini subscription models.(cli-v3.0.6)
  • Fixed issue where hydrated plugin tools and config reload options disappeared after toggling settings.(cli-v3.0.5)
  • Fixed token count display showing inflated numbers in the TUI.(cli-v3.0.2)
  • Fixed CLI release cleanup scripts to function correctly on Windows.(cli-v3.0.1)
  • Corrected the wording of the kanban migration notice displayed in the TUI.(cli-v3.0.1)
  • Fixed showing incorrect line ranges in the chat UI for actual read_file operations(v3.78.0)
  • Fixed an issue with OpenAI Codex by ensuring the `store` parameter is set to `false`.(v3.67.1)
  • Corrected path containment checks by using `isLocatedInPath()` instead of unreliable string matching.(v3.67.1)
  • Restored reasoning trace visibility in chat and improved the thinking row UX so reasoning is visible initially and collapsible after completion.(v3.64.0)
  • Restored visibility of the reasoning trace in the chat interface.(v3.63.0)
  • Fixed UI/UX issues specifically related to the minimax model family.(v3.61.0)
  • Fixed issues related to the Minimax model family.(v3.60.0)
  • Fixed response chaining when using OpenAI's Responses API(v3.59.0)
  • Fixed an issue specific to Opus 4.6 when using the bedrock provider.(v3.57.1)
  • Fixed a bug affecting the responses API.(v3.53.1)
  • Removed the grok model from the free tier.(v3.53.0)
  • Removed GLM 4.6 from the list of available free models.(v3.46.1)

Releases with CORE Changes

cli-v3.0.42
9h ago
v4.0.8
Jul 11, 2026
cli-v3.0.391 feature2 fixes
Jul 9, 2026

This release introduces the ability to select free Cline models via the ClinePass provider. Key fixes include ensuring accurate diff reporting for str_replace edits and preserving canonical session history during context compaction. Several minor provider and telemetry updates have also been implemented.

v4.0.72 features
Jul 9, 2026

This release focuses on improving the ClinePass experience by adding clearer error handling for limit-reached scenarios and enabling users to easily select free Cline models. Additionally, onboarding copy and link handling have been refined for better usability.

v4.0.61 fix
Jul 2, 2026

This release focuses on stability and clarity by generalizing the model capability warning to ensure it applies correctly across more scenarios. No major new features were introduced in this update.

v4.0.52 features
Jun 30, 2026

This release introduces broad support for the new Claude Sonnet 5 model across all major integrated providers. Users can now select and utilize Claude Sonnet 5 through the updated model picker interface.

v4.0.41 feature
Jun 29, 2026

This release fully removes the ClinePass feature flag, making ClinePass accessible across the entire user interface. Users will now see ClinePass options in onboarding, settings, and promotional banners without needing a feature flag.

v4.0.3
Jun 29, 2026

This release focuses on infrastructure changes by enabling the ClinePass provider universally for all users. This removes the previous fallback mechanism to the standard Cline provider.

cli-v3.0.341 fix
Jun 29, 2026

This release focuses on refining the user experience, particularly around ClinePass onboarding and the provider selection interface. Users will notice fewer interruptions after setup and a cleaner provider picker interface.

cli-v3.0.331 feature
Jun 29, 2026

This release focuses on improving the ClinePass subscription experience during onboarding by providing a fallback URL if the main screen fails to load. Additionally, the UI has been refined to hide promotions for existing subscribers and ensure ClinePass prompts visually match the user's current theme.

cli-v3.0.321 feature
Jun 29, 2026

This release focuses heavily on refining the ClinePass experience, introducing a new intermediate step before model selection during onboarding. Users will also benefit from improved context compaction accuracy and clearer error messages stemming from an SDK update. Additionally, the UI copy and consistency around the ClinePass branding have been polished.

v4.0.22 features3 fixes
Jun 29, 2026

This release introduces enhanced reasoning capabilities for DeepSeek models by adding support for 'xhigh' effort levels. It also significantly improves the user experience for the ClinePass provider with clearer controls and fixes several bugs related to model resolution and webview state initialization.

cli-v3.0.291 feature1 fix
Jun 20, 2026

This release focuses on cost visibility and metadata accuracy. Costs are now hidden for free Cline models, and a critical bug affecting Z.ai model metadata resolution has been fixed. Additionally, the previous display behavior for model selection elements has been restored.

cli-v3.0.26
Jun 17, 2026

This release focuses on reverting recent changes to the model selection interface. Specifically, the expandable sections in the model picker and the ClinePass models have been restored to their previous state.

cli-v3.0.231 feature3 fixes
Jun 10, 2026

This release introduces support for using configured agents as subagent tools, enhancing multi-agent workflows. Key fixes include resolving configuration issues with Vertex AI GCP and the Azure Foundry API version. Additionally, OAuth management has been centralized within the SDK.

v3.89.01 feature1 fix
Jun 9, 2026

This release introduces support for the new Claude Fable 5 model, expanding your available AI options. It also resolves critical issues related to MiniMax M3 thinking controls. Additionally, the model selection interface has been refined by cleaning up the Codex model list.

cli-v3.0.221 feature1 fix
Jun 9, 2026

This release introduces support for the new Claude Fable 5 model, expanding the available AI capabilities. Additionally, a critical routing issue affecting MiniMax M3 thinking controls has been resolved.

cli-v3.0.20
Jun 5, 2026

This release focuses on improving plugin management by renaming installed plugin wrappers to clearly reflect their source, making them much easier for users to identify. No major new features or bug fixes were noted in this specific update.

cli-v3.0.191 fix
Jun 4, 2026

This release focuses on improving the reliability of the Command Line Interface (CLI) updates. The auto-update process has been fixed to ensure updates apply correctly while maintaining the user's chosen release channel.

cli-v3.0.71 fix
May 18, 2026

This release focuses on improving startup performance by skipping unnecessary OAuth refreshes during session initialization. Additionally, the available ChatGPT models have been synchronized with the Codex provider list to better match user subscription tiers.

cli-v3.0.61 fix
May 17, 2026

This minor update focuses on correcting the available model list for the ChatGPT provider. Users will now see the correct codex variants and subscription models (gpt-5.2, gpt-5.4, gpt-5.4-mini) listed when configuring ChatGPT.

cli-v3.0.51 feature1 fix
May 16, 2026

This release introduces the ability to view plugin-provided tools and slash commands directly within the CLI settings dialog. Additionally, settings related to plugin tools and configuration reloading are now correctly preserved when toggling options.

cli-v3.0.21 fix
May 13, 2026

This minor release focuses on correcting an issue within the Terminal User Interface (TUI). Specifically, it fixes an incorrect display of token counts that were previously showing inflated numbers.

cli-v3.0.12 fixes
May 13, 2026

This minor release focuses on stability and correctness for command-line users and TUI users. Key updates include fixing Windows compatibility issues with release cleanup scripts and correcting a message displayed during kanban migration.

cli-v3.0.02 features
May 12, 2026

This release introduces the brand new Cline CLI, which is built upon our updated SDK. Users will benefit from the snappy new Text User Interface (TUI) integrated directly into the command line experience.

v3.78.01 feature1 fix
Apr 10, 2026

This release introduces a new dedicated UI to clearly inform users when their spend limits have been reached. Additionally, a bug affecting the accuracy of line ranges displayed in the chat UI for file reads has been resolved.

v3.75.0
Mar 20, 2026

This release focuses on performance enhancements, specifically improving latency for remote workspace usage. No major new features were introduced, and example hooks were removed in favor of directing users to the official documentation.

v3.67.12 features2 fixes
Feb 24, 2026

This release introduces significant new capabilities with the addition of the Cline SDK API for custom application integration and support for the new Codex 5.3 model. Several key bugs were resolved, including a fix related to OpenAI Codex configuration and improved accuracy in path checking.

v3.66.01 feature
Feb 19, 2026

This release introduces support for the new Gemini-3.1 Pro Preview model. Users can now leverage this latest model for their coding tasks. Full details are available in the linked changelog.

v3.64.01 feature1 fix
Feb 17, 2026

This release introduces access to the zai GLM 5 Free promotion. A key fix addresses the visibility and usability of the reasoning trace within the chat interface, ensuring users can easily view and collapse the thinking process.

v3.63.01 feature1 fix
Feb 16, 2026

This release introduces access to the zai GLM 5 Free promotion. Additionally, the reasoning trace visibility in the chat has been restored and the thinking row UX has been improved for better readability and control over the displayed reasoning.

v3.61.01 fix
Feb 13, 2026

This release focuses primarily on stability and user experience improvements. The main visible change is the resolution of UI/UX issues affecting the minimax model family.

v3.60.01 fix
Feb 13, 2026

This release focuses on stability and correctness by addressing known issues within the Minimax model family. Users should experience more reliable performance when utilizing these models.

v3.59.01 feature1 fix
Feb 12, 2026

This release introduces the Minimax 2.5 Free Promo for users. Additionally, a critical bug affecting response chaining with the OpenAI Responses API has been resolved.

v3.57.11 fix
Feb 5, 2026

This minor release focuses on stability by addressing a specific issue related to Opus 4.6 when utilizing the bedrock provider. Users should experience more reliable operation with this configuration.

v3.53.11 fix
Jan 24, 2026

This minor release focuses on stability by addressing an issue within the responses API. Users should experience more reliable API interactions following this update.

v3.53.01 fix
Jan 23, 2026

This release focuses on a change to model availability, specifically removing the grok model from the free tier. Users should note this change in their access capabilities.

v3.51.01 feature
Jan 15, 2026

This release introduces support for the new OpenAI gpt-5.2-codex model, making it available directly in the model selection interface. Users can now leverage this latest model for their coding tasks.

v3.46.11 fix
Dec 22, 2025

This minor release focuses on updating the available free models by removing GLM 4.6. Users should note the change in the free model selection.