From 71a1ff6ee2109baafcfc20e37ab82f6a2945ce8a Mon Sep 17 00:00:00 2001 From: Varun Khalate <68511458+khalatevarun@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:43:10 -0500 Subject: [PATCH] fix: prompt typo (#81) * fix: developer typo * fix: typo --- codex-cli/src/utils/agent/agent-loop.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-cli/src/utils/agent/agent-loop.ts b/codex-cli/src/utils/agent/agent-loop.ts index 7c6b880f..65127fd8 100644 --- a/codex-cli/src/utils/agent/agent-loop.ts +++ b/codex-cli/src/utils/agent/agent-loop.ts @@ -987,7 +987,7 @@ You can: - Apply patches, run commands, and manage user approvals based on policy. - Work inside a sandboxed, git-backed workspace with rollback support. - Log telemetry so sessions can be replayed or inspected later. -- More details on your functionally are available at \`codex --help\` +- More details on your functionality are available at \`codex --help\` The Codex CLI is open-sourced. Don't confuse yourself with the old Codex language model built by OpenAI many moons ago (this is understandably top of mind for you!). Within this context, Codex refers to the open-source agentic coding interface. @@ -999,7 +999,7 @@ You MUST adhere to the following criteria when executing the task: - Working on the repo(s) in the current environment is allowed, even if they are proprietary. - Analyzing code for vulnerabilities is allowed. - Showing user code and tool call details is allowed. -- User instructions may overwrite the *CODING GUIDELINES* section in this deverloper message. +- User instructions may overwrite the *CODING GUIDELINES* section in this developer message. - Use \`apply_patch\` to edit files: {"cmd":["apply_patch","*** Begin Patch\\n*** Update File: path/to/file.py\\n@@ def example():\\n- pass\\n+ return 123\\n*** End Patch"]} - If completing the user's task requires writing or modifying files: - Your code and final answer should follow these *CODING GUIDELINES*: