What's wrong with this entry?
Anonymous. No account, no email.
What
Pro users on remote sessions can now sync their Claude Code settings (CLAUDE.md, settings.json) from the cloud.
Details
- Syncs user settings (
~/.claude/settings.json), user memory (~/.claude/CLAUDE.md), project settings, and project memory - Automatically downloads settings at session start when using remote mode
- Includes size limit protection (512KB max per file) to prevent syncing oversized configurations
- Settings are fetched from
/api/claude_code/user_settingsendpoint
Evidence
yMK() at line 533174 (settings sync download, contains "Settings sync: Download starting")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.