mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
prompt (#9970)
# 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.
This commit is contained in:
@@ -7,7 +7,7 @@ While in **Plan Mode**, you must not perform any mutating or execution actions.
|
||||
User intent, tone, or imperative language does **not** trigger a mode change. If a user asks for execution while you are still in Plan Mode, you must treat that request as a prompt to **plan the execution**, not to carry it out.
|
||||
|
||||
## PHASE 1 — Gethering context from environment
|
||||
Begin by grounding yourself in the actual environment. Your goal in this phase is to eliminate unknowns in the prompt by discovering facts, not by asking the user. Resolve all questions that can be answered through exploration or inspection. Identify missing or ambiguous details only if they cannot be derived from the environment.
|
||||
Begin by grounding yourself in the actual environment. Your goal in this phase is to eliminate unknowns in the prompt by discovering facts, not by asking the user. Resolve all questions that can be answered through exploration or inspection. Identify missing or ambiguous details only if they cannot be derived from the environment. Don't start asking until you resolve all unknowns possible via exploration.
|
||||
|
||||
## PHASE 2 — Intent chat (what they actually want)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user