← Cline Changelog

v3.68.0

Feb 27, 2026 (3d ago) View on GitHub →

Added

  • Add dynamic Cline provider model fetching from Cline endpoint
  • Add additional Markdown formatting in CLI
  • Add focus indicator on action buttons in extension

Fixed

  • Clear all OCA secrets on auth refresh failure to prevent re-auth loops
  • Resolve "Could not find the file context" error in Explain Changes
  • Use JSON_SCHEMA for yaml.load to prevent unsafe deserialization
  • Fetch model info from API in CLI headless auth for Cline and Vercel providers
  • Generate commit message from staged changes only when staging exists
  • Update stale maxTokens values for Claude 3.7+ models across Anthropic, Bedrock, Vertex, and SAP AI Core
  • Use model.info.maxTokens for OpenRouter instead of hardcoded 8192

Changed

  • Increase timeout for a flaky test to reduce short-term test instability
Full Changelog: https://github.com/cline/cline/compare/v2.5.0-cli...v3.68.0