Claude Code リモートコントロール
Claude Codeの新機能で、コンピューター上でリモートコントロールセッションを実行し、Webインターフェースから操作できるようになりました。
キーポイント
Claude Codeがリモートコントロール機能を追加し、Web/iOS/デスクトップアプリからコンピューター上のセッションを操作可能に
初期段階ではエラーや不安定な動作が報告されており、改善が必要な状態
Anthropicは同時にCoworkでのスケジュール実行機能も発表したが、コンピューター起動中のみ実行という制限あり
OpenClawなどの競合製品と比較した場合、スケジュール実行機能がまだ不足している点が指摘されている
影響分析・編集コメントを表示
影響分析
Claude Codeのリモートコントロール機能は、AIエージェントがユーザーのデバイスをより統合的に操作できる可能性を示す進展である。ただし、現状は技術的な課題が多く、競合製品との差別化要素としての完成度はまだ低い。AIエージェントの実用性向上に向けた重要なステップではあるが、市場への即時的な大きな影響は限定的と見られる。
編集コメント
AIエージェントがユーザーのローカル環境とより深く連携する方向性を示す重要な機能追加だが、現状はベータ版的な不安定さが目立つ。競合との差別化と実用性向上が今後の課題。
Claude Code リモートコントロール Simon Willison's Weblog
2026年2月25日 - リンクブログ
Claude Code リモートコントロール (経由) 昨日、新たなClaude Code機能がリリースされました:あなたのコンピューター上で「リモートコントロール」セッションを実行し、その後、ウェブ上のClaude Codeインターフェース(ウェブ、iOS、ネイティブデスクトップアプリ)を使用して、そのセッションにプロンプトを送信できるようになりました。
現時点では少し粗削りです。最初に試したとき、「リモートコントロールはあなたのアカウントで有効になっていません。管理者に連絡してください。」というエラーが出ました(でも私が管理者なのに?)—その後、Claude Codeターミナルアプリからログアウトして再度ログインすると、動作し始めました:
claude remote-control
マシン上で同時に実行できるセッションは一つだけです。Claude iOSアプリをアップグレードすると、Codeタブに「リモートコントロールセッション(Mac)」と表示されます。
--dangerously-skip-permissions オプションはサポートされていないようです。
claude remote-control
また、私が試したすべてのプロンプトがAPI 500エラーで返される状態に陥ってしまいました。

マシン上のプログラムを再起動すると、既存のセッションも、セッションが終了したことをきちんと説明するのではなく、不可解なAPIエラーを返し始めます。
これらの問題は比較的早く解決されるでしょう。次に、これをOpenClawのようなソリューションと対比させてみるのは興味深いです。OpenClawの大きな売りの一つは、スマートフォンから個人のデバイスを制御できる能力です。
Claude Codeには、まだスケジュールに基づいて処理を実行するための文書化された仕組みがありません。これはClawカテゴリーのソフトウェアのもう一つのキラー機能です。
更新:私の結論は早すぎました:本日、AnthropicはCowork(Claude Codeの汎用エージェント版)での「定期的なタスクのスケジュール」も発表しました。これには重要な制限が含まれています:
スケジュールされたタスクは、あなたのコンピューターが起動していて、かつClaudeデスクトップアプリが開いている間のみ実行されます。タスクの実行予定時刻にコンピューターがスリープ状態にあるか、アプリが閉じられている場合、Coworkはそのタスクをスキップし、コンピューターが起動するか、デスクトップアプリを再度開いた時点で自動的に実行します。
Cowork Cloud製品を開発中であることを心から願っています。
最近の記事
夢のmacOSプレゼンテーションアプリをヴァイブコーディングした - 2026年2月25日
エージェンシック・エンジニアリング・パターンについて書く - 2026年2月23日
ブログにTIL、リリース、博物館、ツール、研究を追加 - 2026年2月20日
これはSimon Willisonによるリンク投稿で、2026年2月25日に投稿されました。
月例ブリーフィング
月額10ドルでスポンサーになり、その月の最も重要なLLM開発情報を厳選したメールダイジェストを受け取ってください。
少ない情報をお届けするために私に支払ってください!
原文を表示
Claude Code Remote Control Simon Willison’s Weblog
25th February 2026 - Link Blog
Claude Code Remote Control (via) New Claude Code feature dropped yesterday: you can now run a "remote control" session on your computer and then use the Claude Code for web interfaces (on web, iOS and native desktop app) to send prompts to that session.
It's a little bit janky right now. Initially when I tried it I got the error "Remote Control is not enabled for your account. Contact your administrator." (but I am my administrator?) - then I logged out and back into the Claude Code terminal app and it started working:
claude remote-control
You can only run one session on your machine at a time. If you upgrade the Claude iOS app it then shows up as "Remote Control Session (Mac)" in the Code tab.
It appears not to support the --dangerously-skip-permissions
claude remote-control
I also managed to get it to a state where every prompt I tried was met by an API 500 error.

Restarting the program on the machine also causes existing sessions to start returning mysterious API errors rather than neatly explaining that the session has terminated.
I expect they'll iron out all of these issues relatively quickly. It's interesting to then contrast this to solutions like OpenClaw, where one of the big selling points is the ability to control your personal device from your phone.
Claude Code still doesn't have a documented mechanism for running things on a schedule, which is the other killer feature of the Claw category of software.
Update: I spoke too soon: also today Anthropic announced Schedule recurring tasks in Cowork, Claude Code's general agent sibling. These do include an important limitation:
Scheduled tasks only run while your computer is awake and the Claude Desktop app is open. If your computer is asleep or the app is closed when a task is scheduled to run, Cowork will skip the task, then run it automatically once your computer wakes up or you open the desktop app again.
I really hope they're working on a Cowork Cloud product.
Recent articles
I vibe coded my dream macOS presentation app - 25th February 2026
Writing about Agentic Engineering Patterns - 23rd February 2026
Adding TILs, releases, museums, tools and research to my blog - 20th February 2026
This is a link post by Simon Willison, posted on 25th February 2026.
Monthly briefing
Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.
Pay me to send you less!
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み