Recently a feature introduced the Codex /Review command to the VSCode Extension. While the UI looks good, works and the idea is very useful and much cleaner than in the CLI (also doesn’t cause windows popups for python apps that could not be found) I found the following issue and difference to the CLI Command, rendering its’ performance far worse.
Apparently the VSCode Extension sets a time limit of like 5 minutes or so for finding issues. This mostly results in Codex not finding any issues at all (the last reasoning step mentions something like: too many fixes have been made. Due to time constraints I cannot pinpoint any exact issues so I will report that to the user.)
While when running /review inside the CLI simultaneously, it will result in it finding actual issues.