HomeCline / RooCline v4.0.2 リリース
Cline Releases v4.0.2

Cline v4.0.2 リリース Cline Releases v4.0.2

元記事を読む 鮮度 OK
AI 3 行サマリ
  • DeepSeek思考モデル向けにxhigh含む推論エフォートサポートを追加。
  • ClinePassプロバイダーの推論コントロールとモデル選択UIを改善し、推論表示のバグも修正。
English summary
  • Cline v4.0.2 adds xhigh reasoning effort support for DeepSeek thinking models, improves ClinePass provider with clearer reasoning controls and model selection, and fixes reasoning display.

オープンソースのAIコーディング支援ツールClineが、バージョン4.0.2をリリースした。今回のアップデートは、DeepSeekの思考(推論)モデル向けに推論エフォートの制御を拡張し、自社プロバイダーであるClinePass周りの操作性を高める保守的な改善が中心となっている。

最大の追加点は、DeepSeekの思考モデルに対して「xhigh」を含む推論エフォートの段階を選べるようにしたことだ。推論エフォートとは、モデルが回答前にどれだけ内部で「考える」ステップを費やすかを調整する設定で、高く設定するほど複雑なコーディング課題やデバッグでの精度向上が期待できる一方、応答時間やトークン消費が増える傾向がある。低・中・高に加えてより上位のxhighを用意することで、難易度に応じて計算リソースを使い分けやすくなると見られる。

DeepSeekはコストパフォーマンスの高い推論モデルで注目を集めており、OpenAIのoシリーズやAnthropic、Googleなどが提供する思考型モデルと同様、エフォート段階を切り替えられる設計が一般化しつつある。ClineはClaudeやGPT系に加え、こうしたオープンウェイト寄りのモデルにも幅広く対応する点が特徴で、複数の選択肢を一つのUIから扱える柔軟性を強みとしている。

あわせて、Cline自身が提供するClinePassプロバイダーでは、推論コントロールとモデル選択のUIが見直された。設定項目が分かりにくいという課題に対し、推論の挙動を明確に制御できるよう整理し、利用したいモデルを選びやすくする狙いがあると考えられる。利用者はプロバイダーやモデルを切り替えながらタスクに最適な組み合わせを探せる。

ClinePassプロバイダーの推論コントロールとモデル選択UIを改善し、推論表示のバグも修正。
🧵 Cline / Roo · 本記事のポイント

さらに、推論内容が正しく表示されないバグも修正された。モデルの思考過程は出力の根拠を確認するうえで重要な情報であり、表示の安定化は実務での信頼性に寄与する。

今回はメジャーバージョン4.0系のマイナーアップデートで、新機能と既存挙動の安定化を両立させた内容といえる。推論モデルの選択肢拡大はAI開発支援ツール全体の潮流でもあり、各社の動向と合わせて今後も対応モデルの拡充が続く可能性がある。

Cline, the open-source AI coding agent that runs inside Visual Studio Code, has shipped version 4.0.2, a maintenance update centered on better support for reasoning-capable language models. The release matters because it extends fine-grained control over how much "thinking" a model performs before responding, a setting that directly affects code quality, latency, and token cost for developers using agentic assistants on real projects.

The headline change is added support for a new reasoning effort tier, called xhigh, aimed at DeepSeek thinking models. Reasoning effort is a parameter that tells a model how much internal deliberation to allocate to a task, typically exposed as discrete levels such as low, medium, and high. Higher levels generally produce more thorough planning and fewer mistakes on complex tasks, but they consume more tokens and take longer to return. By introducing an xhigh option, Cline lets users push compatible DeepSeek models toward maximum deliberation when a problem is hard enough to justify the extra cost, while still keeping cheaper settings available for routine edits.

DeepSeek is a Chinese AI lab whose reasoning-oriented models, including the R1 series and its successors, gained attention for delivering competitive performance at relatively low prices, largely because they are open-weight and can be served by many providers. Their distinguishing feature is a visible chain-of-thought stage, where the model works through a problem step by step before producing a final answer. Tools like Cline benefit from surfacing or hiding that reasoning, so the alignment between Cline's effort tiers and DeepSeek's thinking behavior is a meaningful integration detail rather than a cosmetic one.

This release also improves the ClinePass provider, Cline's managed gateway for accessing models without requiring users to assemble individual API keys. The update is described as offering clearer reasoning controls and an improved model selection interface, which suggests the team is consolidating how users discover and configure these effort levels across different providers. A cleaner selection flow reduces the chance of mismatched settings, where a user might request high effort on a model that does not support it, and helps standardize the experience whether someone connects directly to a vendor or routes through ClinePass.

Alongside the new capabilities, v4.0.2 fixes a bug affecting how reasoning content is displayed. Rendering a model's intermediate thinking is technically tricky, because the agent must distinguish chain-of-thought tokens from final output and stream them appropriately. A display fix indicates that earlier versions likely showed reasoning incorrectly or inconsistently, and the patch appears intended to make that output predictable for users who rely on it to audit how the agent reached a decision.

Cline operates in a crowded field of AI coding tools, sitting alongside GitHub Copilot, Cursor, Aider, and Continue. Its open-source nature and bring-your-own-key model are common selling points, letting developers choose among providers such as Anthropic, OpenAI, Google, and open-weight options like DeepSeek and Qwen. Incremental releases like this one reflect a broader industry pattern in which agent frameworks compete less on a single model and more on how flexibly they orchestrate many models, expose tuning knobs, and manage cost. Reasoning effort has become a focal point because the newest model families increasingly trade compute for accuracy at inference time.

For practical context, reasoning effort is part of a wider shift sometimes called test-time scaling, where systems improve answers by spending more processing during a request rather than relying solely on training. Anthropic, OpenAI, and Google have all shipped models with configurable thinking budgets, so Cline aligning its interface around effort tiers is consistent with where the tooling ecosystem is heading. The xhigh addition is small in scope but signals that DeepSeek's reasoning models are being treated as first-class options.

Users on existing Cline installations should generally receive the update through the VS Code extension marketplace, and the changes are most relevant to those already running DeepSeek models or using ClinePass. As a point release, v4.0.2 is unlikely to alter overall workflows, but the combination of finer reasoning control and a display fix should make agentic sessions more transparent and easier to tune. Anyone weighing cost against output quality may want to test the new tier on representative tasks before committing it as a default.

  • SourceCline ReleasesT2
  • Source Avg ★ 1.8
  • Typeリリース
  • Importance ★ 情報 (lower priority in Cline / Roo)
  • Half-life ⏱️ 短命 (ニュース)
  • LangEN
  • Collected2026/06/29 14:00

本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。

🧵 Cline / Roo の他の記事 もっと見る →

URL をコピーしました