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: CHANGELOG.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,6 @@ all notable changes to this project. dates are ISO format (YYYY-MM-DD).
6
6
7
7
### added
8
8
9
-
### changed
10
-
11
-
### fixed
12
-
13
-
## [5.4.0] - 2026-02-28
14
-
15
-
### added
16
-
17
9
-**beginner operations toolkit**: added `codex-help`, `codex-setup` (with `wizard` mode + fallback), `codex-doctor` (`fix` mode), and `codex-next` for guided onboarding and recovery.
18
10
-**account metadata commands**: added `codex-tag` and `codex-note`, plus `codex-list` tag filtering.
19
11
-**interactive account pickers**: `codex-switch`, `codex-label`, and `codex-remove` now support optional index with interactive selection in compatible terminals.
@@ -29,13 +21,23 @@ all notable changes to this project. dates are ISO format (YYYY-MM-DD).
29
21
30
22
### fixed
31
23
32
-
-**organization-scoped account preservation**: org-different variants sharing a refresh token now preserve distinct identity entries during storage collision resolution.
33
-
-**no-org duplicate collapse alignment**: fallback no-org duplicates now collapse consistently across storage, authorize, and prune operations.
34
-
-**active-index remap stability**: index remapping during collision pruning/dedupe maintains stable active-index selection after account deduplication.
35
24
-**non-interactive command guidance**: optional-index commands provide explicit usage guidance when interactive menus are unavailable.
36
25
-**doctor safe-fix edge path**: `codex-doctor fix` now reports a clear non-crashing message when no eligible account is available for auto-switch.
37
26
-**first-time import flow**: `codex-import` no longer fails with `No accounts to export` when storage is empty; pre-import backup is skipped cleanly in zero-account setups.
38
27
28
+
## [5.4.0] - 2026-02-28
29
+
30
+
### changed
31
+
32
+
-**organization/account identity matching hardening**: org-scoped matching and collision pruning now enforce accountId-aware compatibility to preserve distinct same-org workspace identities.
-**organization-scoped account preservation**: org-different variants sharing a refresh token now preserve distinct identity entries during storage collision resolution.
38
+
-**no-org duplicate collapse alignment**: fallback no-org duplicates now collapse consistently across storage, authorize, and prune operations.
39
+
-**active-index remap stability**: index remapping during collision pruning/dedupe maintains stable active-index selection after account deduplication.
0 commit comments