Cline Releases Cline SDK: An Open-Source Agent Runtime Now Powering Its CLI and Kanban, With IDE Extensions Being Migrated – MarkTechPost
2 min read
This update creates a strong, flexible foundation for AI projects. Additionally, the layered design lets people use only the parts they need. As a result, long tasks can now continue even if an app restarts, which was a major problem before.
Consequently, this release makes advanced AI agent creation more accessible. In addition, it supports new features like teams of AI agents working together. This helps humanity build more helpful and reliable AI tools faster.
| Feature | Cline SDK | Claude Code |
|---|---|---|
| Source Model | Open-source TypeScript SDK (Apache 2.0) | Proprietary CLI by Anthropic |
| Architecture | Four-layer stack: shared → llms → agents → core; browser-compatible stateless loop | Monolithic agent loop bundled with Anthropic’s API |
| Provider Flexibility | Multi-provider (Anthropic, OpenAI, Google, Bedrock, Mistral, vLLM, etc.) via config change | Locked to Anthropic models |
| Terminal Benchmark 2.0 (claude-opus-4.7) | 74.2% | 69.4% |
| Extensibility | Plugin system, custom tools, MCP connectors, native multi-agent/subagent coordination | Limited extensibility; single-agent focus |
Electronic Warfare Systems
In addition, the Cline SDK transforms how people build AI agents by providing a robust open-source agent runtime.
Enhanced Operational Resilience
“Rather than adding another layer on top of that architecture, the Cline team chose to rebuild the foundation.”
First, Cline’s move to extract its agent harness into an open-source SDK is a smart strategic shift. It transforms a monolithic tool into a modular foundation, allowing other teams to build specialized agents without reinventing the core infrastructure. Now, the entire ecosystem can benefit from a more durable and portable runtime where sessions persist across different interfaces.
This redesign prioritizes developer flexibility and performance. The new architecture not only streamlines maintenance but also shows measurable gains in task speed and efficiency on benchmarks. Ultimately, it lowers the barrier for creating sophisticated AI tools, fostering broader innovation across the developer community.



