Change8

Cline: What's New in May 2026

A summary of all updates, new features, and bug fixes released for Cline during May 2026.

18releases21features26fixes28improvements

New Features in May 2026

  • Added support for the GPT-5.5 model within SAP AI Core.(v3.85.0)
  • Introduced support for DeepSeek V4 Flash and Pro models.(v3.85.0)
  • Enabled Gemini 3.5 Flash model integration for Gemini and Vertex providers.(v3.85.0)
  • Added support for the /lg-task URI webhook integration for LG dashboard flows.(v3.85.0)
  • Enabled manual `cline update` runs to immediately install the latest published version, bypassing the automatic update delay.(cli-v3.0.12)
  • Enabled authentication for Vertex Gemini via Google auth when GCP project ID is configured, now surfacing the full Vertex model list instead of only Claude models.(cli-v3.0.11)
  • Enabled installation of plugins from local file paths using `file://` URLs, in addition to npm and git sources.(cli-v3.0.10)
  • Added Poolside as a supported AI provider.(cli-v3.0.10)
  • Introduced Gemini 3.5 Flash as a selectable model within the Gemini provider.(cli-v3.0.10)
  • Enabled auto-detection of the Telegram bot username directly from the bot token, removing the need for separate configuration.(cli-v3.0.10)
  • Enabled accepting dash-prefixed prompts when passed after --, preventing prompts starting with - from being parsed as flags.(cli-v3.0.9)
  • Enabled persistent linking of renamed users to the same participant in the Telegram connector by using Telegram numeric participant IDs.(cli-v3.0.8)
  • Added SAP AI Core support for additional hosted models(v3.84.0)
  • Enabled showing plugin-provided tools and slash commands in the CLI settings dialog by hydrating them through the sandbox.(cli-v3.0.5)
  • Added the --worktree flag to automatically create a fresh git worktree under ~/.cline/worktrees/ and run the task there, supporting resumption with --taskId and --continue.(cli-v3.0.3)
  • Enabled bearer token authentication for AWS Bedrock and improved AWS profile mapping during Bedrock gateway configuration.(cli-v3.0.3)
  • Enabled OpenRouter prompt cache control specifically for Qwen models.(v3.83.0)
  • 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)
  • Restored VS Code foreground terminal support and associated settings.(v3.82.0)
  • Added support for the latest OpenAI, SAP AI Core, and Z AI models.(v3.82.0)

Bug Fixes in May 2026

  • Fixed incorrect global endpoint handling for Claude models when using Vertex AI.(v3.85.0)
  • Ensured Poolside Laguna models are correctly routed through next-gen prompts and native tool calling.(v3.85.0)
  • Fixed a regression in the ChatGPT OAuth provider that caused requests to fail with an output token limit error by restoring the full output token budget.(cli-v3.0.11)
  • Fixed issue where tool result content blocks did not include tool names, ensuring message logs and session history accurately track which tool generated the result.(cli-v3.0.11)
  • Fixed an issue where interactive sessions were prematurely ended when idle or awaiting user approval, ensuring they remain alive.(cli-v3.0.10)
  • Restored correct AWS Bedrock profile-based authentication during legacy configuration migration, preserving settings made with `awsAuthentication: "profile"`.(cli-v3.0.10)
  • Fixed an issue where the system prompt incorrectly showed the skills tool even when skills were disabled, and ensured slash commands refresh after toggling a skill.(cli-v3.0.10)
  • Fixed runtime host crash that occurred after a cancel operation hit an error during hub abort cleanup.(cli-v3.0.9)
  • Fixed GLM thinking not behaving correctly through the gateway by routing it through provider metadata.(cli-v3.0.9)
  • Fixed inflated token usage counts caused by AgentRuntime.execute() not resetting usage between calls, which was leading to double-counting by the local runtime host.(cli-v3.0.8)
  • Fixed AWS Bedrock region and profile detection issues during CLI onboarding.(cli-v3.0.8)
  • Fixed issue where the MCP "Restart Server" button was enabled when a server was toggled off(v3.84.0)
  • 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 plugin tools failing in the production npm build by ensuring SDK dependencies are imported correctly at runtime.(cli-v3.0.4)
  • Fixed dropped macOS screenshots when pasting or reading them by correctly resolving paths containing Unicode variants like U+202F (narrow no-break space).(cli-v3.0.3)
  • Resolved a crash that occurred when encountering detached hub event errors during a session.(cli-v3.0.3)
  • Ensured that Ollama models with reasoning enabled by default now correctly honor the --thinking none flag.(cli-v3.0.3)
  • Fixed validation failures occurring for MCP servers that require an object.(v3.83.0)
  • Resolved issue where `write_to_file` could not create or overwrite files containing empty content.(v3.83.0)
  • 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 incorrect JSON escaping within hook templates.(v3.82.0)
  • Improved error handling when using ripgrep for file searching.(v3.82.0)

