v4.1.11
ClineSummary
This release introduces the ability for models to generate images directly within tasks, rendering them inline in your conversation. Several bugs have been fixed, including issues with code actions, file path handling, and task session management. Additionally, the model catalog has been refreshed with new providers and updated information.
New Features
- Added the ability for supported models to generate images during a task, with inline rendering in the conversation.
Bug Fixes
- Fixed code actions failing with "command not found" on VS Code 1.134.
- Fixed `@` file mentions breaking when paths contain spaces.
- Ensured the diff edit view is shown for multi-line edits in files with CRLF line endings.
- Fixed tasks resuming by continuing the surviving session instead of rebuilding from original text.
- Fixed task-scoped settings overlays not clearing when the task view is cleared or switched, preventing overrides from leaking.
- Fixed LiteLLM input token limits being overwritten by catalog values.
- Restored custom base URLs for Gemini and normalized legacy host-root values.
- Fixed provider signup links pointing to a generic landing page instead of the provider's API key page.
- Fixed skill slash commands being loaded by pasting instructions into messages, which caused them to be delivered twice.
- Stopped offering non-chat models (image, voice) in chat model pickers.
- Ensured `PreToolUse` hook's `contextModification` is delivered to the model again and that `PostToolUse` hooks are waited for.
- Fixed tool activity run by a provider within its own session from being dropped from the conversation.
- Fixed `run_commands` failing with ENOENT when a structured command had a full command line without arguments.
- Fixed PowerShell commands to fail-fast, stopping at the first error instead of flooding output.
- Fixed an issue where an Anthropic `invalid_request_error` was incorrectly treated as a context-overflow.
Improvements
- Generated images now render inline in the conversation.
- Honor the classic truncation range when migrating legacy tasks.
- Load skill slash commands through the skills tool instead of pasting their instructions into your message.
- Show tool activity a provider runs itself, instead of dropping it from the conversation.
- Keep remote configuration in step with the SDK, including coordinated refreshes, session gating, and a fail-closed opt-out.
- Show the billed cost for Cline gateway usage.
- Refreshed the model catalog, adding new providers (AMD, Arcee, Echo, Jalapeno, Kosmik, LLM Gateway, RunInfra, and SCNet) and updating model lists, pricing, and defaults.