< cd ..

Cline

~/cline/cline

An autonomous coding agent for VS Code that can create and edit files, execute commands, use the browser, and more — with your permission at every step.

●●● stats.json

latest

v3.68.0

total

30

stable

29

pre

1

scraped

Mar 2, 2026

#ai #coding-assistant #vscode #autonomous-agent

/changelog

v3.68.0 [Feb 27, 2026] details → 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
v3.67.1 [Feb 24, 2026] details → github →

Added

  • Added Cline SDK API interface for programmatic access to Cline features and tools, enabling integration into custom applications.
  • Added Codex 5.3 model support

Fixed

  • Fix OpenAI Codex by setting store to false
  • Use isLocatedInPath() instead of string matching for path containment checks
Full Changelog: https://github.com/cline/cline/compare/v2.4.3-cli...v3.67.1
v3.67.0 [Feb 24, 2026] details → github →

Added

  • Add support for skills and optional modelId in subagent configuration
  • Add AgentConfigLoader for file-based agent configs
  • Add Responses API support for OpenAI native provider
  • Preconnect websocket to reduce response latency
  • Fetch featured models from backend with local fallback
  • Add /q command to quit CLI
  • Add MCP enterprise configuration details
  • Pull Cline's recommended models from internal endpoint
  • Add dynamic flag to adjust banner cache duration

Fixed

  • Fix reasoning delta crash on usage-only stream chunks
  • Fix OpenAI tool ID transformation restricted to native provider only
  • Fix auth check for ACP mode
  • Fix CLI yolo mode to not persist yolo setting to disk
  • Fix inline focus-chain slider within its feature row
  • Fix Gemini 3.1 Pro compatibility
  • Fix Cline auth with ACP flag

Changed

  • Move PR skill to .agents/skills
  • SambaNova provider: update models list
  • Remove changeset-converter GitHub Action and npm run changeset
Full Changelog: https://github.com/cline/cline/compare/v2.4.2-cli...v3.67.0
v3.66.0 [Feb 19, 2026] details → github →

Added

  • Gemini-3.1 Pro Preview
Full Changelog: https://github.com/cline/cline/compare/v2.4.1-cli...v3.66.0
v3.65.0 [Feb 18, 2026] details → github →

Added

  • Add /skills slash command to CLI for viewing and managing installed skills

Fixed

  • Fix aggressive context compaction caused by accidental clicks on the context window progress bar silently setting a very low auto-condense threshold
  • Fix infinite retry loop when write_to_file fails with missing content parameter.
  • Fixed default claude model
Full Changelog: https://github.com/cline/cline/compare/v2.4.0-cli...v3.65.0
v3.64.0 [Feb 17, 2026] details → github →

Added

  • added zai GLM 5 Free promo

Fixed

  • Restore reasoning trace visibility in chat and improve the thinking row UX so reasoning is visible, then collapsible after completion.
Full Changelog: https://github.com/cline/cline/compare/v2.2.3-cli...v3.64.0
v3.63.0 [Feb 16, 2026] details → github →

Added

  • added zai GLM 5 Free promo

Fixed

  • Restore reasoning trace visibility in chat and improve the thinking row UX so reasoning is visible, then collapsible after completion.
Full Changelog: https://github.com/cline/cline/compare/v3.62.0...v3.63.0
v3.62.0 [Feb 13, 2026] details → github →

Fixed

  • Banners now display immediately when opening the extension instead of requiring user interaction first
  • Resolved 17 security vulnerabilities including high-severity DoS issues in dependencies (body-parser, axios, qs, tar, and others)
Full Changelog: https://github.com/cline/cline/compare/v3.61.0...v3.62.0
v3.61.0 [Feb 13, 2026] details → github →
  • UI/UX fixes with minimax model family
Full Changelog: https://github.com/cline/cline/compare/v2.2.2-cli...v3.61.0
v3.60.0 [Feb 13, 2026] details → github →
  • Fixes for Minimax model family
Full Changelog: https://github.com/cline/cline/compare/v2.2.1-cli...v3.60.0
v3.59.0 [Feb 12, 2026] details → github →
  • Added Minimax 2.5 Free Promo
  • Fixed Response chaining for OpenAI's Responses API
Full Changelog: https://github.com/cline/cline/compare/cli-build-024bb65...v3.59.0
v3.58.0 [Feb 12, 2026] details → github →

Added

  • Subagent: replace legacy subagents with the native use_subagents tool
  • Bundle endpoints.json support so packaged distributions can ship required endpoints out-of-the-box
  • Amazon Bedrock: support parallel tool calling
  • New "double-check completion" experimental feature to verify work before marking tasks complete
  • CLI: new task controls/flags including custom --thinking token budget and --max-consecutive-mistakes for yolo runs
  • Remote config: new UI/options (including connection/test buttons) and support for syncing deletion of remotely configured MCP servers
  • Vertex / Claude Code: add 1M context model options for Claude Opus 4.6
  • ZAI/GLM: add GLM-5

