npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bypass-permission-never-stop

v0.1.21

Published

Claude Code never-stop mode installer

Downloads

2,144

Readme

♾️ bypass-permission-never-stop

CI Release Security Scan npm version npm download License MIT Stars

Installer that adds bypass permission never stop mode to Claude Code's Shift+Tab cycle.

🎬 Live demo

bypass permission never stop mode 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-stop

When prompted, type yes to install.

Rollback

npx bypass-permission-never-stop uninstall

Upgrade (best practice)

When a new package version is released, use upgrade instead of manual uninstall + install.

npx bypass-permission-never-stop@latest upgrade

Alias command:

npx bypass-permission-never-stop@latest update

Non-interactive mode:

npx bypass-permission-never-stop@latest upgrade --yes

upgrade 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 doctor

What 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

  1. Run claude
  2. Press Shift+Tab
  3. Confirm bottom mode text shows bypass permission never stop on

CI / non-interactive install

npx bypass-permission-never-stop --yes

Use 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