bypass-permission-never-stop
v0.1.21
Published
Claude Code never-stop mode installer
Downloads
2,144
Maintainers
Readme
♾️ bypass-permission-never-stop
Installer that adds bypass permission never stop mode to Claude Code's Shift+Tab cycle.
🎬 Live demo

⚙️ How it works
- With
bypass permission never stop on, one submitted message is re-submitted repeatedly. - The loop continues while the Claude process and session are still active.
✨ Highlights
- 🚀 One-command install
- 🔁 Continuous re-submit loop mode
- 🔄 One-command upgrade with
upgrade/update - 🩺 One-command diagnosis with
doctor - ♻️ Safe rollback with
uninstall
Quick start
npx bypass-permission-never-stopWhen prompted, type yes to install.
Rollback
npx bypass-permission-never-stop uninstallUpgrade (best practice)
When a new package version is released, use upgrade instead of manual uninstall + install.
npx bypass-permission-never-stop@latest upgradeAlias command:
npx bypass-permission-never-stop@latest updateNon-interactive mode:
npx bypass-permission-never-stop@latest upgrade --yesupgrade restores the previous backup first, then applies the latest patch.
Doctor (diagnose + guided fixes)
Run diagnosis first when install/upgrade behavior looks wrong:
npx bypass-permission-never-stop doctorWhat doctor does:
- Runs target/signature/hook/backup consistency checks
- Prints PASS/WARN/FAIL summary and next commands
- Offers guided auto-fixes (restore/reinstall) with a single confirmation when inconsistent state is detected
What you should see
- Run
claude - Press
Shift+Tab - Confirm bottom mode text shows
bypass permission never stop on
CI / non-interactive install
npx bypass-permission-never-stop --yesUse this only when you intentionally want unattended install.
Sample prompt (one)
Use this once bypass permission never stop mode is enabled:
Mission: Continuously find and fix real bugs from Sentry, GitHub issues, and direct code exploration; after each fix, immediately start the next bug cycle.Links
- Troubleshooting:
docs/TROUBLESHOOTING.md - QA details:
docs/QA_REPORT.md - Changelog:
CHANGELOG.md
