Add gpt-5.5 model display name for Codex

This commit is contained in:
Nihal Jain 2026-05-02 21:27:44 +05:30 committed by GitHub
parent 110a1f506d
commit 791f2b077d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ import type { Provider, SessionSource, SessionParser, ParsedProviderCall } from
const modelDisplayNames: Record<string, string> = {
'codex-auto-review': 'Codex Auto Review',
'gpt-5.5': 'GPT-5.5',
'gpt-5.4-mini': 'GPT-5.4 Mini',
'gpt-5.4': 'GPT-5.4',
'gpt-5.3-codex': 'GPT-5.3 Codex',