Change8

Cline tools

Component

Updates related to the tools component of Cline.

4 releases10 features21 bug fixesView all Cline releases

All TOOLS Features

  • Added support for the gpt-5.2-codex OpenAI model.(v3.50.0)
  • Introduced a new create-pull-request skill for automated PR generation.(v3.50.0)
  • Enabled phased rollout of Responses API usage instead of defaulting for every supported model.(v3.49.1)
  • Added experimental support for Background Edits, allowing file editing without opening the diff view(v3.47.0)
  • Updated the free model to MiniMax M2.1, replacing MiniMax M2(v3.47.0)
  • Added support for Azure based identity authentication in OpenAI Compatible provider and Azure OpenAI(v3.47.0)
  • Added the `supportsReasoning` property to Baseten models(v3.47.0)
  • Added support for the new GLM 4.7 model.(v3.46.0)
  • Introduced the Apply Patch tool for GPT-5+ models, replacing previous diff edit tools.(v3.46.0)
  • Enhanced background terminal execution with command tracking, log file output, zombie process prevention (10-minute timeout), and clickable log paths in the UI.(v3.46.0)

All TOOLS Bug Fixes

  • Fixed an issue where remotely configured providers were not being selected correctly.(v3.50.0)
  • Resolved a bug where act_mode_respond could result in consecutive, unnecessary calls.(v3.50.0)
  • Fixed incorrect tool call IDs when switching between different model formats.(v3.50.0)
  • Fixed workflow slash command search to be case-insensitive.(v3.49.1)
  • Fixed incorrect model display in ModelPickerModal when using LiteLLM.(v3.49.1)
  • Fixed LiteLLM model fetching when using the default base URL.(v3.49.1)
  • Fixed crash that occurred when OpenAI-compatible APIs sent usage chunks with empty or null choices arrays at the end of streaming.(v3.49.1)
  • Fixed incorrect model ID for the Kat Coder Pro Free model.(v3.49.1)
  • Fixed issue where expired tokens were being used in authenticated requests(v3.47.0)
  • Fixed diff view to correctly exclude binary files that lack file extensions(v3.47.0)
  • Fixed issue where file endings and trailing newlines were not being preserved(v3.47.0)
  • Fixed rate limiting issues specific to the Cerebras provider(v3.47.0)
  • Fixed Auto Compact functionality for the Claude Code provider(v3.47.0)
  • Made Workspace and Favorites history filters operate independently(v3.47.0)
  • Fixed remote MCP server connection failures, specifically handling 404 responses(v3.47.0)
  • Disabled native tool calling for the Deepseek 3.2 speciale model(v3.47.0)
  • Fixed the Baseten model selector interface(v3.47.0)
  • Fixed duplicate error messages that occurred during streaming for the Diff Edit tool when Parallel Tool Calling was disabled.(v3.46.0)
  • Corrected typos found in Gemini system prompt overrides.(v3.46.0)
  • Resolved issues with the model picker favorites ordering, star toggle functionality, and keyboard navigation for OpenRouter and Vercel AI Gateway providers.(v3.46.0)
  • Fixed an issue where remote configuration values were not being fetched from the cache.(v3.46.0)

Releases with TOOLS Changes

Documentation

Read the tools documentation