Skip to content

feat(core): support openai/gpt-5.5 in CUA model allowlist #2041

Description

@BABTUNA

why

openai/gpt-5.5 is now available, but CUA model validation/mapping still only includes openai/gpt-5.4.

This blocks users from selecting openai/gpt-5.5 in CUA mode even though provider behavior is the same family.

proposed change

  • Add gpt-5.5 to modelToAgentProviderMap in AgentProvider
  • Add openai/gpt-5.5 to AVAILABLE_CUA_MODELS
  • Update public API type test list to include openai/gpt-5.5

scope

Small parity update (no behavior changes beyond allowing model selection).

validation

  • unit: tests/unit/public-api/llm-and-agents.test.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions