Tags: cline/cline
Tags
Changeset version bump (#8895) * changeset version bump * Updating CHANGELOG.md format * release(3.55.0): Version bump and update WhatsNewModal * feat(settings): Support linking to recommended or free model picker. * Send to cline provider --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: cline-test <[email protected]> Co-authored-by: Arafatkatze <[email protected]>
v3.54.0 Release Notes (#8840) - Native tool calls support for Ollama provider - Sonnet 4.5 is now the default Amazon Bedrock model id - Prevent infinite retry loops when replace_in_file fails repeatedly. The system now detects repeated failures and provides better guidance to break out of retry cycles. - Skip diff error UI handling during streaming to prevent flickering. Error handling is deferred until streaming completes. - Strip notebook cell outputs when extracting text content from Jupyter notebooks, significantly reducing context size sent to the LLM. - Throttle diff view updates during streaming to reduce UI flickering and improve performance. - Removed Devstral-2512 free from the free models list - Removed deprecated zai-glm-4.6 model from Cerebras provider Co-authored-by: Arafatkatze <[email protected]>
Changeset version bump (#8800) * changeset version bump * Updating CHANGELOG.md format * update changelog and banner for release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Max Paulus 🥪 <[email protected]>
v3.52.0 Release Notes (#8633) - Users with ChatGPT Plus or Pro subscriptions can now use GPT-5 models directly through Cline without needing an API key. Authentication is handled via OAuth through OpenAI's authentication system. - Grok models are now moving out of free tier and into paid plans. - Introduces comprehensive Jupyter Notebook support for Cline, enabling AI-assisted editing of `.ipynb` files with full cell-level context awareness. - Bugs in DiffViewProvider for file editing - Ollama's recommended models to use correct identifiers Co-authored-by: Arafatkatze <[email protected]>
Refactor fetching remote config to reduce the number of requests (#8115) * Remove the remote config auth listener * Introduce a throttle RemoteConfigService * Add changeset * Change the interval to an hour * Refactor * Reintroduce comment and remove await * Move the fetchRemoteConfig to the initTask function
v3.50.0 Release Notes (#8574) - Add gpt-5.2-codex OpenAI model support - Add create-pull-request skill - Fix the selection of remotely configured providers - Fix act_mode_respond to prevent consecutive calls - Fix invalid tool call IDs when switching between model formats Co-authored-by: Arafatkatze <[email protected]>
PreviousNext