Files
codex/codex-rs/model-provider
Celia Chen bff9c4945a feat: change amazon Bedrock GPT-5.6 display names (#31636)
## Why

Amazon Bedrock's GPT-5.6 variants currently appear as only `Sol`,
`Terra`, and `Luna`. Those labels omit the model family and version,
making them ambiguous in model lists and inconsistent with the naming of
other GPT models.

## What changed

- Rename the three Bedrock model display names to `GPT-5.6 Sol`,
`GPT-5.6 Terra`, and `GPT-5.6 Luna`.
- Strengthen the Bedrock model-manager test to verify both model IDs and
their propagated display names.

Model IDs, ordering, priorities, reasoning support, and default
selection are unchanged.
2026-07-08 13:53:18 -07:00
..