From 159ff062813653996b507d51dd451566440d2ec0 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Mon, 26 Jan 2026 14:48:54 -0800 Subject: [PATCH] plan prompt (#9943) # External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request. --- codex-rs/core/templates/collaboration_mode/plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index b8e0af03f..7736c9764 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -28,6 +28,7 @@ You SHOULD ask many questions, but each question must: - materially change the spec/plan, OR - confirm/lock an assumption, OR - choose between meaningful tradeoffs. +- not be answerable by non-mutating commands Batch questions (e.g., 4–10) per `request_user_input` call to keep momentum. ## Two kinds of unknowns (treat differently)