John Choi a776ce57e4 feat(desktop): add cloud Hub runtime (#14078)
* feat(sdk): support authenticated remote Hub connections

* fix(sdk): pin compatible SAP connectivity

* chore(sdk): defer SAP smoke fix to main

* fix(sdk): preserve hub connection failures

* feat(hub): recover pending session approvals

* fix(hub): scope approval recovery to attached clients

* feat(desktop): add cloud session foundations

* fix(desktop): require boolean cloud rollout flag

* test(desktop): run sidecar suite in pull requests

* ci: test desktop changes in stacked pull requests

* fix(desktop): scope cloud model catalog rollout

* fix(sdk): clear feature flags on identity change

* test(hub): reconnect approval session owner

* feat(desktop): add cloud session REST client

* feat(desktop): add cloud transcript reconciliation

* feat(desktop): add cloud session lifecycle

* feat(desktop): add cloud session interactions

* feat(desktop): add cloud Hub runtime

* test(desktop): cover cloud session REST client

* test(desktop): cover cloud session lifecycle

* test(desktop): keep lifecycle fixture layer-local

* test(desktop): cover cloud session Hub runtime

* fix(desktop): preserve cloud status ordering

* fix(desktop): guard unsequenced status snapshots

* docs(sdk): clarify remote Hub connection headers

* docs(hub): describe approval recovery

* docs(llms): describe cloud catalog opt-in

* test(sdk): tighten hub header coverage

* test(hub): remove redundant approval setup

* chore(desktop): trim cloud foundation scaffolding

* test(desktop): trim cloud REST coverage

* test(desktop): consolidate cloud API cases

* test(desktop): remove unused lifecycle fixtures

* chore(desktop): trim cloud interaction comments

* test(desktop): consolidate cloud hub coverage

* test(desktop): complete lifecycle context fixture

* fix(hub): preserve approval recovery for existing clients

* fix(desktop): reconcile submitted prompts against cloud history

* test(core): batch root history fixture inserts

* test(desktop): align cloud fixtures with stream context

* test(desktop): align cloud fixtures with stream context

* fix(desktop): preserve reflected queued prompt lifecycle

* test(sdk): await daemon health after discovery publication

* feat(hub): recover pending session approvals

* fix(hub): scope approval recovery to attached clients

* test(hub): reconnect approval session owner

* docs(hub): describe approval recovery

* test(hub): remove redundant approval setup

* fix(hub): preserve approval recovery for existing clients

* refactor(desktop): remove pending approval lookup dependency

* refactor(hub): drop cloud-only pending approval API

* fix(desktop): recover cloud approvals through existing Hub replay

* fix(desktop): rebuild approval subscription in initial runtime layer

* test(desktop): consolidate cloud Hub test setup

* test(desktop): scope cloud runtime tests to connection behavior

* test(desktop): cover cloud interactions in their owning layer

* chore(desktop): trim redundant cloud session comments

* chore(desktop): trim redundant cloud session comments

* chore(desktop): trim redundant cloud session comments

* chore(desktop): trim redundant cloud session comments

* chore(desktop): trim redundant cloud session comments

* refactor(desktop): defer cloud interaction helpers to their owning layers

* fix(desktop): preserve cached flags and share account auth

* fix(desktop): return cloud session identity before provisioning completes

* fix(desktop): preserve the existing Hub boundary during readiness gating

* test(desktop): provide canonical rows during provisioning readiness

* fix(desktop): cancel cloud prompts still awaiting dispatch

* fix(desktop): keep cloud connection cleanup with deletion

* refactor(desktop): place cloud Hub runtime before interactions

* test(desktop): keep interaction-only fixtures with their tests

* test(desktop): simplify cloud create recovery fixtures

* fix(desktop): reject invalid cloud history snapshots

* fix(desktop): refresh expired cloud sessions without a Hub connection

* refactor(desktop): rely on backend GitHub token retries

* refactor(desktop): require the cloud status API

* feat(desktop): isolate cloud Hub snapshot reconciliation

* refactor(desktop): separate snapshot logic from Hub runtime

* test(desktop): align split runtime fixtures with current types

* fix(desktop): reconcile reflected attachment-only cloud prompts

* fix(desktop): preserve unreflected cloud tool and reasoning events

* fix(desktop): preserve unfinished aborted cloud output

* fix(desktop): retain interrupted output after saved replies

* fix(desktop): clear approvals when cloud connections close

* fix(desktop): retain output completed after cloud snapshot

* fix(desktop): reconcile failed cloud session status

* fix(desktop): use conversation activity for failed cloud history

* fix(desktop): exclude tool output from empty prompt matches

* fix(desktop): preserve snapshot boundaries on buffer eviction

* test(desktop): initialize reconnect buffer eviction count

* refactor(desktop): remove redundant cloud runtime state

* feat(desktop): isolate cloud Hub snapshot reconciliation

* fix(desktop): reconcile reflected attachment-only cloud prompts

* fix(desktop): preserve unreflected cloud tool and reasoning events

* fix(desktop): preserve unfinished aborted cloud output

* fix(desktop): retain interrupted output after saved replies

* fix(desktop): retain output completed after cloud snapshot

* fix(desktop): exclude tool output from empty prompt matches
2026-09-17 11:27:25 -07:00
2026-08-29 02:25:25 +02:00
2026-05-19 01:36:34 +02:00
2026-09-17 00:23:12 -07:00
2026-09-17 00:23:12 -07:00
2024-12-21 20:18:59 -08:00
2026-02-03 13:51:23 -08:00
2026-09-16 19:46:40 -07:00

Cline

Cline

The open source coding agent in your IDE, terminal, & desktop.


CLI

Run Cline in your terminal. Interactive chat or fully headless for CI/CD and scripting.

npm i -g cline

Learn more

Desktop App

Cline as a native app for macOS and Windows. Run agent sessions in any folder, schedule routines, and manage models, plugins, and MCP servers.

Download for macOS and Windows

VS Code Extension

AI coding assistant in your editor. Create files, run commands, browse the web, and use tools with human-in-the-loop approval.

Install from VS Marketplace

JetBrains Plugin

The same Cline experience in IntelliJ IDEA, PyCharm, WebStorm, GoLand, and the rest of the JetBrains family.

Install from JetBrains Marketplace

SDK

Build your own AI agents and integrations powered by the same engine that runs the CLI, desktop app, VS Code extension, and JetBrains plugin. Custom tools, multi-agent teams, connectors, scheduled automations, and more.

npm install @cline/sdk

Documentation


Index

Product Description Location CHANGELOG
SDK Node.js programmatic agent API and extension exports. sdk/ CHANGELOG.md
CLI Terminal UI, headless mode, shell commands, and CLI-specific flows. apps/cli/ CHANGELOG.md
VS Code Extension The Marketplace extension and extension host integration. / (WIP migrating) CHANGELOG.md
Desktop App Native macOS and Windows app (Tauri shell, Bun sidecar, Next.js UI). apps/examples/desktop-app/ CHANGELOG.md
JetBrains Plugin JetBrains-hosted client that talks to the shared agent core. Currently we are not open-sourcing JetBrains plugins -
Docs site Public documentation pages. docs/ -

Edits Code Across Your Project

Cline reads your project structure, understands the relationships between files, and makes coordinated changes across your codebase. It monitors linter and compiler errors as it works, fixing issues like missing imports, type mismatches, and syntax errors before you even see them. In VS Code and JetBrains, every edit shows up as a diff you can review, modify, or revert. All changes are tracked with checkpoints, so you can easily undo the agent's work.

Runs Bash Commands

Cline executes commands directly in your terminal and watches the output in real time. Install packages, run build scripts, execute tests, deploy applications, manage databases. For long-running processes like dev servers, Cline continues working in the background and reacts to new output as it appears, catching compile errors, test failures, and server crashes as they happen.

Plan and Act

Toggle between Plan mode and Act mode. In Plan mode, Cline explores your codebase, asks clarifying questions, and lays out a strategy. Once you're aligned, switch to Act mode and Cline executes the plan. Every file edit and terminal command requires your approval, so you stay in control of what actually changes. Or toggle auto-approve and let Cline run autonomously.

Rules and Skills

Define project-specific rules in .clinerules files that guide how Cline works in your codebase: coding standards, architecture conventions, deployment procedures, testing requirements. Rules are picked up automatically by the CLI, VS Code extension, and JetBrains plugin. Use skills to let the model load specific rules when needed.

Works With Every Model

Cline is not locked to a single AI provider. Use whichever model fits your workflow:

Provider Models
Anthropic Claude Opus, Sonnet, Haiku
OpenAI GPT series models
Google Gemini series models
OpenRouter 200+ models from any provider
Vercel AI Gateway Route to many providers through one gateway
AWS Bedrock Claude, Llama, and more
Azure / GCP Vertex All hosted models
Cerebras / Groq Fast inference models
Ollama / LM Studio Run local models on your machine
Any OpenAI-compatible API Self-hosted or third-party endpoints

Extend With Plugins or MCP Servers

Extend Cline's capabilities with plugins. Using the SDK, register tools and lifecycle hooks programmatically through the plugin system for logging, auditing, policy enforcement, or adding domain-specific capabilities. Simple plugin example below.

import { Agent, createTool } from "@cline/sdk"

const deployTool = createTool({
  name: "deploy",
  description: "Deploy the current branch to staging.",
  inputSchema: { type: "object", properties: { env: { type: "string" } }, required: ["env"] },
  execute: async (input) => {
    // your deployment logic
  },
})

const agent = new Agent({ tools: [deployTool], /* ... */ })

...or use MCPs to connect to databases, query APIs, manage cloud infrastructure, and interact with external systems. Use community-built servers or ask Cline to create custom tools on the fly. In the CLI, manage servers with cline mcp.

Multi-Agent Teams

Coordinate multiple agents working together on complex tasks. A coordinator agent breaks the work into subtasks and delegates to specialist agents, each with their own tools and context. Team state persists across sessions so you can pick up where you left off.

cline --team-name auth-sprint "Plan and implement user authentication with tests"

Scheduled Agents

Run agents on cron schedules for recurring automations. Daily PR summaries, weekly dependency checks, codebase health reports. Schedules persist across restarts and run independently of any terminal session.

cline schedule create "PR summary" \
  --cron "0 9 * * MON-FRI" \
  --prompt "List all open PRs and their review status" \
  --workspace /path/to/repo

Connect to Slack, Telegram, Discord, and More

Chat with your agent from any messaging platform: Telegram, Slack, Discord, Google Chat, WhatsApp, and Linear. Each conversation thread maps to an agent session with full context. Set up access control to restrict who can interact with your agent.

# Connect to Telegram
cline connect telegram -k $BOT_TOKEN
# Connect to Slack through webhook
cline connect slack --bot-token $SLACK_TOKEN --signing-secret $SECRET --base-url $URL
# Connect to Slack using socket mode
cline connect slack --bot-token $SLACK_TOKEN --app-token $SLACK_APP_TOKEN

Headless CLI for CI/CD

Run Cline with zero interaction for scripting and automation. Pipe input, get JSON output, chain commands, integrate into CI/CD pipelines.

cline "Run tests and fix any failures"
git diff origin/main | cline "Review these changes for issues"
cline --json "List all TODO comments" | jq -r 'select(.type == "agent_event" and .event.text) | .event.text'

Contributing

Start with the Contributing Guide. Join our Discord and head to the #contributors channel to connect with other contributors. Check our careers page for full-time roles.

License

Apache 2.0 © 2026 Cline Bot Inc.

S
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 Apache-2.0
2.1 GiB
Languages
TypeScript 96.1%
JavaScript 2.2%
Python 0.4%
PureBasic 0.4%
CSS 0.3%
Other 0.6%