Touch the Grass — Claude Code Remote Control 让工程师离开工位去摸草

去摸草吧

Claude Code 团队的产品经理 Noah Zweben 在公告推文里写了这么一句话:

Take a walk, see the sun, walk your dog without losing your flow.

出去走走,晒晒太阳,遛遛狗,不丢失你的工作状态。

让工程师去 touch the grass。 这就是这个功能的核心卖点。

不是什么复杂的技术概念——在终端启动 Claude Code 会话,然后拿起手机,在任何地方继续。不是第三方 hack,不是 SSH + tmux 的曲线救国,而是 Anthropic 官方出品的 Remote Control。


等等,这不就是 OpenClaw 吗?

先说我的第一反应:怪不得之前 Anthropic 起诉了 OpenClaw,原来是他们自己也在搞这个东西。

如果你关注 AI 圈,你大概知道 OpenClaw(前身 ClawdBot)的故事——Peter Steinberger 写了 30 万行代码,让你可以通过 WhatsApp、Telegram 远程控制 Claude Code。在摩洛哥的沙滩上截个图发到 WhatsApp,AI 就帮你修了 bug 还回复了用户。这个项目在 GitHub 上已经有 14 万+ stars。

然后 Anthropic 把 OpenClaw 告了。

现在他们自己发布了 Remote Control。

这不就是 CloudBolt 吗?这不就是 OpenClaw 吗?

Twitter 上也有人看出了这一层:

@openclaw gave us the vision. @AnthropicAI just dropped the execution. Claude Code Remote Control: start coding at your desk, finish from your phone. No setup nightmares. No security holes. The lobster had a good run.

OpenClaw 画了饼,Anthropic 把饼烤了出来。在工位上开始写代码,在手机上继续。不用折腾配置,没有安全漏洞。那只龙虾跑了一段不错的路程。 — @joshfreeland

So with this update, would I even need Openclaw? Wondering if we can do the same automations and tasks with this since most of my stuff is built with Claude Code.

有了这个更新,我还需要 OpenClaw 吗?我大部分东西都是用 Claude Code 搭的,现在是不是直接就能做同样的事了? — @ecomjeg

OpenClaw or Claude Code remote control dangerous mode — Which way Western Man?

OpenClaw 还是 Claude Code 远程控制危险模式——西方人该选哪个? — @imjaredz

当然,公平地说,两者的定位有本质区别。OpenClaw 是一个「个人操作系统」——它管你的邮件、日历、购物、订阅,是 mobile-first 的生活助手。Claude Code Remote Control 更纯粹:它只解决一个问题——让你不必被钉在工位上才能和 Claude Code 交互。

正如 @petergyang(69 赞,9.3K 曝光)的精准概括:

OpenClaw = AI agent for your life → Email, calendar, shopping, bookings, subscriptions → Mobile-first because your life is mobile-first

Claude Code / Codex = AI agent for your work → Writes code, deploys, debugs → Terminal-first because your work is terminal-first

OpenClaw = 你生活的 AI 管家 → 邮件、日历、购物、预订、订阅 → 移动端优先,因为你的生活本来就在手机上

Claude Code / Codex = 你工作的 AI 搭档 → 写代码、部署、调试 → 终端优先,因为你的活儿本来就在终端里


Remote Control 是什么

2026 年 2 月 24 日,Noah Zweben 在 X 上发布了官方公告(11,171 赞,719 转发,146 万曝光):

Announcing a new Claude Code feature: Remote Control. It’s rolling out now to Max users in research preview. Try it with /remote-control

Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.

Claude Code 新功能来了:Remote Control。正在向 Max 用户推出研究预览版。输入 /remote-control 即可体验。

在终端启动会话,然后用手机接着干。出去走走,晒晒太阳,遛遛狗,不丢失你的工作流。

核心功能一句话概括:把 claude.ai/code 或 Claude 移动 App(iOS/Android)连接到你本地运行的 Claude Code 会话。

