Cline がコーディングエージェント向けオープンソースランタイム SDK を公開
Cline がコードエージェント構築向けのオープンソースランタイム SDK「@cline/sdk」をリリースし、プラグインアーキテクチャや CI/CD 統合機能を提供した。
キーポイント
プラグインベースのカスタマイズ性
拡張性の高いプラグインアーキテクチャを採用しており、開発者は必要な機能を柔軟に追加・カスタマイズできる。
包括的なエージェント機能
チェックポイント、Web フェッチ、MCP(Model Context Protocol)対応、cron ジョブ、サブエージェントなど、実運用に必要な機能が標準で備わっている。
多様な展開シナリオ
CI/CD パイプラインでの実行やエンドツーエンドのワークフロー自動化、製品への埋め込みなど、幅広いユースケースに対応可能である。
影響分析・編集コメントを表示
影響分析
このリリースは、コードエージェントの開発における「ゼロから作る」負担を減らし、標準的なランタイム基盤を提供することで業界全体の開発速度向上に寄与する。特にオープンソース化とプラグイン方式の採用により、多様なユースケースへの適応性が高まり、エンタープライズでの実装ハードルが低下すると予想される。
編集コメント
コードエージェント分野において、開発者が独自に基盤を構築するのではなく、標準的な SDK を利用して迅速にプロトタイプや本番環境を構築できる環境が整いつつある。
Cline は、すべての Cline サーフェスを駆動し、あらゆるチームが構築の基盤として利用可能なオープンソースのエージェントランタイムである @cline/sdk をリリースしました。IDE ホストと不可分になりすぎたアーキテクチャに新機能を追加するのではなく、チームはコアエージェントループをスタンドアロンのポータブル SDK として再構築し、その上に独自の CLI と Kanban を移行しました。VS Code および JetBrains の拡張機能も、現在この流れに従って移行中です。
この SDK は、各レイヤーが単一の責任を持つ階層化された TypeScript スタックです。@cline/shared は基盤となる型とユーティリティを担います。@cline/llms はプロバイダーレイヤーを管理し、Anthropic、OpenAI、Google、AWS Bedrock、Mistral、LiteLLM、および OpenAI 互換エンドポイントすべてに対応します。プロバイダーロジックはエージェントループから完全に分離されているため、プロバイダーの切り替えはコードの変更ではなく設定変更で済みます。@cline/agents はステートレスなエージェントループを実行し、反復処理、ツールオーケストレーション、イベント発行を処理します。@cline/core はその上に位置し、ステートフルなオーケストレーション(セッションライフサイクル、永続化、設定検出)を管理します。アプリケーションサーフェス、CLI、VS Code、および JetBrains は、ランタイムに接続するが所有はしません。チームは npm install @cline/sdk でフルスタックをインストールするか、より小さなサーフェス用に個別のパッケージを取得できます。
image再構築により、長時間実行される作業で可能になることが変わりました。セッションは UI の再起動とともに終了不再します。セッションは異なる表面間を移動できます。エージェントループはステートレスで再利用可能なまま、その周囲のランタイム(実行環境)が耐久性と携帯性を備えるようになりました。改善されたハーンス(枠組み)ではプロンプトも書き換えられ、コンテキスト管理が強化され、モデルにツールを提示する方法も再考されました。ターミナルベンチマークの結果はこれらの向上を反映しており、Cline CLI が claude-opus-4.7 を実行した際の Terminal Bench 2.0 でのスコアは 74.2% です。これは、同じモデルで Claude Code が示した 69.4% を上回ります。オープンウェイトモデルでは、Cline CLI は kimi-k2.6 で 55.1% に達し、同回のランで OpenCode が示した 37.1% を凌駕しています。
この SDK は、ネイティブにエージェントチームとサブエージェントをサポートしています。セッションは専門的なエージェントへの委任、進捗の追跡、ハンドオフメモの交換を、別個のオーケストレーション層を設けることなく、同じコアランタイム内で実行できます。プラグインを使用すれば、フォークすることなくドメイン固有の機能を追加可能です:プラグインはツールの登録、ライフサイクルイベントの監視、ルールの追加、エージェントが認識する内容の調整を行います。スケジュールされた CRON ジョブ、チェックポイント機能、ウェブ検索、MCP コネクタもネイティブでサポートされています。新しい CLI を通じて、実験的なコネクタチャネルにより、clie connect でアクセス可能なセットアップウィザードを通じて、エージェントを Telegram、WhatsApp、Slack、その他のプラットフォームに直接公開することが可能になります。
Cline はこの SDK の背後にあるオープンソースプロジェクトであり、Claude Code や Codex、そしてより広範なコーディングエージェントの波が現れる前に、Claude Sonnet 3.5 を用いたアジェンティックツール呼び出しを基盤として構築された、最初のリアルなアジェンティックコーディング体験であると自負しています。現在、このプラットフォームは 700 万人以上の開発者を支えています。Cline CLI 2.0 は 2026 年初頭に、ターミナルファーストの実行とヘッドレス CI サポートを備えてリリースされ、Cline Kanban がその後に、Git リポジトリ全体で複数のエージェントを並列実行するためのビジュアルオーケストレーション層として登場しました。今回の SDK リリースは、これらすべての基盤となるインフラストラクチャの動きです:これまでの Cline のあらゆるインターフェースは、スタンドアロンのアーティファクトではなく、共有されたオープンな基盤の上に構築された製品へと進化します。プロジェクトは npm install @cline/sdk で入手可能で、ドキュメントは docs.cline.bot/sdk にあります。
原文を表示
Cline has shipped @cline/sdk, an open-source agent runtime that now powers every Cline surface and is available for any team to build on. Rather than layering new capabilities onto an architecture that had grown inseparable from its IDE host, the team rebuilt the core agent loop as a standalone, portable SDK and migrated their own CLI and Kanban on top of it. The VS Code and JetBrains extensions are in the process of following.
The SDK is a layered TypeScript stack in which each layer has a single responsibility. @cline/shared carries foundational types and utilities. @cline/llms owns the provider layer, covering Anthropic, OpenAI, Google, AWS Bedrock, Mistral, LiteLLM, and any OpenAI-compatible endpoint, with provider logic kept entirely out of the agent loop so switching providers is a config change, not a code change. @cline/agents runs the stateless agentic loop, handling iteration, tool orchestration, and event emission. @cline/core sits above that, managing stateful orchestration: session lifecycle, persistence, and config discovery. App surfaces, the CLI, VS Code, and JetBrains connect to the runtime at the top without owning it. Teams can install the full stack via npm install @cline/sdk or pull individual packages for a smaller surface.

