Cloud sessions now show a read-only dialog listing which skills that session loaded.
Connected cloud/remote sessions now expose a read-only Skills dialog listing the skills that session reported as loaded, distinguishing "no skills loaded" from "hasn't reported yet." Per-skill toggles still have to be changed in a local session; /reload-skills re-scans the cloud session's skill folders.
A companion read-only /memory-style dialog shows the memory files (CLAUDE.md etc.) loaded in a connected cloud/teleported session, separating files sent from the local machine at launch from files that only exist in the cloud session's own ~/.claude; local editing is blocked with an explanatory message.
A new Permissions settings panel (Allow/Ask/Deny/Workspace tabs) displays the allow/ask/deny/additionalDirectories rules from a connected cloud session's settings files, fetched via a new get_settings control request. It's explicitly read-only: local /permissions edits don't apply to the cloud session.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
* Fixed `/reload-skills` reporting a skill count that disagreed with the slash menu after `/cd`changelog see the edit
Anthropic's documentation has since written up /reload-skills, on Claude Code changelog.
Fixed Edit/Write/Read permission rules whose path contains parentheses being dropped as invalid or ignored by the Bash sandbox, which left…