
Cline is an AI coding agent by Cline that started as a pioneering VS Code extension for agentic development. It now offers an upgraded, modular runtime SDK for building extensible, next-generation AI
npm i -g @cline/sdk and build custom agents on top of it.Agentic coding in IDEs
Use Cline within VS Code, JetBrains, or the CLI to automate complex coding tasks.
Long-running agent workflows
Sessions persist across UI restarts, so long-running tasks don't die when the editor restarts.
Multi-agent teams
The runtime supports subagents and multi-agent collaboration for larger projects.
Terminal-based automation
The CLI version can execute terminal commands and handle benchmarks with frontier models.
Custom tool development
Teams can build and surface custom tools via the SDK’s pluggable architecture.
Cross-surface agent sessions
Move an agent session from VS Code to CLI without losing state.
Modular agent SDK
The core runtime is abstracted into a pluggable SDK (`@cline/sdk`) that any team can install and extend.
Durable runtime
Long-running agent work no longer dies with a UI restart; sessions can move across surfaces.
Stateless agent loop
The low-level agent loop stays stateless and reusable, while the runtime around it becomes durable and product-agnostic.
Improved agent harness
Rewritten prompts, simplified loop, tighter context management, better feedback loops, and improved error handling.
Terminal Benchmark support
Cline CLI achieves competitive pass@1 scores on terminal-bench 2.0 for both frontier and open-weight models.
Cross-IDE compatibility
The SDK powers Cline across VS Code, JetBrains, and CLI, not just a single editor.
Open-source foundation
The SDK is open-sourced so any team can build on it, including the Cline team themselves.
npm i -g @cline/sdk. Then use it within VS Code, JetBrains, or the CLI to start agentic coding sessions. For custom agents, extend the pluggable runtime by adding your own tools and surfaces. The SDK is open-source, so you can also fork or embed it into your own products.Cline is an AI coding agent by Cline that started as a pioneering VS Code extension for agentic development. It now offers an upgraded, modular runtime SDK for building extensible, next-generation AI
Category:Programming Assistant
Visit Link:https://cline.bot/blog/introducing-cline-sdk-the-upgraded-agent-runtime
Tags:AI coding agent、VS Code extension、modular SDK、agentic development、developer tools