freshcrate
Skin:/
Home > Security > cline

cline

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

README

Cline

Meet Cline, an AI assistant that can use your CLI aNd Editor.

Thanks to Claude Sonnet's agentic coding capabilities, Cline can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. Cline can even use the Model Context Protocol (MCP) to create new tools and extend his own capabilities. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.

  1. Enter your task and add images to convert mockups into functional apps or fix bugs with screenshots.
  2. Cline starts by analyzing your file structure & source code ASTs, running regex searches, and reading relevant files to get up to speed in existing projects. By carefully managing what information is added to context, Cline can provide valuable assistance even for large, complex projects without overwhelming the context window.
  3. Once Cline has the information he needs, he can:
    • Create and edit files + monitor linter/compiler errors along the way, letting him proactively fix issues like missing imports and syntax errors on his own.
    • Execute commands directly in your terminal and monitor their output as he works, letting him e.g., react to dev server issues after editing a file.
    • For web development tasks, Cline can launch the site in a headless browser, click, type, scroll, and capture screenshots + console logs, allowing him to fix runtime errors and visual bugs.
  4. When a task is completed, Cline will present the result to you with a terminal command like open -a "Google Chrome" index.html, which you run with a click of a button.

Tip

Follow this guide to open Cline on the right side of your editor. This lets you use Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.


Use any API and Model

Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, GCP Vertex, Cerebras and Groq. You can also configure any OpenAI compatible API, or use a local model through LM Studio/Ollama. If you're using OpenRouter, the extension fetches their latest model list, allowing you to use the newest models as soon as they're available.

The extension also keeps track of total tokens and API usage cost for the entire task loop and individual requests, keeping you informed of spend every step of the way.


Run Commands in Terminal

Thanks to the new shell integration updates in VSCode v1.93, Cline can execute commands directly in your terminal and receive the output. This allows him to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right.

For long running processes like dev servers, use the "Proceed While Running" button to let Cline continue in the task while the command runs in the background. As Cline works he’ll be notified of any new terminal output along the way, letting him react to issues that may come up, such as compile-time errors when editing files.


Create and Edit Files

Cline can create and edit files directly in your editor, presenting you a diff view of the changes. You can edit or revert Cline's changes directly in the diff view editor, or provide feedback in chat until you're satisfied with the result. Cline also monitors linter/compiler errors (missing imports, syntax errors, etc.) so he can fix issues that come up along the way on his own.

All changes made by Cline are recorded in your file's Timeline, providing an easy way to track and revert modifications if needed.


Use the Browser

With Claude Sonnet's new Computer Use capability, Cline can launch a browser, click elements, type text, and scroll, capturing screenshots and console logs at each step. This allows for interactive debugging, end-to-end testing, and even general web use! This gives him autonomy to fixing visual bugs and runtime issues without you needing to handhold and copy-pasting error logs yourself.

Try asking Cline to "test the app", and watch as he runs a command like npm run dev, launches your locally running dev server in a browser, and performs a series of tests to confirm that everything works. See a demo here.


"add a tool that..."

Thanks to the Model Context Protocol, Cline can extend his capabilities through custom tools. While you can use community-made servers, Cline can instead create and install tools tailored to your specific workflow. Just ask Cline to "add a tool" and he will handle everything, from creating a new MCP server to installing it into the extension. These custom tools then become part of Cline's toolkit, ready to use in future tasks.

  • "add a tool that fetches Jira tickets": Retrieve ticket ACs and put Cline to work
  • "add a tool that manages AWS EC2s": Check server metrics and scale instances up or down
  • "add a tool that pulls the latest PagerDuty incidents": Fetch details and ask Cline to fix bugs


Add Context

@url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Cline the latest docs

@problems: Add workspace errors and warnings ('Problems' panel) for Cline to fix

@file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)

@folder: Adds folder's files all at once to speed up your workflow even more


Checkpoints: Compare and Restore

As Cline works through a task, the extension takes a snapshot of your workspace at each step. You can use the 'Compare' button to see a diff between the snapshot and your current workspace, and the 'Restore' button to roll back to that point.

