← Cline Changelog

v3.54.0

Jan 27, 2026 (1mo ago) View on GitHub →

Added

  • Native tool calls support for Ollama provider
  • Sonnet 4.5 is now the default Amazon Bedrock model id

Fixed

  • 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.

Changed

  • Removed Mistral's Devstral-2512 free from the free models list
  • Removed deprecated zai-glm-4.6 model from Cerebras provider
Full Changelog: https://github.com/cline/cline/compare/v3.53.1...v3.54.0