core-agent-ide/codex-cli
Jake Kay b5fad66e2c
fix: add missing "as" in prompt prefix in agent loop (#186)
# Description

This PR fixes a typo where the prompt prefix for the agent loop was
missing the word "as"

# Changes

* Added missing word "as" within the agent loop prompt prefix

# Benefits

* The prompt is now grammatically correct and clearer

# Testing

* Manually tested the fix
2025-04-16 22:16:16 -07:00
..
examples chore: fixed gramatical errors in prompt examples (#136) 2025-04-16 15:45:29 -07:00
scripts (fix) update Docker container scripts (#47) 2025-04-16 12:02:41 -07:00
src fix: add missing "as" in prompt prefix in agent loop (#186) 2025-04-16 22:16:16 -07:00
tests (fix) do not transitively rely on deprecated lodash deps (#175) 2025-04-16 20:52:35 -07:00
.dockerignore (fix) update Docker container scripts (#47) 2025-04-16 12:02:41 -07:00
.editorconfig Initial commit 2025-04-16 12:56:08 -04:00
.eslintrc.cjs Initial commit 2025-04-16 12:56:08 -04:00
build.mjs Initial commit 2025-04-16 12:56:08 -04:00
Dockerfile (fix) update Docker container scripts (#47) 2025-04-16 12:02:41 -07:00
ignore-react-devtools-plugin.js Initial commit 2025-04-16 12:56:08 -04:00
package-lock.json (fix) do not transitively rely on deprecated lodash deps (#175) 2025-04-16 20:52:35 -07:00
package.json (fix) do not transitively rely on deprecated lodash deps (#175) 2025-04-16 20:52:35 -07:00
require-shim.js Initial commit 2025-04-16 12:56:08 -04:00
tsconfig.json Back out @lib indirection in tsconfig.json (#111) 2025-04-16 14:16:53 -07:00