mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
## What changed - Add the hidden `gpt-6-astra` model definition, including its reasoning levels, tool capabilities, context limits, agent instructions, and review policies. - Reorder existing model priorities around the new catalog entry and provide the browser-use policy to the bundled auto-review model. - Keep TUI snapshots pinned to `gpt-5.6-sol` and make Guardian coverage read the policy from the model selected by each test case. - Allow the expanded `models.json` through the repository blob-size check. GitOrigin-RevId: 039b224b91ca35c8d894cf6d23568bc6dc18ceeb
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
# Paths are matched exactly, relative to the repository root.
|
|
# Keep this list short and limited to intentional large checked-in assets.
|
|
|
|
.github/codex-cli-splash.png
|
|
MODULE.bazel.lock
|
|
codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json
|
|
codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.v2.schemas.json
|
|
codex-rs/models-manager/models.json
|
|
codex-rs/tui/tests/fixtures/oss-story.jsonl
|
|
codex-rs/tui_app_server/tests/fixtures/oss-story.jsonl
|
|
codex-rs/tui/src/app.rs
|