From cc58f1086dbe7ee5ecbf1ff1ef76f05852bc7cf5 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Tue, 8 Jul 2025 12:26:05 -0700 Subject: [PATCH] docs: document support for model_reasoning_effort and model_reasoning_summary in profiles (#1486) Documents the new functionality added in https://github.com/openai/codex/pull/1484. --- codex-rs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codex-rs/config.md b/codex-rs/config.md index 59cf4204..b5a94a09 100644 --- a/codex-rs/config.md +++ b/codex-rs/config.md @@ -157,6 +157,8 @@ wire_api = "chat" model = "o3" model_provider = "openai" approval_policy = "never" +model_reasoning_effort = "high" +model_reasoning_summary = "detailed" [profiles.gpt3] model = "gpt-3.5-turbo"