注意关键点:Claude 始终在你的本地机器上运行,不是云端。手机和浏览器只是一个「窗口」。这意味着:

  • 你的文件系统、MCP servers、工具配置全部可用 — 不是阉割版
  • 多设备同步 — 终端、浏览器、手机之间无缝切换
  • 断线自动重连 — 笔记本合上了?网络断了?重新上线后自动恢复

与 Claude Code on the Web(在 Anthropic 管理的云基础设施中运行)不同,Remote Control 的执行环境始终是你自己的机器。


怎么用

前提条件

  • Pro 或 Max 订阅(不支持 API Key,不支持 Team/Enterprise)
  • /login 登录 claude.ai
  • 在项目目录中至少运行过一次 claude

方法一:启动新会话

claude remote-control

终端会显示一个会话 URL 和 QR 码。按空格键可以切换 QR 码显示。

方法二:从现有会话接入

已经在 Claude Code 里干活了?直接输入:

/remote-control

或者简写 /rc

当前对话历史会被完整继承。小技巧:先用 /rename 给会话起个有意义的名字,这样在手机上更容易找到。

连接方式

三种方法从另一个设备连接:

  1. 直接打开会话 URL — 在任何浏览器中访问
  2. 扫描 QR 码 — 用 Claude App 扫码直接跳转
  3. 打开 claude.ai/code 或 Claude App — 在会话列表里找到它(绿色状态点 + 电脑图标 = 在线)

为所有会话默认开启

如果你懒得每次都手动输 /rc,可以在 Claude Code 中运行 /config,把 为所有会话启用远程控制 设为 true


安全性

关于安全有几个值得注意的点:

  • 纯出站连接 — 你的机器不会打开任何入站端口
  • 消息路由 — 所有流量通过 Anthropic API 的 TLS 加密传输
  • 短期凭证 — 多个独立的短期 token,各管各的

本质上就是:你的本地 Claude Code 进程向 Anthropic API 轮询工作,web/mobile 客户端也通过 API 通信,API 做中间人路由消息。没有 P2P,没有端口暴露,安全模型和普通 Claude Code 会话一致。


限制

  • 每个实例一个远程会话 — 不能从一个 Claude Code 实例同时开多个远程连接(但可以跑多个实例,各自独立)
  • 终端必须保持开启 — Remote Control 是本地进程,关了终端会话就结束
  • 网络中断约 10 分钟超时 — 机器醒着但断网超过 10 分钟,会话会超时退出
  • 只支持 Anthropic 官方订阅 — 需要 Pro 或 Max 计划,不支持 API Key

Noah 在回复中补充了一个细节:可以同时控制多个会话——每个会话在移动端是独立的入口。

那本地模型和第三方模型呢?

这是我自己最关心的问题之一。如果你用 Ollama 跑本地模型,或者通过 OpenRouter 接入 GPT / Gemini / DeepSeek,Remote Control 能用吗?

答案是:不能。

官方文档写得很明确:「需要 Pro 或 Max 计划。不支持 API 密钥。」Remote Control 的整个架构是通过 Anthropic API 做消息路由的——你的本地 Claude Code 向 Anthropic API 注册并轮询,web/mobile 客户端也通过 Anthropic API 通信。这条链路上没有第三方模型的容身之处。

Twitter 上也有人对此表达了遗憾:

@bcherny This remote control feature is amazing! I wish I had the option to connect other models natively.

这个远程控制功能太棒了!但我希望能原生支持接入其他模型。 — @leomnonato

所以如果你的工作流依赖本地模型或第三方 API,目前只能继续用 SSH + tmux 或者 OpenClaw 的方案。这也是 Remote Control 当前最大的局限——它不只是一个「功能」,更像是一个生态锁定:想要这个便利,就必须留在 Anthropic 的订阅体系里。


社区反应:从兴奋到灵魂拷问

这个功能发布后,Twitter 上的反应可以分成几个流派:

“终于等到了” 派

