What version of Codex CLI is running?
CLI 0.115.0
What subscription do you have?
GPT Plus
Which model were you using?
gpt-5.3-codex medium
What platform is your computer?
Linux 6.17.0-19-generic x86_64 x86_64
What terminal emulator and version are you using (if applicable)?
No response
What issue are you seeing?
After upgrading to codex-cli 0.115.0, Codex CLI prompts for approval on alomost every command, including safe read-only commands (e.g. find, sed, ls).
Approval decisions such as “don’t ask again” are not persisted, causing repeated prompts and making the CLI difficult to use.
What steps can reproduce the bug?
- Start Codex CLI:
codex
- In the prompt, enter:
Analyze the repository structure and summarize the architecture
- When Codex tries to run a command (for example):
find . -maxdepth 3 -type d | sed 's#^./##' | sort
- When prompted, select:
Yes, and don't ask again
-
Observe that Codex continues execution and then prompts again for another command
-
Repeat step 4 (approve with “don’t ask again”)
-
Observe that:
- Codex continues to ask for approval on every command
- Even identical or similar commands (find, ls, sed, etc.) trigger prompts again
- Approval choice is not remembered within the same session
What is the expected behavior?
- Safe commands (find, ls, sed, etc.) should not require repeated approval in:
- “Don’t ask again” should persist within the session
Additional information
No response
What version of Codex CLI is running?
CLI 0.115.0
What subscription do you have?
GPT Plus
Which model were you using?
gpt-5.3-codex medium
What platform is your computer?
Linux 6.17.0-19-generic x86_64 x86_64
What terminal emulator and version are you using (if applicable)?
No response
What issue are you seeing?
After upgrading to codex-cli 0.115.0, Codex CLI prompts for approval on alomost every command, including safe read-only commands (e.g. find, sed, ls).
Approval decisions such as “don’t ask again” are not persisted, causing repeated prompts and making the CLI difficult to use.
What steps can reproduce the bug?
codex
Analyze the repository structure and summarize the architecture
find . -maxdepth 3 -type d | sed 's#^./##' | sort
Yes, and don't ask again
Observe that Codex continues execution and then prompts again for another command
Repeat step 4 (approve with “don’t ask again”)
Observe that:
What is the expected behavior?
Additional information
No response