For example, when working with a local web server, you can use 'Restore Workspace Only' to quickly test different versions of your app, then use 'Restore Task and Workspace' when you find the version you want to continue building from. This lets you safely explore different approaches without losing progress.


Contributing

To contribute to the project, start with our Contributing Guide to learn the basics. You can also join our Discord to chat with other contributors in the #contributors channel. If you're looking for full-time work, check out our open positions on our careers page!

Enterprise

Get the same Cline experience with enterprise-grade controls: SSO (SAML/OIDC), global policies and configuration, observability with audit trails, private networking (VPC/private link), and self-hosted or on-prem deployments, and enterprise support. Learn more at our enterprise page or talk to us.

License

Apache 2.0 © 2026 Cline Bot Inc.

Release History

VersionChangesUrgencyDate
v3.88.0 ### Added - Add the latest Fireworks AI serverless models and update the default Fireworks model to Kimi K2.6. ### Fixed - Fix MCP server delete/add flows so settings writes do not cause the MCP server list to be emptied by the file watcher. - Remove stale Fireworks AI models and correct Fireworks model metadata and cache pricing. ### Changed - Always use the upstream Cline recommended models endpoint instead of gating it behind a feature flag. **Full Changelog**: https://github.com/clineHigh6/5/2026
cli-v3.0.15 - Add Cline Hub, a web app for monitoring connected clients, viewing and driving sessions, streaming assistant output, and restarting the local hub, with local, LAN, and tunnel usage gated by a room secret. - Support global AGENTS rules so agent rules can be applied across all sessions, not just per-project. - Let plugins contribute static or dynamic rule content when installed in the sandbox. - Bind Discord sessions to individual message authors so different Discord users no longer share chat High5/29/2026
cli-v3.0.13 - Show a loading dialog while resuming a session from history so the TUI no longer appears frozen during the load. - Speed up the `/clear` command by deferring new session creation until you send the next prompt, so clearing no longer blocks on spinning up an empty session. **Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.12...cli-v3.0.13 High5/23/2026
cli-v3.0.7 - Skip the ChatGPT OAuth model refresh on session startup so the CLI launches without the extra network round-trip. - Align the ChatGPT OAuth model catalog with the Codex provider list so the available models match the subscription tier. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.6...cli-v3.0.7 High5/18/2026
cli-v3.0.0Introducing our new Cline CLI built on our new SDK and comes with a snappy new TUI. Install: ```sh npm install -g cline ``` For nightly builds: ```sh npm install -g cline@nightly ``` High5/12/2026
v3.82.0 ### Added - Restore VS Code foreground terminal support and settings. - Add latest OpenAI, SAP AI Core, and Z AI models. ### Fixed - Fix hook template JSON escaping. - Improve ripgrep file search error handling. ### Changed - Remove hardcoded model lists from docs. **Full Changelog**: https://github.com/cline/cline/compare/v2.17.0-cli...v3.82.0 High5/1/2026
v3.81.0 ### Added - Add GPT-5.5 model support for OpenAI Codex subscription users. ### Fixed - Remove hardcoded "What’s New" fallback items in webview; only remote-configured welcome banners are shown. ### Changed - Improve cline-core memory diagnostics used by the extension runtime: - enable near-heap-limit heap snapshots - add periodic memory usage logging - log discovered heap snapshots on abnormal exits for easier OOM debugging **Full Changelog**: https://github.com/cline/cline/compare/High4/24/2026
v3.80.0 ### Added - Wire up remote `globalSkills` from enterprise remote config with full UI, toggle support, and system prompt integration — enterprise-managed skills now appear under a dedicated "Enterprise Skills" section and support `alwaysEnabled` enforcement - Onboarding flow now uses dynamically fetched recommended models instead of a hardcoded list, with a fallback to the welcome view on failure - Add dedicated "Quota Exceeded" error message in the chat error UI when Cline account spend caps aHigh4/22/2026
v3.79.0 ### Added - Add Claude Opus 4.7 model support - Add Azure Blob Storage as a storage provider - Add `globalSkills` to remote config - Inline value reuse in user-level remote-config discovery ### Fixed - Fix cache reflection for Cline and Vercel API handlers - Fix stuck `command_output` ask when terminal command ends unexpectedly - Add `use_subagents` to system prompt for GLM, Hermes, and XS models - Fix action injection security risk ### Changed - Remove deprecated evals tool **Full ChangeHigh4/16/2026
v3.78.0 ### Added - Add a dedicated "Spend Limit Reached" error UI when spend caps are hit - Docs updates ### Fixed - Show actual `read_file` line ranges in chat UI **Full Changelog**: https://github.com/cline/cline/compare/v2.13.0-cli...v3.78.0 High4/10/2026
v3.77.0 ### Added - Add "Lazy Teammate Mode" experimental toggle - `read_file` tool now supports chunked reading for targeted file access ### Fixed - Exclude `new_task` tool from system prompt in yolo/headless mode - Fix Kanban demo video formatting ### Changed - Polish `Notification` hook functionality **Full Changelog**: https://github.com/cline/cline/compare/v3.76.0...v3.77.0 Medium4/1/2026
v3.76.0 ### Added - Add Cline Kanban launch modal in webview; CLI now launches Kanban by default with a migration view - Add toggle to disable feature tips in chat - Add repeated tool call loop detection to prevent infinite loops wasting tokens ### Fixed - Fix CLI Kanban spawn on Windows by enabling shell mode for `npx.cmd` **Full Changelog**: https://github.com/cline/cline/compare/v2.11.0-cli...v3.76.0 Medium3/26/2026
v3.75.0 ### Added - Latency improvements for remote workspaces ### Fixed - Stabilize flaky hooks tests ### Changed - Remove example hooks in favor of reading the docs **Full Changelog**: https://github.com/cline/cline/compare/v2.9.0-cli...v3.75.0 Low3/20/2026
v3.74.0 ### Added - Implement dynamic free model detection for Cline API - Add file read deduplication cache to prevent repeated reads - Add feature tips tooltip during thinking state ### Fixed - Replace error message when not logged in to Cline - Align ClineRulesToggleModal padding with ServersToggleModal - Skip WebP for GLM and Devstral models running through llama.cpp - Respect user-configured context window in LiteLLM getModel() - Honor explicit model IDs outside static catalog in W&B provider - ALow3/19/2026
v3.73.0 ### Added - Added W&B Inference by CoreWeave as a new API provider with 17 models - Improved parallel tool calling support for OpenRouter and Cline providers ### Fixed - Claude Code Provider: handle rate limit events, empty content arrays, error results, and unknown content types without crashing - Tool handlers (`read_file`, `list_files`, `list_code_definition_names`, `search_files`) now return graceful errors instead of crashing **Full Changelog**: https://github.com/cline/cline/compare/vLow3/16/2026
v3.72.0 ### Added - Added Anthropic Opus 4.6 fast mode variants ### Fixed - Resolved native tool placeholder interpolation in prompts - Gemini: capped Flash output tokens to 8192 across providers - Fixed Windows unit test path normalization - Fixed flaky hooks tests on Windows - Bedrock: handle thinking and redacted_thinking blocks correctly in message conversion and streaming - Prevent crash when `list_files` or `list_code_definition_names` receives a file path ### Changed - Updated Jupyter NotebLow3/12/2026
v3.71.0 ### Added - Added GPT-5.4 models for ChatGPT subscription users - Hooks: Added a `Notification` hook for attention and completion boundaries ### Fixed - Handle streamable HTTP MCP reconnects more reliably after disconnects **Full Changelog**: https://github.com/cline/cline/compare/v2.6.0-cli...v3.71.0 Low3/6/2026
v3.70.0 ### Added - New Cline API docs: Getting Started, Auth, Chat Completions, Models, Errors, and SDK Examples - Hook payloads now include `model.provider` and `model.slug` - Token/cost updates now happen immediately as usage chunks arrive, not after tool execution ### Fixed - Improve subagent context compaction logic - Subagent stream retry delay increased to reduce noise from transient failures - State serialization errors are now caught and logged instead of crashing - Removed incorrect `max_Low3/4/2026
v3.69.0 ### Added - Add `User-Agent` header to requests sent to the Cline backend - Add default auto-tag workflow for publish release flow - Show Cline SDK docs on the Cline page ### Fixed - Retry nested git restore and prevent silent `.git_disabled` leftovers in checkpoints - Prevent Chinese filename escaping in diff view - Trigger auto-compaction on OpenRouter context overflow errors - Restore GPT-OSS native file editing on OpenAI-compatible models ### Changed - Update Cline SDK docs - Improve hLow3/3/2026
v3.68.0 ### 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 messaLow2/27/2026
v3.67.1 ### 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 Low2/24/2026
v3.67.0 ### 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 reaLow2/24/2026
v3.66.0 ### Added - Gemini-3.1 Pro Preview **Full Changelog**: https://github.com/cline/cline/compare/v2.4.1-cli...v3.66.0 Low2/19/2026
v3.65.0 ### 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 Low2/18/2026
v3.64.0 ### 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 Low2/17/2026
v3.63.0 ### 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 Low2/16/2026
v3.62.0 ### 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 Low2/13/2026
v3.61.0 - UI/UX fixes with minimax model family **Full Changelog**: https://github.com/cline/cline/compare/v2.2.2-cli...v3.61.0 Low2/13/2026
v3.60.0 - Fixes for Minimax model family **Full Changelog**: https://github.com/cline/cline/compare/v2.2.1-cli...v3.60.0 Low2/13/2026
v3.59.0 - 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 Low2/12/2026
cli-build-024bb65Automated CLI build from commit 024bb65 Install with: ```bash npm install -g https://github.com/cline/cline/releases/download/cli-build-024bb65/cline-2.2.0.tgz ```Low2/12/2026
v3.58.0 ### 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 coLow2/12/2026
v3.57.1 ### Fixed - Fixed Opus 4.6 for bedrock provider **Full Changelog**: https://github.com/cline/cline/compare/v3.57.0...v3.57.1 Low2/5/2026
v3.57.0 ### 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 Low2/5/2026
v3.56.2 ### 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 tLow1/30/2026
v3.56.1 ### 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 tLow1/30/2026
v3.56.0 ### 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 tLow1/30/2026
v3.55.0 - 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 Low1/28/2026
v3.54.0 ### 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 noteboLow1/27/2026
v3.53.1 ### Fixed - Bug in responses API **Full Changelog**: https://github.com/cline/cline/compare/v3.53.0...v3.53.1 Low1/24/2026
v3.53.0 ### Fixed - Removed grok model from free tier **Full Changelog**: https://github.com/cline/cline/compare/v3.52.0...v3.53.0 Low1/23/2026
v3.51.0 ### 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 Low1/15/2026
v3.50.0 ### 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 Low1/14/2026
v3.49.1 ### 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 Low1/13/2026
v3.49.0 - 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 Low1/10/2026
v3.48.0 ### 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 Low1/9/2026
v3.47.0 ### 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 trailinLow1/6/2026
v3.46.1 ### Fixed - Remove GLM 4.6 from free models **Full Changelog**: https://github.com/cline/cline/compare/v3.46.0...v3.46.1 Low12/22/2025
v3.46.0 ### 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 favoritesLow12/22/2025
v3.45.1- Fixed MCP settings race condition where toggling auto-approve or changing timeout settings would cause the UI to flash and revert **Full Changelog**: https://github.com/cline/cline/compare/...v3.45.1 Low12/20/2025
v3.45.0## What's Changed * feat: add new model configuration by @abeatrix in https://github.com/cline/cline/pull/8142 * feat: add Gemini 3 Flash Preview model to model picker and banner by @arafatkatze in https://github.com/cline/cline/pull/8160 * Changeset version bump by @github-actions[bot] in https://github.com/cline/cline/pull/8159 **Full Changelog**: https://github.com/cline/cline/compare/v3.44.2...v3.45.0Low12/17/2025
v3.44.2## What's Changed - Polished the model picker UI with checkmarks for selected models, tooltips on Plan/Act tabs, and consistent arrow pointers across all popup modals - Improved WhatsNew modal responsiveness and cleaned up redundant UI elements - Fixed GLM models outputting garbled text in thinking tags—reasoning is now properly disabled for these models **Full Changelog**: https://github.com/cline/cline/compare/v3.44.1...v3.44.2Low12/17/2025
v3.44.1## What's Changed - Fixed a critical bug where local MCP servers stopped connecting after v3.42.0—all user-configured stdio-based MCP servers should now work again - Fixed remotely configured API keys not being extracted correctly for enterprise users - Added support for dynamic tool instructions that adapt based on runtime context, laying groundwork for future context-aware features **Full Changelog**: https://github.com/cline/cline/compare/v3.44.0...v3.44.1Low12/17/2025
v3.44.0## What's Changed * feat: update banner for version 3.44.0 by @arafatkatze in https://github.com/cline/cline/pull/8139 **Full Changelog**: https://github.com/cline/cline/compare/v3.43.1...v3.44.0Low12/16/2025
v3.43.1## What's Changed ### Added - GLM-4.6 - kat-coder-pro - Add parsing of env variable patterns to the mcpconfig.json ### Fixed - updated OpenRouter model ID from zai to z-ai for GLM-4.6 by @arafatkatze in https://github.com/cline/cline/pull/8138 - TLS Proxy support issues for VSCode - Add supportsReasoning flag to OpenAI reasoning models - Fix thinking not available for some models in the OpenAI provider - Fix invalid signature field issues when switching between Gemini and AnthrLow12/16/2025
v3.42.0## What's Changed * Refactor Terminal Module by @arafatkatze in https://github.com/cline/cline/pull/7966 * expose a getAvailableSlashCommands rpc endpoint in cline core by @maxpaulus43 in https://github.com/cline/cline/pull/8024 * feat: Make extension use new banner api, keep providers for extension side rules eval by @cryptoque in https://github.com/cline/cline/pull/8022 * chore: make expanding/collapsing ui components accessible by @jgellin-sf in https://github.com/cline/cline/pull/7828 * accLow12/12/2025
v3.41.0## What's Changed * feat(prompt): add command output limiting guidance to capabilities by @saoudrizwan in https://github.com/cline/cline/pull/7884 * remote config - add litellm provider by @celestial-vault in https://github.com/cline/cline/pull/7775 * Prevent simultaneous refreshes when restoring auth info by @BarreiroT in https://github.com/cline/cline/pull/7835 * feat: remove mcp enable setting for individual users by @cryptoque in https://github.com/cline/cline/pull/7879 * feat: enable nativeLow12/11/2025
v3.40.2**Full Changelog**: https://github.com/cline/cline/compare/v3.40.1...v3.40.2Low12/10/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

vm0the easiest way to run natural language-described workflows automaticallydb-v1.33.3
AG3NTBuild and run local AI agents with multi-model support, modular skills, secure controls, and multi-channel access for personal automation tasks.main@2026-06-05
mercury-agentSoul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access. Runs 24/7 from CLI or Telegram.v1.1.11
@vorim/sdkOfficial TypeScript SDK for Vorim AI — AI Agent Identity, Permissions & Auditmain@2026-05-29
TigrimosA self-hosted AI workspace with chat, code execution, parallel multi-agent orchestration, and a skill marketplace. Runs on macOS and Windows. Everything executes inside a secure Ubuntu sandbox — no Dov1.4.0

More in Security

E2BOpen-source, secure environment with real-world tools for enterprise-grade agents.
OpenSandboxSecure, Fast, and Extensible Sandbox runtime for AI agents.
vm0the easiest way to run natural language-described workflows automatically
agentfieldFramework for AI Backend. Build and run AI agents like microservices - scalable, observable, and identity-aware from day one.