cline capabilities
12 mapped capabilities, each graded and dated. This is the diagnosis — the migration guide is the cure.
Capabilities
Browser automation (computer use)
provisionalverified 2 days agoCline can launch a Puppeteer-controlled Chromium window or connect to a running local Chrome instance via remote debugging, then navigate, click, type, scroll, and take screenshots to verify UI work or perform web research.
Checkpoints & timeline rollback
provisionalverified 2 days agoAutomatic per-tool-call snapshots of the entire workspace, stored in a shadow git repository, letting users compare, restore files, or rewind the conversation to any intermediate state without disrupting their real git history.
Context @-mentions
provisionalverified 2 days agoUsers inject targeted context into the chat by typing @-prefixed references to files, folders, problems, and URLs, letting Cline pull in exactly the relevant content without manual copy-paste.
Custom rules (.clinerules)
provisionalverified 2 days agoPersistent markdown instruction files that guide Cline's behavior across conversations without repeating preferences each time, covering coding standards, architecture conventions, testing patterns, and any project-specific constraints.
Enterprise security & governance
provisionalverified 2 days agoEnterprise plan adds SSO, role-based access control, centralized model/tool policy enforcement, and OpenTelemetry-based observability over usage, costs, and audit logs — all while keeping code and inference on the customer's own infrastructure.
IDE & editor surfaces
provisionalverified 2 days agoCline runs as a native sidebar panel in VS Code and JetBrains IDEs, and also integrates with Cursor, Windsurf, Zed, Neovim, and other editors via ACP mode, plus a standalone CLI and web Kanban board.
MCP marketplace & server integration
provisionalverified 2 days agoBuilt-in hub for discovering and one-click-installing Model Context Protocol servers that extend Cline with databases, APIs, browser automation, cloud services, and more. Users can also configure MCP servers manually or via the CLI wizard.
Model choice & BYOK
provisionalverified 2 days agoUsers bring their own API keys for any supported cloud provider or run local models, paying provider inference rates directly with no Cline subscription. Alternatively, the Cline Provider offers a managed pay-as-you-go account via OAuth.
Multi-agent Kanban orchestration
provisionalverified 2 days agoA local web-based Kanban board for running multiple coding agents in parallel, each in its own isolated git worktree, with dependency chains that auto-start downstream tasks and an inline diff review interface.
Open-source & free (BYOK cost model)
provisionalverified 2 days agoThe Cline extension, CLI, and SDK are fully open-source (Apache 2.0) and free for individual developers; users pay only for the AI inference they consume at their provider's rates, with no Cline subscription or seat fees.
Plan & Act modes
provisionalverified 2 days agoTwo-phase workflow separating strategy from execution. Plan mode lets the agent read code and discuss architecture without touching files; Act mode implements the agreed plan with full tool access.