Group of 2 You'll notice
Warnings about unsigned remote activity now say "This session" and adjust their hint text for cloud sessions instead of always saying "Remote Control"
What
When Claude Code rejects remote activity because it isn't cryptographically signed, it shows a warning. This warning's wording now depends on whether the session is a cloud session or a local one:
- Cloud sessions now see "This session" in the warning instead of "Remote Control"
- The accompanying hint text also branches: cloud sessions see "Use an app that does", while non-cloud sessions keep the existing "Use the terminal or an app that does", dropping the terminal-specific phrasing that didn't make sense for cloud sessions
Why
The old wording assumed a local Remote Control setup and mentioned the terminal, which was misleading when the activity actually came from a cloud session. The updated text makes the warning accurate regardless of where the session is running.