The rebuild changes what is possible for long-running work. Sessions no longer die with a UI restart. A session can move across surfaces. The agent loop stays stateless and reusable, while the runtime around it becomes durable and portable. The improved harness also rewrote prompts, tightened context management, and rethought how tools are surfaced to the model. Terminal benchmark results reflect those gains: Cline CLI running claude-opus-4.7 scores 74.2% on Terminal Bench 2.0, compared to 69.4% for Claude Code on the same model. On open-weight models, Cline CLI reaches 55.1% with kimi-k2.6, ahead of OpenCode at 37.1% on the same run.
The SDK ships with agent teams and subagents natively. A session can delegate to specialist agents, track progress, and exchange handoff notes, all inside the same core runtime, without a separate orchestration layer. Plugins let teams add domain-specific behavior without forking: a plugin can register tools, observe lifecycle events, add rules, and shape what the agent sees. Scheduled CRON jobs, checkpointing, web search, and MCP connectors are native. With the new CLI, experimental connector channels let agents surface directly to Telegram, WhatsApp, Slack, and other platforms through a setup wizard accessible via cline connect.
Cline is the open-source project behind the SDK, crediting itself as the first real agentic coding experience, originally built on agentic tool calling with Claude Sonnet 3.5 before Claude Code, Codex, and the broader wave of coding agents arrived. The platform now serves over 7 million developers. Cline CLI 2.0 launched earlier in 2026 with terminal-first execution and headless CI support, and Cline Kanban followed as a visual orchestration layer for running multiple agents in parallel across a git repo. The SDK release is the infrastructure move underlying all of it: every prior Cline surface becomes a product built on a shared, open foundation rather than a standalone artifact. The project is available at npm install @cline/sdk, with documentation at docs.cline.bot/sdk.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み