THIS is the feature I’ve been waiting for. I work from my phone for hours every day. Remote Control is about to turn me into a Claude Code maniac.

就是这个!我等的就是这个功能。我每天好几个小时都在用手机干活。Remote Control 要把我变成 Claude Code 重度上瘾者了。 — @alliekmiller(90 赞,12K 曝光)

you can now start a claude code session locally and continue from your phone. exactly the kind of feature i wanted from a coding tool.

现在可以本地开个 Claude Code 会话,然后在手机上接着用了。这就是我一直想从编程工具里得到的东西。 — @iskifogl

just saw this right after doing a quick checkup on claude code from the terminal app on my iphone where i was sshed into my VPS attached to a tmux session running claude code. this will make things so much easier.

刚看到这个——我正在 iPhone 的终端 App 里通过 SSH 连 VPS、挂着 tmux 跑 Claude Code 做例行检查呢。有了这个一切都简单多了。 — @beast0x0001

“长任务解放” 派

这可能是最实际的用途——你不再需要盯着终端等 Claude 跑完:

This changes the game for long-running tasks. I’ve been using Claude Code for RAG pipeline development and the biggest friction was being chained to the terminal while it works through multi-step builds. Remote control means I can kick off a complex refactor, go grab coffee…

这对长时间运行的任务来说是变革性的。我一直在用 Claude Code 开发 RAG pipeline,最大的痛苦就是 Claude 在跑多步构建的时候我得一直守着终端。有了 Remote Control,我可以启动一个复杂的重构,然后出去买杯咖啡…

remote control is underrated. half the best debugging happens when you step away from the screen. we’ve been running AI agents that operate autonomously while you’re walking the dog — the phone is just the control plane now.

Remote Control 被低估了。最好的 debug 灵感有一半是在你离开屏幕之后才冒出来的。我们已经让 AI agent 在你遛狗的时候自主运行了——手机就是控制面板。 — @omar_or_ahmed

“Touch the Grass” 派

官方宣传语的 “touch the grass” 精神引起了强烈共鸣:

YES! /remote-control — Continue the conversation from your phone! Work on the go or pick up from your terminal!

太好了!/remote-control——直接从手机接上对话!走到哪干到哪,或者随时回到终端继续!

I’ve been writing context to memory files between sessions - manual handoffs so each new one picks up where the last left off. This changes that. Remote control from the phone could replace half of that workflow. Does the remote session inherit the full conversation?

我之前一直在用 memory 文件做会话间的上下文传递——手动交接,让新会话接上一个的进度。这个功能改变了一切。从手机远程控制可以替代一半的工作流了。远程会话能继承完整的对话吗?

I’ve built a solution like this using Tailscale and CloudCLI, and can’t wait to have remote control!!

我之前用 Tailscale 和 CloudCLI 自己搭了一套类似的方案,太期待官方的 Remote Control 了!! — @nourin_eka

“行业洞察” 派

The timing of this alongside Cursor’s cloud agents is wild. Both teams converging on the same insight: the bottleneck isn’t the AI writing code, it’s the human needing to be physically at their terminal to review it. Remote control + autonomous testing = you become the reviewer, not the executor.

这个发布和 Cursor 的 Cloud Agents 撞到一起了,时机微妙。两个团队殊途同归地发现了同一个洞察:瓶颈不在于 AI 能不能写代码,而在于人类必须坐在终端前才能审查代码。Remote Control + 自动化测试 = 你从执行者变成了审查者。

这个观察很精准。当 AI 已经能写大部分代码时,人类的角色从「写代码的人」变成了「审核代码的人」。而审核不需要你坐在电脑前——用手机看 diff、点个 approve,完全够用。

“DIY 党落泪” 派

在 Remote Control 发布之前,社区里已经有一堆自制方案:

  • SSH + tmux + Tailscale(经典方案)
  • Termux 直接跑 Claude Code CLI(Android 硬核党)
  • 自制 Telegram bot 映射 tmux session
  • Anyware 等第三方远程控制工具

