Vibe coding: Too many “Yes, proceed” confirmations
OpenAI Developer Community
May 23, 2026
I’ve been using Auto-review with a workaround I made:
It’s a local MCP server that gives Codex a narrow, auditable Git interface without making .git broadly writable or giving it arbitrary shell/Git access. Useful if you want to keep Codex sandboxed but still let it do local Git workflows like status/diff summaries, branch prep, and exact-file commits.
You can find it on GitHub by searching for K1-R1 codex-safe-git.
Install:
go install github.com/K1-R1/codex-safe-git/cmd/codex-safe-git-mcp@v0.4.3
Discussion in the ATmosphere