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
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ codex auth login
43
43
44
44
Expected flow:
45
45
46
-
Backup restore appears under the `Recover saved accounts` heading in the onboarding menu. This flow does not add any new CLI flags or npm scripts.
46
+
Backup restore appears as `Restore Saved Backup`under the `Recover saved accounts` heading in the onboarding menu. This flow does not add any new CLI flags or npm scripts.
47
47
See upgrade note: [onboarding restore behavior](upgrade.md#onboarding-restore-note).
48
48
49
49
1. If no accounts are saved yet, the terminal opens directly to the sign-in menu.
50
50
2. Choose one of the sign-in options:
51
51
-`Open Browser (Easy)` for the normal OAuth flow
52
52
-`Manual / Incognito` when you need to paste the callback yourself
53
-
-`Recover saved accounts` when the current pool is empty and at least one valid named backup exists under `~/.codex/multi-auth/backups` by default, or under `%CODEX_MULTI_AUTH_DIR%\backups` if you override the storage root with `CODEX_MULTI_AUTH_DIR`
54
-
3. If you choose `Recover saved accounts`, the next menu lets you either:
53
+
-`Restore Saved Backup` under the `Recover saved accounts` heading when the current pool is empty and at least one valid named backup exists under `~/.codex/multi-auth/backups` by default, or under `%CODEX_MULTI_AUTH_DIR%\backups` if you override the storage root with `CODEX_MULTI_AUTH_DIR`
54
+
3. If you choose `Restore Saved Backup`, the next menu lets you either:
55
55
- load the newest valid backup automatically
56
56
- pick a specific backup from a newest-first list
57
57
Empty, unreadable, or non-JSON backup sidecar files are skipped, so the menu entry appears only when at least one backup parses successfully and contains at least one account.
0 commit comments