デスクトップ版Claude Codeへの自動プレビュー・レビュー・マージ機能の導入
デスクトップ版Claude Codeに、コードの自動プレビュー、レビュー、マージ機能が追加され、開発ワークフローが効率化されます。
キーポイント
Claude Codeがデスクトップ上でアプリの自動プレビュー・コードレビュー・PRマージを実現
GitHub連携によりCI失敗時の自動修正や条件達成時の自動マージを可能に
CLI・デスクトップ・モバイル・Web間でのシームレスなセッション移行を提供
開発者のコンテキストスイッチングを削減し開発フローを一貫化
影響分析・編集コメントを表示
影響分析
このアップデートは、AI支援開発ツールが単なるコード生成から、開発ライフサイクル全体(コーディング・レビュー・テスト・デプロイ)を統合するプラットフォームへ進化していることを示す。特にCI/CDパイプラインとの自動連携は、AIが開発プロセスの「監視・修正・実行」まで担う新たな段階への移行を意味する。
編集コメント
Anthropicが開発者体験の「最後の一マイル」を埋める戦略的なアップデート。競合のGitHub CopilotやCursorとの差別化として、レビュー・マージまで含めたフロー統合に注力している点が注目。
Claude Codeデスクトップ版に自動プレビュー・レビュー・マージ機能を導入
Anthropicは、デスクトップ向けAIコードアシスタント「Claude Code」に、開発ワークフローを一貫して支援する新機能を追加した。これらの改善により、コード記述からプルリクエスト(PR)のマージまでを一つの場所で完結させ、開発ループを効率化することが可能となる。
主な更新点は以下の通りである。
第一に、アプリケーションの自動プレビュー機能が強化された。デスクトップインターフェース内で直接開発サーバーを起動し、実行中のアプリをプレビューできる。ClaudeはWebアプリのUIを視認し、コンソールログを読み取り、エラーを捕捉して自動的に反復改善を行う。これにより、ユーザーはブラウザに切り替えて状況を手動で説明する手間が省ける。さらに、プレビュー画面上で視覚要素を選択し、直接Claudeにフィードバックを渡して修正を繰り返すことも可能だ。
第二に、自動コードレビュー機能が導入された。「コードをレビュー」ボタンを押すと、Claudeがローカルの変更差分(diff)を検査し、デスクトップの差分ビューに直接コメントを残す。バグの指摘、提案、潜在的な問題の発見をインラインで行い、コードを外部に出す前に「第二の目」として明らかな問題を捕捉できる。指摘されたコメントに基づき、Claudeに変更を依頼することも可能である。
第三に、GitHub PRの自動監視と対応機能が追加された。GitHubでホストされているコードについて、デスクトップアプリ内で直接プルリクエストの状態(CIチェックの成否など)を監視できる。新たに「自動修正」を有効にすると、Claudeが検出したCI失敗を自動的に修正しようと試みる。さらに「自動マージ」を有効にすれば、すべてのチェックが通った時点でPRのマージも自動的に試みられる。ユーザーは一つのタスクでPRを開いた後、次のタスクに移ることができ、Claude Codeがバックグラウンドで元のPRを監視し、CI失敗を修正してマージ準備(または自動マージ)を整えてくれる。
第四に、セッションの継続性が向上した。CLIで開始したClaude Codeセッションを、/desktopコマンドでデスクトップアプリに完全なコンテキストごと引き継げる。また、「WebでClaude Codeを続ける」ボタンで、ローカルのデスクトップアプリセッションをクラウドに移行できる。これにより、デスクトップで始めたタスクを、WebブラウザやClaudeモバイルアプリから再開することが可能となった。
これらの更新は全てのユーザーが利用可能であり、デスクトップ版Claude Codeを更新またはダウンロードすることで利用を開始できる。本機能は、コード周りの煩雑な作業時間を削減し、開発者が創造的な部分に集中する時間を増やすことを目的としている。
原文を表示
Contact salesContact salesContact sales
Contact salesContact salesContact sales
Contact salesContact salesContact sales
Contact salesContact salesContact sales
Bringing automated preview, review, and merge to Claude Code on desktop
Updates to Claude Code on desktop help you close the development loop, so you can go from writing code to merging PRs in one place.
CategoryClaude CodeProduct announcements
ShareCopy linkhttps://claude.com/blog/preview-review-and-merge-with-claude-code
Today, we're shipping Claude Code improvements that let you preview running apps, auto-review code, auto-fix and merge PRs, and seamlessly switch between desktop, mobile, and CLI. Together these updates help you spend less time on the toil around code and more time on the parts you enjoy.
Claude Code on desktop can now start dev servers and preview your running app directly in the desktop interface. Claude views the webapp UI, reads console logs, catches errors, and keeps iterating, so you don’t have to switch to a browser and manually describe what you’re seeing to Claude. You can also select visual elements in the preview and pass feedback directly to Claude to iterate.
Once your changes look right, ask Claude to review them using the new “Review code” button. Claude examines your local diffs and leaves comments directly in the desktop diff view, highlighting bugs, making suggestions, and spotting potential issues inline.
You immediately get a second set of eyes to catch obvious issues before anything leaves your machine, and you can ask Claude to address the inline comments and make changes.
Monitor PRs without leaving the app
For code hosted on GitHub, you can also monitor pull request status directly in the desktop app. After you open a PR, Claude Code will track its status, including CI check passes and failures, using the GitHub CLI under the hood.
You can also enable auto-fix so Claude automatically attempts to fix any CI failures it detects. If you enable auto-merge, Claude will also attempt to merge PRs once all checks pass.
You can work on one task in a Claude Code session and open a PR, then move on to a new task. In the background, Claude Code will be monitoring the PR for the original task, and will attempt to fix CI failures so that the PR is ready to merge (or is automatically merged) by the time you switch back to that task.
Sessions now move with you. When you start a session from Claude Code in the CLI, run /desktop to bring your full session context into the desktop app.
You can also move local desktop app sessions to the cloud using the “Continue with Claude Code on the web” button. Start a task on the desktop app, then pick it up from the web or your phone with the Claude mobile app.
These updates are available now to all users. Update or download Claude Code on desktop to get started. Explore the documentation to learn more.
Explore more product news and best practices for teams building with Claude.
Increase web search accuracy and efficiency with dynamic filtering
Product announcementsIncrease web search accuracy and efficiency with dynamic filteringIncrease web search accuracy and efficiency with dynamic filteringIncrease web search accuracy and efficiency with dynamic filteringIncrease web search accuracy and efficiency with dynamic filteringJan 12, 2026Cowork: Claude Code for the rest of your work
Product announcementsCowork: Claude Code for the rest of your workCowork: Claude Code for the rest of your workCowork: Claude Code for the rest of your workCowork: Claude Code for the rest of your workJan 26, 2026Your favorite work tools are now interactive connectors inside Claude
Product announcementsYour favorite work tools are now interactive connectors inside ClaudeYour favorite work tools are now interactive connectors inside ClaudeYour favorite work tools are now interactive connectors inside ClaudeYour favorite work tools are now interactive connectors inside ClaudeDec 8, 2025Claude Code and Slack
Product announcementsClaude Code and SlackClaude Code and SlackClaude Code and SlackClaude Code and SlackTransform how your organization operates with Claude
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
SubscribeSubscribePlease provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
HomepageHomepageNextNextThank you! Your submission has been received!Oops! Something went wrong while submitting the form.WriteButton TextButton TextLearnButton TextButton TextCodeButton TextButton TextWriteHelp me develop a unique voice for an audienceHi Claude! Could you help me develop a unique voice for an audience? If you need more information from me, ask me 1-2 key questions right away. If you think I should upload any documents that would help you do a better job, let me know. You can use the tools you have access to— like Google Drive, web search, etc.—if they’ll help you better
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み