デスクトップ向けClaude Codeの並列エージェント対応リデザイン
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
6媒体で確認
Claude Blog · InfoQ · AWS Machine Learning Blog · TechCrunch AI · Simon Willison Blog · The Decoder
各社の報じ方を比較 ↓Anthropic社が、デスクトップ向けClaude Codeを並列エージェント対応のためにリデザインした。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
複数のセッションを管理するための新しいサイドバー、ワークスペースのレイアウトを整えるためのドラッグ&ドロップ方式、統合されたターミナルとファイルエディタに加え、パフォーマンスやユーザビリティの向上が図られています。
新しいデスクトップ体験
多くの開発者にとって、エージェント型作業の形態は変化しました。単一のプロンプトを入力して結果を待つだけでなく、あるリポジトリでコードのリファクタリングを開始し、別のリポジトリでバグ修正を行い、さらに別のカスタムテスト作成タスクを実行し、結果が入ってくるたびに確認し、逸脱した場合には指示を出し、リリース前に差分を確認するという作業を行います。
新しいアプリは、現在のアジェンティックコーディングの実際の感覚——複数のタスクが並行して進行中で、あなたがオーケストレーター(調整役)の席にいる——という状態に合わせて構築されています。
並行してセッションを実行
新しいサイドバーには、アクティブなセッションと最近のセッションが一元管理されます。複数のリポジトリにまたがって作業を開始し、結果が入ってくるたびに切り替えることができます。
ステータス、プロジェクト、または環境でフィルタリングしたり、サイドバーをプロジェクトごとにグループ化して、セッションの検索と再開を高速化することもできます。セッションのPR(プルリクエスト)がマージまたはクローズされると、そのセッションは自動的にアーカイブされ、サイドバーには現在実行中のタスクに焦点を当てた状態が維持されます。
作業中に質問が必要な場合は、サイドチャット(⌘ + ; または Ctrl + ;)を開いて会話を分岐させることができます。サイドチャットはメインスレッドからコンテキストを引き継ぎますが、タスクの方向性を誤らないよう、メインスレッドには何も戻しません。
アプリを離れずにレビューとリリース
リデザインにより、よく使われるツールがアプリ内に統合されたため、エディタに切り替えることなく、Claudeの成果物をレビューし、微調整し、リリースすることができます。
統合ターミナル:セッション中にテストやビルドを実行できます。
アプリ内ファイルエディタ:ファイルを開き、その場で編集を行い、変更を保存できます。
高速な差分ビューア:大規模な変更セットに対するパフォーマンスのために再構築されました。
拡張されたプレビュー:ローカルのアプリサーバーを起動するだけでなく、HTMLファイルやPDFファイルをアプリ内で開くことができます。
すべてのペインはドラッグ&ドロップに対応しています。ターミナル、プレビュー、差分ビューア、チャットを、あなたの作業スタイルに合ったグリッド配置で並べ替えることができます。
あなたのスタックに対応
デスクトップアプリは、CLI(コマンドラインインターフェース)プラグインと同等の機能を備えています。組織でClaude Codeプラグインを一元管理している場合、またはローカルに独自にインストールしている場合でも、ターミナルと同じようにデスクトップアプリで動作します。
セッションをローカルまたはクラウド上で実行することもできます。SSHサポートがLinuxに加えMacでも利用可能になったため、どちらのプラットフォームからでもリモートマシンにセッションを接続できます。
あなたの作業スタイルに合わせてカスタマイズ
「Verbose(詳細)」「Normal(標準)」「Summary(概要)」の3つのビューモードにより、Claudeのツール呼び出しを完全に透明に表示する設定から、結果のみを表示する設定まで、インターフェースの表示レベルを調整できます。セッションの切り替え、新規作成、ナビゲーションに対応する新しいキーボードショートカットが追加され、⌘ + /(または Ctrl + /)を押すことで一覧を表示できます。新しい「使用状況」ボタンにより、コンテキストウィンドウとセッションの使用量を一目で確認できます。
内部では、アプリは信頼性と速度のために再構築され、Claudeが応答を生成する際にストリーミング配信されるようになりました。
はじめに
リデザインされたデスクトップアプリは、現在、Pro、Max、Team、EnterpriseプランのすべてのClaude Codeユーザー、およびClaude API経由で利用可能です。
アプリをダウンロードするか、すでにインストールしている場合は更新して再起動してください。詳細についてはドキュメントをご覧ください。
原文を表示
It includes a new sidebar for managing multiple sessions, a drag-and-drop layout for arranging your workspace, an integrated terminal and file editor, plus performance and quality-of-life improvements.The new desktop experienceFor many developers, the shape of agentic work has changed. You're not typing one prompt and waiting. You're kicking off a refactor in one repo, a bug fix in another, and a test-writing pass in a third, checking on each as results come in, steering when something drifts, and reviewing diffs before you ship. The new app is built for how agentic coding actually feels now: many things in flight, and you in the orchestrator seat.Run sessions in parallelThe new sidebar puts every active and recent session in one place. Kick off work across multiple repos and move between them as results arrive.You can filter by status, project, or environment, or group the sidebar by project to find and resume sessions faster. When a session's PR merges or closes, it archives itself so the sidebar stays focused on what's live.When you need to ask a question mid-task, you can open a side chat (⌘ + ; or Ctrl + ;) to branch off a conversation. Side chats pull context from the main thread, but don’t add anything back to the thread, to avoid misdirecting your tasks.Review and ship without leaving the appThe redesign brings more commonly-used tools into the app, so you can review, tweak, and ship Claude's work without bouncing to your editor:Integrated terminal: Run tests or builds alongside your session.In-app file editor: Open files, make spot edits directly, and save changes.Faster diff viewer: Rebuilt for performance on large changesets.Expanded preview: Open HTML files or PDFs in-app, in addition to running local app servers in the preview pane.Every pane is drag-and-drop. Arrange the terminal, preview, diff viewer, and chat in whatever grid matches how you work.Fits your stackThe desktop app now has parity with CLI plugins. If your org manages Claude Code plugins centrally, or you've installed your own locally, they work in the desktop app exactly the way they do in your terminal.You can still run sessions locally or in the cloud. SSH support now extends to Mac alongside Linux, so you can point sessions at remote machines from either platform.Customize for how you workThree view modes—Verbose, Normal, and Summary—let you dial the interface from full transparency into Claude's tool calls to just the results. New keyboard shortcuts cover session switching, spawning, and navigation; press ⌘ + / (or Ctrl + /) to see the full list. A new usage button shows both your context window and session usage at a glance.Under the hood, the app has been rebuilt for reliability and speed, and now streams responses as Claude generates them.Getting startedThe redesigned desktop app is available now for all Claude Code users on Pro, Max, Team, and Enterprise plans, and via the Claude API.Download the app, or update and restart if you already have it. Explore the documentation to learn more.
同じ出来事を6媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み