Skip to content

Tags: cline/cline

Tags

v3.56.2

Toggle v3.56.2's commit message
Version bump to pick up rotated TELEMETRY_SERVICE_API_KEY (#8983)

v3.56.1

Toggle v3.56.1's commit message
Correct omega to giga in Giga Potato (#8967)

* Correct omega to giga in Giga Potato

* Update patch version

* Fix model picker links

v3.56.0

Toggle v3.56.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct the version number in package.json and package-lock.json (#8966)

v3.55.0

Toggle v3.55.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v3.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v3.53.1

Toggle v3.53.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 3.53.1 (#8839)

- Fix bug in responses API
- Update changeset package name from "cline" to "claude-dev"
- Update version in package.json and package-lock.json

v3.53.0

Toggle v3.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v3.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v3.51.0

Toggle v3.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v3.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>