Improvements in May 2026

  • Added a loading dialog to show progress while resuming a session from history, preventing the TUI from appearing frozen.(cli-v3.0.13)
  • Optimized the `/clear` command to defer new session creation until the next prompt is sent, speeding up the clearing process.(cli-v3.0.13)
  • Added a loading dialog during configuration screen provider/model switches to prevent the transition from appearing frozen.(cli-v3.0.12)
  • Updated the bundled SDK to version 0.0.42, refreshing the model catalog.(cli-v3.0.12)
  • Renders the ask question tool prompt inline with the conversation, ensuring the question and suggested answers remain attached to the relevant assistant turn instead of appearing in a separate modal.(cli-v3.0.12)
  • Hidden the "Space toggle" hint in the configuration footer when the highlighted row is not toggleable (e.g., rules, agents, hooks) for a cleaner interface.(cli-v3.0.11)
  • Added visibility for the Ollama API key requirement directly within the TUI settings interface.(cli-v3.0.10)
  • Optimized session handling by stopping the reading of message files for every session when `hydrate: false` is set.(cli-v3.0.10)
  • Improved connector reliability by ensuring notifications are sent upon scheduled execution failures, not just successes.(cli-v3.0.10)
  • Preserved model output token limits from the SDK model catalog to ensure context window calculations accurately reflect upstream provider limits.(cli-v3.0.10)
  • Softened the visual presentation of rejected tool calls within the Text User Interface (TUI).(cli-v3.0.10)
  • Improved performance by caching global settings reads keyed by file modification time, skipping unnecessary JSON parsing and validation on the hot path.(cli-v3.0.10)
  • Improved CLI startup speed by loading sandboxed plugins concurrently and caching plugin tool descriptors.(cli-v3.0.9)
  • Accelerated plugin and tool configuration toggles by updating the TUI optimistically and persisting changes without a full config reload.(cli-v3.0.9)
  • Restored fuzzy ranking for the @-mention file picker to ensure the most relevant files are displayed first.(cli-v3.0.9)
  • Kept the interactive CLI session alive after cancelling a task instead of tearing it down.(cli-v3.0.9)
  • Kept failed plugins visible in the configuration UI, showing their load/setup phase and error details to simplify diagnosis of broken plugin definitions.(cli-v3.0.8)
  • Moved the Create Session Fork shortcut from Opt+F to Opt+R to restore standard terminal word-right navigation functionality.(cli-v3.0.8)
  • Removed the Cline Kanban launch modal and bundled demo media from the VS Code extension startup flow(v3.84.0)
  • Aligned the ChatGPT OAuth model catalog with the Codex provider list to ensure available models accurately reflect the user's subscription tier.(cli-v3.0.7)
  • Preserved hydrated plugin tools and config reload options when toggling settings.(cli-v3.0.5)
  • Improved light theme TUI colors for better contrast in the chat interface, status bar, tool output, and syntax highlighting on light terminals.(cli-v3.0.4)
  • The CLI history view now displays session status and refreshes status rows in place when the standalone history TUI is open.(cli-v3.0.3)
  • Restored the OpenAI compatible provider in the authentication flow and ensured stored model metadata is preserved during configuration or migration of OpenAI-compatible providers.(cli-v3.0.3)
  • Refined the shared system prompt to provide clearer guidance on tool output formatting, handling unsupported file reads, managing long-running shell commands, and final verification steps.(cli-v3.0.3)
  • Added a clear "Searching..." state indicator within the @-mention file picker.(v3.83.0)
  • Improved the performance of @-mention file searching.(v3.83.0)
  • Updated dependencies including Axios and SAP Connectivity.(v3.83.0)