Fixed

  • CLI: handle stdin redirection correctly in CI/headless environments
  • CLI: preserve OAuth callback paths during auth redirects
  • VS Code Web: generate auth callback URLs via vscode.env.asExternalUri (OAuth callback reliability)
  • Terminal: surface command exit codes in results and improve long-running execute_command timeout behavior
  • UI: add loading indicator and fix api_req_started rendering
  • Task streaming: prevent duplicate streamed text rows after completion
  • API: preserve selected Vercel model when model metadata is missing
  • Telemetry: route PostHog networking through proxy-aware shared fetch and ensure telemetry flushes on shutdown
  • CI: increase Windows E2E test timeout to reduce flakiness

Changed

  • Settings/model UX: move "reasoning effort" into model configuration and expose it in settings
  • CLI provider selection: limit provider list to those remotely configured
  • UI: consolidate ViewHeader component/styling across views
  • Tools: add auto-approval support for attempt_completion commands
  • Remotely configured MCP server schema now supports custom headers
Full Changelog: https://github.com/cline/cline/compare/cli-build-6278382...v3.58.0
cli-build-024bb65 pre [Feb 12, 2026] details → github →

# CLI Build (024bb65)

Automated CLI build from commit 024bb65

Install with:

npm install -g https://github.com/cline/cline/releases/download/cli-build-024bb65/cline-2.2.0.tgz
v3.57.1 [Feb 5, 2026] details → github →

Fixed

  • Fixed Opus 4.6 for bedrock provider
Full Changelog: https://github.com/cline/cline/compare/v3.57.0...v3.57.1
v3.57.0 [Feb 5, 2026] details → github →

Added

  • Cline CLI 2.0 now available. Install with npm install -g cline
  • Anthopic Opus 4.6
  • Minimax-2.1 and Kimi-k2.5 now available for free for a limited time promo
  • Codex-5.3 through ChatGPT subscription

Fixed

  • Fix read file tool to support reading large files
  • Fix decimal input crash in OpenAI Compatible price fields (#8129)
  • Fix build complete handlers when updating the api config
  • Fixed missing provider from list
  • Fixed Favorite Icon / Star from getting clipped in the task history view

Changed

  • Make skills always enabled and remove feature toggle setting
Full Changelog: https://github.com/cline/cline/compare/v2.0.5-cli...v3.57.0
v3.56.2 [Jan 30, 2026] details → github →

Added

  • __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows
  • __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching)
  • __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support
  • __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints
  • __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to the What's New modal

Fixed

  • __LiteLLM:__ Fixed thinking configuration not appearing for reasoning-capable models
  • __OpenTelemetry:__ Fixed endpoint path handling (no longer incorrectly appends /v1/logs or /v1/metrics) and ensured logs are sent regardless of VSCode telemetry settings
  • __CLI auth:__ Fixed cline auth displaying incorrect provider information after configuration

Changed

  • __Hooks:__ Hook scripts now run from the workspace repository root instead of filesystem root
  • __Default settings:__ Enabled multi-root workspaces, parallel tool calling, and skills by default; disabled strict plan mode by default
  • __Settings UI:__ Refreshed feature settings section with collapsible design
Full Changelog: https://github.com/cline/cline/compare/v3.56.1...v3.56.2
v3.56.1 [Jan 30, 2026] details → github →

Added

  • __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows
  • __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching)
  • __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support
  • __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints
  • __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to the What's New modal

Fixed

  • __LiteLLM:__ Fixed thinking configuration not appearing for reasoning-capable models
  • __OpenTelemetry:__ Fixed endpoint path handling (no longer incorrectly appends /v1/logs or /v1/metrics) and ensured logs are sent regardless of VSCode telemetry settings
  • __CLI auth:__ Fixed cline auth displaying incorrect provider information after configuration

Changed

  • __Hooks:__ Hook scripts now run from the workspace repository root instead of filesystem root
  • __Default settings:__ Enabled multi-root workspaces, parallel tool calling, and skills by default; disabled strict plan mode by default
  • __Settings UI:__ Refreshed feature settings section with collapsible design
Full Changelog: https://github.com/cline/cline/compare/v3.56.0...v3.56.1
v3.56.0 [Jan 30, 2026] details → github →

Added

  • __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows
  • __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching)
  • __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support
  • __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints
  • __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to the What's New modal

Fixed

  • __LiteLLM:__ Fixed thinking configuration not appearing for reasoning-capable models
  • __OpenTelemetry:__ Fixed endpoint path handling (no longer incorrectly appends /v1/logs or /v1/metrics) and ensured logs are sent regardless of VSCode telemetry settings
  • __CLI auth:__ Fixed cline auth displaying incorrect provider information after configuration

Changed

  • __Hooks:__ Hook scripts now run from the workspace repository root instead of filesystem root
  • __Default settings:__ Enabled multi-root workspaces, parallel tool calling, and skills by default; disabled strict plan mode by default
  • __Settings UI:__ Refreshed feature settings section with collapsible design
