TheOnlyFusionCube/claude-codex-auto-resume ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Go command line tool that wraps another AI coding CLI and keeps it running when it hits a usage limit. I want to be able to run something like my normal Claude, Codex, or Gemini command through it, and if the tool stops because of a quota or rate limit, it should read the message, figure out when it resets, wait, and then resume automatically.
It should work both for an interactive terminal session and for headless commands, and it should let me use a generic mode for other CLIs with a custom limit message and resume text. Please make it a single static binary that works on macOS, Linux, and Windows, with a simple help screen, a parse check command, and a few sensible defaults. If you need to look up current docs online for the CLI behaviors, go ahead.
Are you gonna build this?
make sure you review the code using arcumet