All Releases in May 2026

v3.85.04 features2 fixes

This release significantly expands model compatibility by adding support for GPT-5.5, DeepSeek V4, and Gemini 3.5 Flash across various providers. It also introduces a new webhook integration for LG dashboard flows and resolves an endpoint handling issue for Claude models on Vertex AI.

cli-v3.0.13

This release focuses on improving the user experience during session management. We introduced a loading dialog for session resumption and significantly sped up the `/clear` command by optimizing session creation timing.

cli-v3.0.121 feature

This release focuses on improving user experience during configuration changes by adding loading indicators and updating how the ask question tool prompt is displayed. Additionally, users can now manually trigger immediate updates to the latest version.

cli-v3.0.111 feature2 fixes

This release introduces native Google authentication support for Vertex Gemini models, allowing users to access the full model list. It also resolves a critical bug affecting ChatGPT OAuth token limits and improves session history clarity by including tool names in result blocks.

cli-v3.0.104 features3 fixes

This release significantly enhances provider support by adding Poolside and Gemini 3.5 Flash, while improving session management to keep interactive sessions alive longer. Key fixes include restoring AWS Bedrock profile authentication and optimizing global settings loading performance.

cli-v3.0.91 feature2 fixes

This release focuses heavily on performance and stability improvements, including faster CLI startup and configuration toggles. Key user experience updates include restoring fuzzy ranking for file mentions and ensuring interactive sessions remain active after task cancellation. Additionally, prompts starting with a dash are now correctly accepted.

cli-v3.0.81 feature2 fixes

This release focuses on improving configuration diagnostics and fixing critical bugs related to token counting and cloud provider setup. Key changes include persistent user linking in the Telegram connector and ensuring accurate token usage reporting by fixing double-counting issues.

v3.84.01 feature1 fix

This release introduces new integration capabilities by adding SAP AI Core support for more hosted models. A key fix addresses an issue where the server restart button could be incorrectly enabled. Additionally, the startup experience in the VS Code extension has been streamlined by removing the Kanban launch modal.

cli-v3.0.71 fix

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

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

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.41 fix

This release focuses on visual clarity and stability for plugin usage. We have enhanced the contrast of the light theme TUI elements, including chat and status bars. Additionally, a critical bug preventing plugin tools from working in production npm builds has been resolved.

cli-v3.0.32 features3 fixes

This release introduces isolated task execution via the new --worktree flag, allowing users to resume experiments in clean environments. Key fixes include resolving issues with dropped macOS screenshots due to Unicode path problems. Additionally, the system prompt has been refined for better guidance on tool usage and verification steps.

v3.83.01 feature2 fixes

This release focuses on improving the reliability and performance of file operations, particularly around @-mentions. Key updates include enabling cache control for Qwen models via OpenRouter and fixing validation issues for MCP servers.

cli-v3.0.21 fix

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

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

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.82.02 features2 fixes

This release focuses on restoring critical functionality by bringing back VS Code foreground terminal support and its settings. Additionally, the tool now supports the newest models from OpenAI, SAP AI Core, and Z AI.