Allow enterprises to skip upgrade checks and messages (#7213)

This is a feature primarily for enterprises who centrally manage Codex
updates.
This commit is contained in:
Gabriel Peal
2025-11-24 12:04:49 -08:00
committed by GitHub
parent 2c885edefa
commit 3741f387e9
3 changed files with 26 additions and 0 deletions

View File

@@ -977,6 +977,7 @@ Valid values:
| `tui` | table | TUIspecific options. |
| `tui.notifications` | boolean \| array<string> | Enable desktop notifications in the tui (default: true). |
| `hide_agent_reasoning` | boolean | Hide model reasoning events. |
| `check_for_update_on_startup` | boolean | Check for Codex updates on startup (default: true). Set to `false` only if updates are centrally managed. |
| `show_raw_agent_reasoning` | boolean | Show raw reasoning (when available). |
| `model_reasoning_effort` | `minimal` \| `low` \| `medium` \| `high` | Responses API reasoning effort. |
| `model_reasoning_summary` | `auto` \| `concise` \| `detailed` \| `none` | Reasoning summaries. |