[codex] document use_experimental_reasoning_summary toml key config (#3118)

Follow up on https://github.com/openai/codex/issues/3101
This commit is contained in:
Anton Panasenko
2025-09-03 11:16:07 -07:00
committed by GitHub
parent 0e827b6598
commit 77fb9f3465

View File

@@ -611,6 +611,7 @@ Options that are specific to the TUI.
| `experimental_resume` | string (path) | Resume JSONL path (internal/experimental). |
| `experimental_instructions_file` | string (path) | Replace builtin instructions (experimental). |
| `experimental_use_exec_command_tool` | boolean | Use experimental exec command tool. |
| `use_experimental_reasoning_summary` | boolean | Use experimental summary for reasoning chain. |
| `responses_originator_header_internal_override` | string | Override `originator` header value. |
| `projects.<path>.trust_level` | string | Mark project/worktree as trusted (only `"trusted"` is recognized). |
| `preferred_auth_method` | `chatgpt` \| `apikey` | Select default auth method (default: `chatgpt`). |