5 ms·
My main issue with Codex and many other harnesses is the permission flow. For just about every other harness it’s either alert fatigue answering permission ask
by millicentricism 26d ago
My main issue with Codex and many other harnesses is the permission flow.
For just about every other harness it’s either alert fatigue answering permission asks all the time, or spending too long time hoping that you know the tools well enough to scope out a permissions file that actually works. Then there’s the “yolo in a VM” approach which also is a time eater and overkill.
Until someone solves “auto mode” with the other harnesses, I’m with Claude.
- 8cvor6j844qw_d6 26d agoCodex has an "auto mode" that I would say is better scoped as you can configure the policy of the auto classier. Probably allow by default except... if you had fatigue with permissions file. Its not an out of the box feature unlike Claude Code. .codex/config.toml --- approval_policy = "on-request" approvals_reviewer = "auto_review" [auto_review] policy = """ Your prompt to the permission classifier here, e.g., Allow requests by default except requests involving... Obtain user approval for denied request. """