现在官方下场,这些方案一夜之间从「黑科技」变成了「历史遗迹」。

…this is awesome and much simpler than other remote control solutions.

太棒了,比其他远程方案简单太多了。 — @BrenBuilds

I thought everyone was running claude code in termux from their phone anyway, I know I was.

我还以为大家都在手机上用 Termux 跑 Claude Code 呢,反正我一直是这么干的。 — @AdaptionDigital

Claude Code is currently rolling out a preview of its remote connection feature for Max users! It looks like things will be much more streamlined now, without the need for complex setups or installations like tmux or Tailscale.

Claude Code 正在向 Max 用户推出远程连接的预览版!看起来以后会方便很多,再也不用折腾 tmux 或 Tailscale 这些复杂配置了。

“实际问题” 派

Does it support pasting images via the phone linked session? Because if so, that would bridge the gap for us developers who run Claude code on a remote VM and cannot paste images into our SSH terminal obviously.

手机会话支持粘贴图片吗?如果支持的话,对我们这些在远程 VM 上跑 Claude Code 的开发者来说就太关键了——SSH 终端显然没法贴图。 — @Ozy311

One request though - being able to resume any Claude code session from the phone app. Seems like this new version allows you to restart a session that you specifically handed off.

有个小请求——希望能从手机 App 恢复任意 Claude Code 会话。目前这个版本好像只能接入你主动交接出去的会话。 — @grankin

这些都是很好的产品反馈。当前版本确实还是 Research Preview,功能边界还在探索中。


Spotify 的启示

说到「touch the grass」,Boris Cherny(Claude Code 负责人)在 2 月 13 日分享了一个 Spotify 的案例(4,492 赞,70 万曝光):

Love seeing how Spotify is shipping with Claude Code. Their best developers haven’t written a single line of code since December, they fix bugs from their phones, and they shipped 50+ features from Slack during morning commutes.

很高兴看到 Spotify 在用 Claude Code 交付产品。他们最优秀的开发者从去年 12 月起就没亲手写过一行代码了,用手机修 bug,通勤路上在 Slack 里发了 50 多个功能。

从手机上修 bug,通勤路上发功能。 不是未来的愿景,是 Spotify 现在的日常。

Boris 本人也一直在用手机管理 Claude Code 会话。早在 1 月他就透露自己每天从 iPhone 上启动和检查多个会话:

I also run 5-10 Claudes on claude.ai, in parallel with my local Claudes… I also start a few sessions from my phone every morning and throughout the day.

我同时在 claude.ai 上跑 5-10 个 Claude,和本地的 Claude 并行。每天早上和一整天里,我也会从手机上开几个会话。

Remote Control 不是凭空冒出来的功能——它是这个团队自己用了几个月后,决定向所有人开放的工作流。


我的看法

Remote Control 解决了一个真实的痛点:你的 AI 编程助手不应该被绑在一台机器上。

但让我更感慨的是这个功能背后的故事线:

  1. Peter Steinberger 创造了 OpenClaw,证明了「从手机控制 AI 编程」是一个真实需求
  2. Anthropic 起诉了他
  3. 现在 Anthropic 自己做了一个类似的功能

科技圈经典剧本。先驱者用 30 万行代码验证了方向,平台方看到了价值,然后用平台优势做了一个更安全、更原生、更简洁的版本。

OpenClaw 依然有它的位置——它的野心远不止远程控制代码。它是一个完整的个人 AI 操作系统,能管理你的整个数字生活。但对于纯粹「我只是想从手机上检查 Claude Code 的进度」这个需求,Remote Control 显然更轻量、更安全、更无缝。

当前版本是 v2.1.52,以 Research Preview 的形式向 Max 用户推出,正在分批开放(发布当天已到 75%)。如果你是 Max 用户,现在就可以试试:

claude update
claude remote-control

然后拿起手机,扫个码,Go touch the grass.

如果这篇文章对你有帮助,欢迎请我喝杯咖啡,支持我继续创作更多内容。

Buy me a coffee