CCF v1.5.1
[1.5.1] — 2026-06-17
Fixed
- Codex auth (#10):
fusion-callread the access token + account ID from the wrong path —
the codex CLI nests them under.tokens.access_token/.tokens.account_id, not top-level.
Codex auth was failing for everyone ("no Codex token found"); now reads.tokens.*with a
top-level fallback. Verified end-to-end against the live ChatGPT Codex backend.