-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to the VS Code extensionIssues related to the VS Code extensionregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxingwindows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems
Description
What version of the IDE extension are you using?
0.4.79
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Windows 25H2
What issue are you seeing?
The bug where Codex would ask for permission for every single file read/grep command is back. Codex will ask several dozen of permissions to simply read files.
This bug used to exist quite a while ago but was eventually solved. It has now returned in v0.4.79
What steps can reproduce the bug?
- Prompt the Codex to inspect wider codebase (such as "Can you look around the project and find all usages of foo".
- Select the "Yea and don't ask again" on every "Do you want to run this command" prompt.
- Codex will still ask again.
What is the expected behavior?
The codex will browse the code base and return the information it gathered without need to confirm several dozens of "Do you want to run this command" prompts. Only write access prompts should require confirmation, not read ones.
Additional information
In this particular case, I had to confirm about ~40-50 GetContent commands:
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to the VS Code extensionIssues related to the VS Code extensionregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxingwindows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems