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
Codex App: old sessions no longer show "Custom" as the model name — relay-ai previously wrote its internal alias model ID (e.g. go__glm-5.2) into config.toml, which Codex baked into every session record. Reopening that conversation in native Codex showed "Custom" because the alias is unrecognized. relay-ai now writes gpt-5.5 as the display model so sessions record a name Codex recognizes, enabling clean resume without errors.