HomeCline / RooCline SDK v0.0.74
Cline SDK v0.0.74
原題 ENEnglish title

Cline SDK v0.0.74Cline SDK v0.0.74

AI2 点サマリSummary highlight
  • Claude Codeプロバイダーがエージェント作業で使用できなかった問題を修正。
  • ネイティブツール宣言の追加やワークスペースディレクトリへのセッション固定などが改善された。

Cline SDK v0.0.74 fixes the Claude Code provider being broken for agentic use by adding native tool declarations, anchoring sessions to the workspace directory, and improving environment handling.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

Cline開発チームは、AIコーディングエージェント「Cline」のSDK v0.0.74を公開した。今回のリリースは、Anthropicの「Claude Code」をプロバイダーとして使う際にエージェント処理が機能しなかった不具合の修正が中心で、実用性に直結する更新と位置づけられる。

これまでClaude Codeプロバイダーは、Clineが用意したツール定義を受け取る形で動作していた。しかしこの定義はClaude Code側の仕組みとうまく橋渡しできず(unbridgeable)、自律的なエージェント作業には事実上使えない状態だったとされる。v0.0.74では、プロバイダーが自前のネイティブツールを宣言する方式へ改められ、ツール呼び出しが正しく成立するようになったという。

あわせて、セッションの基準ディレクトリの扱いも見直された。従来はホスト側のカレントディレクトリ(cwd)を継承していたが、今回からワークスペースディレクトリを基点として固定される。これにより、エージェントがファイル操作やコマンド実行を行う際の作業位置が意図した場所に定まり、想定外のパスを参照するリスクを抑えやすくなると見られる。加えて、~/.claude を含む環境まわりの取り扱いも改善されたとされる。

ネイティブツール宣言の追加やワークスペースディレクトリへのセッション固定などが改善された。
🧵 Cline / Roo · 本記事のポイント

Clineは、コードの生成や編集からコマンド実行までを一連の流れで自動化するエージェント型の開発支援ツールとして知られ、複数のモデルやプロバイダーを切り替えて利用できる点が特徴だ。SDKは、こうしたエージェント機能を外部のアプリケーションへ組み込むための開発者向けインターフェースにあたる。今回の修正は、その基盤上でClaude Codeを一つの選択肢として使えるようにする意味を持つ。

Claude CodeはAnthropicが提供するコーディング支援ツールで、Clineのようなエージェント基盤と組み合わせて使う構成が考えられる。今回の更新はバグフィックスが主体であり、新機能の追加というより、既存のプロバイダー連携を本来想定された形で動作させるための修正といえる。Claude Codeをバックエンドに用いる開発者にとっては、エージェント処理の安定性向上につながる更新となりそうだ。

Cline has published version 0.0.74 of its SDK, a bug-fix release whose main purpose is to restore the Claude Code provider for agentic work. The update matters because the provider had been effectively broken for the autonomous, tool-driven tasks that define contemporary AI coding assistants, leaving one of Cline's paths into Anthropic's coding tooling unusable in practice.

Cline is an open-source coding agent that started as a VS Code extension and has grown into a wider platform for automated software development. Its SDK exposes the agent's capabilities to developers who want to script or embed those workflows outside the editor. Within that design, providers act as adapters that connect Cline to different model backends and execution environments. The Claude Code provider links Cline to Claude Code, Anthropic's agentic command-line tool built around its Claude models.

The central issue fixed in v0.0.74 was a mismatch in how tools were declared. In agentic coding, a model does far more than emit text: it calls tools to read files, edit code, and run commands, then reacts to the output in a loop until a task is complete. According to the release notes, the Claude Code provider had been handed Cline's own tool definitions, which could not be bridged to what Claude Code expects. The update changes this so the provider now declares its own native tools. That shift appears intended to let Claude Code operate through its established interface rather than an incompatible translation layer.

A second fix concerns where the session runs. The provider previously inherited the host process's current working directory, which could aim the agent at the wrong location. The update anchors the session on the workspace directory instead. For a coding agent this is a consequential correction, because file operations, path resolution, and command execution all depend on the agent reliably targeting the project a user is working in, rather than wherever the host process happened to start.

The release also touches environment handling, with the notes referencing ~/.claude, the directory Claude Code uses for its configuration and related state. Ensuring that this configuration is read correctly is likely part of making the provider behave consistently with a standalone Claude Code installation. Taken together, the native tool declarations, workspace anchoring, and environment adjustments describe a provider that had been misconfigured for real agent tasks and is now brought into line with how Claude Code is meant to run.

The fix sits within a fast-moving segment of developer tooling. Agentic coding assistants that plan, edit, and execute across a codebase have become a focal point of competition, with tools such as GitHub Copilot, Cursor, and Aider p

  • 出典SourceCline Releases公式Official
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatリリースRelease
  • 重要度Importance重要度 MediumMedium priority(Cline / Roo 50件中、同等以上 50件)(50 of 50 Cline / Roo entries are equal or higher)
  • 情報の寿命Half-life⏱️ 短命 (ニュース)Short-lived (news)
  • 原文言語Source languageEN
  • 収集日時Collected2026/08/15 00:39

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (github.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (github.com).

🧵Cline / Roo の他の記事More from Cline / Rooもっと見る →View more →