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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Docs: https://docs.openclaw.ai
48
48
- iOS: repair Release archive compilation for the TestFlight build. (#84255) Thanks @ngutman.
49
49
- Agents/compaction: bound plugin-owned CLI transcript compaction with the host safety timeout so a hung context engine can no longer stall post-turn cleanup. (#84083) Thanks @100yenadmin.
50
50
- Control UI/usage: truncate long context skill, tool, and file names in the usage panel while keeping the full name available on hover. (#42197) Thanks @Rain120.
51
-
- Codex: fix `/codex account` showing a stale auth profile as "active now" after `models auth login` + `models authorder set` establishes a new explicit order; the display now respects explicit operator order over `lastGood` heuristics, and anchors to the first explicit-order entry rather than deferring to a lower-ranked profile when all candidates are temporarily unusable. (#84412) Thanks @openperf
51
+
- Codex: respect explicit `models auth order set` and `config.auth.order` precedence over stale `lastGood` in `/codex account`, and show `no working credential` when every explicit-order profile is ineligible instead of marking a lower-ranked profile as active. Fixes #84386. (#84412) Thanks @openperf.
0 commit comments