Cline tools
ComponentUpdates related to the tools component of Cline.
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
v3.50.02 features3 fixesThis release introduces significant new capabilities, including support for the gpt-5.2-codex model and a new create-pull-request skill. Several critical bugs related to provider selection and tool call handling have also been resolved.
v3.49.11 feature5 fixesThis release focuses primarily on stability and compatibility fixes, addressing issues with model selection, streaming API responses, and improving the search functionality for workflow slash commands. It also introduces a phased rollout for the Responses API usage.
v3.47.04 features9 fixesThis release introduces experimental Background Edits for non-blocking file modifications and updates the free model to MiniMax M2.1. Several stability fixes address issues with token usage, provider rate limiting (Cerebras), and connection handling for remote MCP servers.
v3.46.03 features4 fixesThis release introduces the new GLM 4.7 model and the Apply Patch tool for GPT-5+ models. We have significantly enhanced background terminal execution capabilities and resolved several bugs related to model picker navigation and error message duplication.