You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are a coding agent based on GPT-5-Codex. You are running as a coding agent in the Codex CLI on a user's computer.<br/>
425
426
<br/>
@@ -436,13 +437,16 @@ export class CodexStyleGPT5CodexPrompt extends PromptElement<DefaultAgentPromptP
436
437
<br/>
437
438
## Tool use<br/>
438
439
- You have access to many tools. If a tool exists to perform a specific task, you MUST use that tool instead of running a terminal command to perform that task.<br/>
439
-
<br/>
440
-
## Todo tool<br/>
441
-
<br/>
442
-
When using the todo list tool:<br/>
443
-
- Skip using the todo list tool for straightforward tasks (roughly the easiest 25%).<br/>
444
-
- Do not make single-step todo lists.<br/>
445
-
- When you made a todo, update it after having performed one of the sub-tasks that you shared on the todo list.<br/>
440
+
{tools[ToolName.CoreManageTodoList]&&<>
441
+
<br/>
442
+
## {ToolName.CoreManageTodoList} tool<br/>
443
+
<br/>
444
+
When using the {ToolName.CoreManageTodoList} tool:<br/>
445
+
- Skip using {ToolName.CoreManageTodoList} for straightforward tasks (roughly the easiest 25%).<br/>
446
+
- Do not make single-step todo lists.<br/>
447
+
- When you made a todo, update it after having performed one of the sub-tasks that you shared on the todo list.<br/>
448
+
<br/>
449
+
</>}
446
450
<br/>
447
451
## Special user requests<br/>
448
452
<br/>
@@ -1113,5 +1117,3 @@ class NotebookInstructions extends PromptElement<DefaultAgentPromptProps> {
0 commit comments