Browse latest
Tools & PlatformsMarkTechPost · May 14, 2026

Cline Releases Cline SDK: An Open-Source Agent Runtime Now Powering Its CLI and Kanban, With IDE Extensions Being Migrated

Cline Releases Cline SDK: An Open-Source Agent Runtime Now Powering Its CLI and Kanban, With IDE Extensions Being Migrated — MarkTechPost

Cline has released its new open-source TypeScript SDK, which serves as an agent runtime for its applications. The SDK achieved a 74.2% score on claude-opus-4.7 in Terminal Benchmark 2.0, outperforming Anthropic’s Claude Code.

Author: Morein.ai Editorial

Cline has launched a new open-source TypeScript SDK, now powering its CLI and Kanban tools. This SDK is structured into four layers: @cline/shared, @cline/llms, @cline/agents, and @cline/core. It offers native support for plugins, subagents, CRON scheduling, checkpointing, and MCP connectors.

The SDK serves as an agent runtime, which was previously an internal component. Its release as an open-source tool allows for broader adoption and integration.

In performance testing, the Cline CLI, utilizing this SDK, scored 74.2% on claude-opus-4.7 in Terminal Benchmark 2.0. This score surpasses Anthropic's published 69.4% for Claude Code on the same model.

Installation requires Node.js 22+ and can be done via npm install @cline/sdk. IDE extensions for VS Code and JetBrains are currently being migrated to utilize this new SDK.

Read original source

Related articles