8000 Releases · cline/cline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cline/cline

v3.18.0

26 Jun 00:52
7bdab56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.17.16...v3.18.0

v3.17.16

24 Jun 21:01
8104f18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.17.15...v3.17.16

v3.17.15

20 Jun 19:50
6400901
Compare
Choose a tag to compare

What's Changed

  • Fix windows build by @sjf in #4270
  • remove the MCP notification pop up by @SmartManoj in #4251
  • fix: Prevent reading env variables from the users environment by @BarreiroT in #4243
  • fix(bedrock): remove custom Model encode by @watany-dev in #4209
  • fix: respect selected litellm model IDs for plan & act by @sammcj in #4193
  • Use default env gathering for stdio in mcpHub by @0xToshii in #4260
  • Fix: Make some of the buttons on the task header accessible to screen readers by @yncat in #4246
  • Migrate cline messages to message state handler by @celestial-vault in #4237
  • Fixing the context window jump issue for gemini family of models by @arafatkatze in #4266
  • Fix the error when submitting remote service form by @wangyijing130 in #3579
  • Reorganize task state and refactor out small functions by @celestial-vault in #4267
  • Add a script to generate type safe clients for the host bridge by @sjf in #4269
  • Refactoring: Move StreamingHandlers type into a common location by @sjf in #4293
  • In build-protos, create the directories while writing the files. by @sjf in #4296
  • Migrate didBecomeVisible protobus by @celestial-vault in #3996
  • Use the generated client impls for the external host bridge. by @sjf in #4298
  • Update get-vscode-usages script to exclude types, only count methods by @sjf in #4299
  • Migrate requestyModels protobus by @celestial-vault in #4083
  • Add a host-provider that will provide access to all host specific things by @sjf in #4318
  • beginning of refactoring the providers ui to be more modular by @0xToshii in #4222
  • Refactoring: Move webprovider getUri into the WebViewProvider class by @sjf in #4306
  • fix: Clear the input only after creating a message by @BarreiroT in #4288
  • Remove package.json from webview package.json by @canvrno in #4309
  • Create a vscode specific webview provider, and an a generic webview provider class for the standalone service. by @sjf in #4320
  • Fix Timeline tooltips for followup messages and consolidated color retrieval code. by @char8x in #4164
  • you know what im talking about by @celestial-vault in #4329
  • chore: add run instructions to CONTRIBUTING.md by @ryan-nauman in #3779
  • fix: omit undefined MCP server name when command is missing by @ramybenaroya in #3840
  • fix: preferred language setting #4281 by @rikaaa0928 in #4282
  • Fix: Add role and aria-checked attributes to plan / act mode switch so that screen readers can tell its state ( Resolves #4244 ) by @yncat in #4263
  • gemini 2.5 models GA update providers by @0xToshii in #4304
  • gemini GA cline provider suggestion by @0xToshii in #4305
  • diff evals by @pashpashpash in #4154
  • deepseek and together provider ui refactor by @0xToshii in #4325
  • Changeset version bump by @github-actions in #4278

New Contributors

Full Changelog: v3.17.14...v3.17.15

v3.17.14

18 Jun 05:33
c39a740
Compare
Choose a tag to compare

What's Changed

  • Add Claude Code as a new API provider, allowing integration with Anthropic's Claude Code CLI tool and Claude Max Plan (Thanks @BarreiroT!)
  • Add SAP AI Core as a new API provider with support for Claude and GPT models (Thanks @schardosin!)
  • Add configurable default terminal profile setting, allowing users to specify which terminal Cline should use (Thanks @valinha!)
  • Add terminal output size constraint setting to limit how much terminal output is processed
  • Add MCP Rich Display settings to the settings page for persistent configuration (Thanks @Vl4diC0de!)
  • Improve copy button functionality with refactored reusable components (Thanks @shouhanzen!)
  • Improve AWS Bedrock provider by removing deprecated dependency and using standard AWS SDK (Thanks @watany-dev!)
  • Fix list_files tool to properly return files when targeting hidden directories
  • Fix search and replace edge case that could cause file deletion, making the algorithm more lenient for models using different diff formats
  • Fix task restoration issues that could occur when resuming interrupted tasks
  • Fix checkpoint saving to properly track all file changes
  • Improve file context warnings to reduce diff edit errors when resuming restored tasks
  • Clear chat input when switching between Plan/Act modes within a task
  • Exclude .clinerules files from checkpoint tracking

New Contributors

Full Changelog: v3.17.13...v3.17.14-a

v3.17.13

12 Jun 06:00
8b4e8ce
Compare
Choose a tag to compare

What's Changed

  • Add Thinking UX for Gemini models, providing visual feedback during model reasoning
  • Add support for Notifications MCP integration with Cline
  • Add prompt caching indicator for Grok 3 models
  • Sort MCP marketplace by newest listings by default for easier discovery of recent servers
  • Update O3 model family pricing to reflect latest OpenAI rates
  • Remove '-beta' suffix from Grok model identifiers
  • Fix AWS Bedrock provider by removing deprecated Anthropic-Bedrock SDK (Thanks @watany-dev!)
  • Fix menu display issue for terminal timeout settings
  • Improve chat input field styling and behavior

Full Changelog: v3.17.12...v3.17.13

v3.17.12

10 Jun 17:24
Compare
Choose a tag to compare

What's Changed

  • Free Grok Model Available! Access Grok 3 completely free through the Cline provider
  • Add collapsible MCP response panels to keep conversations focused on the main AI responses while still allowing access to detailed MCP output (Thanks @valinha!)
  • Prioritize active files (open tabs) at the top of the file context menu when using @ mentions (Thanks @abeatrix!)
  • Fix context menu to properly default to "File" option instead of incorrectly selecting "Git Commits"
  • Fix diff editing to handle out-of-order SEARCH/REPLACE blocks, improving reliability with models that don't follow strict ordering
  • Fix telemetry warning popup appearing repeatedly for users who have telemetry disabled

New Contributors

Full Changelog: v3.17.11...v3.17.12

v3.17.11

05 Jun 19:04
14b6e71
Compare
Choose a tag to compare

What's Changed

  • Add support for Gemini 2.5 Pro Preview 06-05 model to Vertex AI and Google Gemini providers

Full Changelog: v3.17.10...v3.17.11

v3.17.10

05 Jun 04:53
Compare
Choose a tag to compare

What's Changed

  • Add support for Qwen 3 series models with thinking mode options (Thanks @Jonny-china!)
  • Add new AskSage models: Claude 4 Sonnet, Claude 4 Opus, GPT 4.1, Gemini 2.5 Pro (Thanks @swhite24!)
  • Add VSCode walkthrough to help new users get started with Cline
  • Add support for streamable MCP servers
  • Improve Ollama model selection with filterable dropdown instead of radio buttons (Thanks @paulgear!)
  • Add setting to disable aggressive terminal reuse to help users experiencing task lockout issues
  • Fix settings dialog applying changes even when cancel button is clicked

New Contributors

Full Changelog: v3.17.9...v3.17.10

v3.17.9

03 Jun 02:58
064dac4
Compare
Choose a tag to compare

What's Changed

  • Aligning Cline to work with Claude 4 model family (Experimental) (Thanks @heguro for the inspiration!)
  • Add task timeline scrolling feature
  • Add support for uploading CSV and XLSX files for data analysis and processing
  • Add stable Grok-3 models to xAI provider (grok-3, grok-3-fast, grok-3-mini, grok-3-mini-fast) and update default model from grok-3-beta to grok-3 (Thanks @PeterDaveHello!)
  • Add new models to Vertex AI provider
  • Add new model to Nebius AI Studio
  • Remove hard-coded temperature from LM Studio API requests and add support for reasoning_content in LM Studio responses
  • Display delay information when retrying API calls for better 6D40 user feedback
  • Fix AWS Bedrock credential caching issue where externally updated credentials (e.g., by AWS Identity Manager) were not detected, requiring extension restart (Thanks @DaveFres!)
  • Fix search tool overloading conversation with massive outputs by setting maximum byte limit for responses
  • Fix checkpoints functionality
  • Fix token counting for xAI provider
  • Fix Ollama provider issues
  • Fix window title display for Windows users
  • Improve chat box UI

New Contributors

Full Changelog: v3.17.8...v3.17.9

v3.17.8

29 May 06:15
d6ccbcd
Compare
Choose a tag to compare

What's Changed

  • Fix bug where terminal would get stuck and output "capture failure"

Full Changelog: v3.17.7...v3.17.8

0