Full Changelog: https://github.com/cline/cline/compare/v3.55.0...v3.56.0
v3.55.0 [Jan 28, 2026] details → github →
  • Add new model: Arcee Trinity Large Preview
  • Add new model: Moonshot Kimi K2.5
  • Add MCP prompts support - prompts from connected MCP servers now appear in slash command autocomplete as /mcp:<server>:<prompt>
Full Changelog: https://github.com/cline/cline/compare/v3.54.0...v3.55.0
v3.54.0 [Jan 27, 2026] details → 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
v3.53.1 [Jan 24, 2026] details → github →

Fixed

  • Bug in responses API
Full Changelog: https://github.com/cline/cline/compare/v3.53.0...v3.53.1
v3.53.0 [Jan 23, 2026] details → github →

Fixed

  • Removed grok model from free tier
Full Changelog: https://github.com/cline/cline/compare/v3.52.0...v3.53.0
v3.51.0 [Jan 15, 2026] details → github →

Added

  • Adding OpenAI gpt-5.2-codex model to the model picker
Full Changelog: https://github.com/cline/cline/compare/v3.50.0...v3.51.0
v3.50.0 [Jan 14, 2026] details → github →

Added

  • Add gpt-5.2-codex OpenAI model support
  • Add create-pull-request skill

Fixed

  • 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
Full Changelog: https://github.com/cline/cline/compare/v3.49.1...v3.50.0
v3.49.1 [Jan 13, 2026] details → github →

Added

  • Add telemetry to track usage of skills feature
  • Add version headers to Cline backend requests
  • Phase in Responses API usage instead of defaulting for every supported model

Fixed

  • Fix workflow slash command search to be case-insensitive
  • Fix model display in ModelPickerModal when using LiteLLM
  • Fix LiteLLM model fetching with default base URL
  • Fix crash when OpenAI-compatible APIs send usage chunks with empty or null choices arrays at end of streaming
  • Fix model ID for Kat Coder Pro Free model
Full Changelog: https://github.com/cline/cline/compare/v3.49.0...v3.49.1
v3.49.0 [Jan 10, 2026] details → github →
  • Enable configuring an OTEL collector at runtime
  • Removing Minimax-2.1 from free model list as the free trial has ended
  • Improved image display in MCP responses
  • Auto-sync remote MCP servers from remote config to local settings
Full Changelog: https://github.com/cline/cline/compare/v3.48.0...v3.49.0
v3.48.0 [Jan 9, 2026] details → github →

Added

  • Add Skills system for reusable, on-demand agent instructions
  • Add new websearch tooling in Cline provider
  • Add zai-glm-4.7 to Cerebras model list
  • Add model refresh and improve reasoning support for Vercel AI Gateway

Fixed

  • Revert #8341 due to regressions in diff view/document truncation (see #8423, #8429)
  • Fixed extension crash when using context menu selector
Full Changelog: https://github.com/cline/cline/compare/v3.47.0...v3.48.0
v3.47.0 [Jan 6, 2026] details → github →

Added

  • Added experimental support for Background Edits (allows editing files in background without opening the diff view)
  • Updated free model to MiniMax M2.1 (replacing MiniMax M2)
  • Added support for Azure based identity authentication in OpenAI Compatible provider and Azure OpenAI
  • Add supportsReasoning property to Baseten models

Fixed

  • Prevent expired token usage in authenticated requests
  • Exclude binary files without extensions from diffs
  • Preserve file endings and trailing newlines
  • Fix Cerebras rate limiting
  • Fix Auto Compact for Claude Code provider
  • Make Workspace and Favorites history filters independent
  • Fix remote MCP server connection failures (404 response handling)
  • Disable native tool calling for Deepseek 3.2 speciale
  • Show notification instead of opening sidebar on update
  • Fix Baseten model selector

Refactored

  • Modify prompts for parallel tool usage in Claude and Gemini 3 models
Full Changelog: https://github.com/cline/cline/compare/v3.46.1...v3.47.0
v3.46.1 [Dec 22, 2025] details → github →

Fixed

  • Remove GLM 4.6 from free models
Full Changelog: https://github.com/cline/cline/compare/v3.46.0...v3.46.1
v3.46.0 [Dec 22, 2025] details → github →

Added

  • Added GLM 4.7 model
  • Enhanced background terminal execution with command tracking, log file output, zombie process prevention (10-minute timeout), and clickable log paths in UI
  • Apply Patch tool for GPT-5+ models (replacing current diff edit tools)

Fixed

  • Duplicate error messages during streaming for Diff Edit tool when Parallel Tool Calling is not enabled
  • Banner carousel styling and dismiss functionality
  • Typos in Gemini system prompt overrides
  • Model picker favorites ordering, star toggle, and keyboard navigation for OpenRouter and Vercel AI Gateway providers
  • Fetch remote config values from the cache

Refactored

  • Anthropic handler to use metadata for reasoning support
  • Bedrock provider to use metadata for reasoning support
Full Changelog: https://github.com/cline/cline/compare/v3.45.0...v3.46.0