Skip to content

CCF v1.5.1

Choose a tag to compare

@brahmsyaifullah brahmsyaifullah released this 17 Jun 03:02
· 6 commits to main since this release

[1.5.1] — 2026-06-17

Fixed

  • Codex auth (#10): fusion-call read 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.