From 77fb9f34659ce945ffecd7ddf8c16814579274c3 Mon Sep 17 00:00:00 2001 From: Anton Panasenko Date: Wed, 3 Sep 2025 11:16:07 -0700 Subject: [PATCH] [codex] document `use_experimental_reasoning_summary` toml key config (#3118) Follow up on https://github.com/openai/codex/issues/3101 --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 3e1f93df..5d7573fe 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 built‑in 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..trust_level` | string | Mark project/worktree as trusted (only `"trusted"` is recognized). | | `preferred_auth_method` | `chatgpt` \| `apikey` | Select default auth method (default: `chatgpt`). |