Claude Code 推出 Ultraplan 功能,實現雲端規劃與終端機執行的無縫協作
AI 語音朗讀 · Edge TTS
Claude Code 推出 Ultraplan 功能,實現雲端規劃與終端機執行的無縫協作。
Claude Code 近期發布了「Ultraplan」功能,這項預覽版更新允許使用者將實作計畫的規劃過程移至雲端進行,並在確認後選擇於網頁端或本地終端機執行,旨在透過更豐富的互動介面提升開發效率。
核心概念與優勢
「Ultraplan」的核心洞察在於,雖然程式碼實作往往需要本地環境的互動性,但「規劃」階段主要涉及程式碼閱讀與意圖理解,因此非常適合在雲端進行。此功能解決了終端機介面在複雜規劃時的侷限性:
- 目標明確的回饋:使用者可直接針對計畫的特定章節進行標註與評論,而非僅能對整體內容進行回覆。
- 解放終端機:規劃過程在遠端生成,讓使用者的終端機保持空閒,可同時進行其他工作。
- 執行彈性:計畫完成後,使用者可選擇在網頁端直接執行並建立 Pull Request,或將計畫傳回本地終端機執行。
使用限制與前置要求
由於「Ultraplan」運行於 Anthropic 的雲端基礎設施,其使用受到特定限制:
- 版本要求:需使用 Claude Code v2.1.91 或更新版本。
- 平台限制:不支援 Amazon Bedrock、Google Cloud Vertex AI 或 Microsoft Foundry。
- 環境依賴:必須擁有 Claude Code on the web 帳號及 GitHub 儲存庫。
- 資源消耗:Ultraplan 使用的 token 數量與訂閱速率限制與一般的 plan 模式大致相同。
操作流程與互動機制
使用者可透過三種方式從本地終端機啟動「Ultraplan」:輸入 /ultraplan 指令、在提示詞中加入關鍵字,或在本地計畫完成後的對話框中選擇轉移至雲端。啟動後,終端機會顯示狀態指示器,讓使用者隨時掌握進度:
- 研究階段:Claude 正在研究程式庫並草擬計畫。
- 輸入需求:Claude 有釐清問題,需使用者開啟連結回應。
- 準備就緒:計畫已完成,可在瀏覽器中進行審閱。
審閱與執行策略
當計畫進入審閱階段,使用者可在網頁端利用專屬介面進行迭代:
- 互動審閱:透過行內註解(Inline comments)與 Emoji 反應,快速表達意見或批准特定章節。
- 執行選擇:計畫確認後,使用者可決定執行位置:
- 網頁端執行:Claude 在雲端完成實作,使用者可直接審閱差異並建立 Pull Request。
- 傳回終端機:將計畫傳回本地,使用者可選擇在當前對話中實作、開啟全新對話,或僅將計畫存檔而不執行。若選擇傳回,雲端工作階段將會封存,避免與本地端並行運作。
New in Claude Code: /ultraplan
— Thariq (@trq212) April 10, 2026
Claude builds an implementation plan for you on the web. You can read it and edit it, then run the plan on the web or back in your terminal.
Available now in preview for all users with CC on the web enabled. pic.twitter.com/44nG7XGC1a
Ultraplan uses roughly the same number of tokens (and subscription rate limits) as plan mode.
— Thariq (@trq212) April 10, 2026
See the docs for more: https://t.co/42xCfg7ecN
A few questions on plan vs ultraplan.
— Thariq (@trq212) April 10, 2026
I think the insight here is that implementation can sometimes require a local environment/interactivity, but planning can happen in the cloud since it's mostly about reading code & understanding intent.
