Skip to content

Add GPT-5.5 support for ChatGPT Plus/Pro#1079

Draft
Mike Hjazeen (mjjjjaazing) wants to merge 1 commit into
browseros-ai:mainfrom
mjjjjaazing:codex/add-gpt-5-5-chatgpt-pro
Draft

Add GPT-5.5 support for ChatGPT Plus/Pro#1079
Mike Hjazeen (mjjjjaazing) wants to merge 1 commit into
browseros-ai:mainfrom
mjjjjaazing:codex/add-gpt-5-5-chatgpt-pro

Conversation

@mjjjjaazing
Copy link
Copy Markdown

Summary

  • add gpt-5.5 as the first/default ChatGPT Plus/Pro model
  • update the ChatGPT Plus/Pro provider template and OAuth fallback default to gpt-5.5
  • document GPT-5.5 and its 1.05M context window
  • add focused tests for the model list, provider template, and server-side fallback

Validation

  • bun test apps/agent/entrypoints/app/ai-settings/models.test.ts apps/agent/lib/llm-providers/providerTemplates.test.ts apps/server/tests/lib/clients/llm/config.test.ts
  • bunx biome check apps/agent/entrypoints/app/ai-settings/models.ts apps/agent/entrypoints/app/ai-settings/models.test.ts apps/agent/lib/llm-providers/providerTemplates.ts apps/agent/lib/llm-providers/providerTemplates.test.ts apps/server/src/lib/clients/llm/config.ts apps/server/tests/lib/clients/llm/config.test.ts ../../docs/features/chatgpt-pro-oauth.mdx
  • bun run --filter @browseros/server typecheck
  • bun run codegen:agent
  • bun run --filter @browseros/agent typecheck

OpenAI currently lists gpt-5.5 as the recommended flagship model for complex reasoning and coding, with model ID gpt-5.5 and a 1,050,000 token context window.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 31, 2026

All contributors have signed the CLA. Thank you!
Posted by the CLA Assistant Lite bot.

@mjjjjaazing
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant