mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
## Why The 0.153 release line needs the bundled GPT-6-Astra catalog update for a 0.153.1 hotfix. ## What - Add the hidden, API-supported GPT-6-Astra model entry with its prompts, policies, and `unified_exec` shell type. - Carry the accompanying catalog and test updates from the same change. - Allowlist the enlarged bundled model catalog blob. ## ELI5 This teaches the 0.153 client how to configure GPT-6-Astra without changing the visible default model. ## Validation - `just fmt` - `git diff --check` - `just test -p codex-models-manager --lib bundled_models_json_roundtrips` - `just test -p codex-core --test all guardian_session_prewarms_and_is_reused_for_first_review` - `just test -p codex-tui --lib status_model_provider_uses_bedrock_runtime_base_url_and_gates_usage_link`