feat(FN-4709): add codex oauth fallback delivery

Implements Codex OAuth fallback delivery as the final step of FN-4709, with a corresponding changeset for the `@runfusion/fusion` package and test coverage for the updated usage tracking logic.

Fusion-Task-Id: FN-4709
This commit is contained in:
Fusion (runfusion.ai)
2026-05-15 22:12:22 -07:00
committed by gsxdsm
parent 8137920b11
commit bdda0e2da8
3 changed files with 222 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Codex usage panel now falls back to the Fusion-stored `openai-codex` OAuth credential (`~/.fusion/agent/auth.json`) when the Codex CLI `auth.json` is missing, so Fusion OAuth users no longer see a spurious "run codex to login" error.