You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/: companion shell and batch helpers — update-repos (fast-forward every Git repo), status-repos (read-only repo status), clean-backups (prune import backups), and backup-export (unattended encrypted export with retention).
Backups tab in the web UI (and backups core module) to list and prune the import backups under ~/.claude-code-sync-backups/, with new endpoints GET /api/backups and POST /api/backups/prune.
Export retention: an optional Keep newest archives field in the UI and --keep N on the CLI delete older claude-code-sync-*.zip in the output folder after a successful export. POST /api/export accepts keep and reports pruned.
Fixed
run.sh / run.bat report a clear error when neither python3/py nor python is on PATH, and exec the interpreter so Ctrl-C reaches it directly.