
Security News
pnpm 11.10 Hardens Registry Authentication to Block Token Redirection
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.
opencode-ralph-loop
Advanced tools
Minimal Ralph Loop plugin for opencode - auto-continues until task completion
Minimal Ralph Loop plugin for opencode - auto-continues until task completion.
Inspired by Anthropic's Ralph Wiggum technique for iterative, self-referential AI development loops.
oh-my-opencode is a fantastic, feature-rich plugin that includes Ralph Loop along with many other powerful capabilities like the Sisyphus orchestrator, background agents, and more.
However, we personally found the full suite a bit heavy for our workflow. We also noticed others in the community expressing interest in specific features without needing the complete package. So we extracted just the Ralph Loop functionality into this standalone, lightweight plugin.
If you want the full-featured experience, definitely check out oh-my-opencode. If you just want auto-continuation loops with minimal overhead, this plugin is for you.
Add to your ~/.config/opencode/opencode.json:
{
"plugin": ["opencode-ralph-loop"]
}
Restart opencode. That's it!
/ralph-loop "Build a REST API with authentication"
The AI will work on your task and automatically continue until completion.
/cancel-ralph
/ralph-loop creates a state file at .opencode/ralph-loop.local.md<promise>DONE</promise> was outputWhen the AI finishes a task, it outputs:
<promise>DONE</promise>
This signals the loop to stop.
The loop state is stored in your project directory:
.opencode/ralph-loop.local.md
Format (markdown with YAML frontmatter):
---
active: true
iteration: 3
maxIterations: 100
sessionId: ses_abc123
---
Your original task prompt
Add .opencode/ralph-loop.local.md to your .gitignore.
.opencode/, not global/ralph-loop and /cancel-ralphMIT
FAQs
Minimal Ralph Loop plugin for opencode - auto-continues until task completion
The npm package opencode-ralph-loop receives a total of 294 weekly downloads. As such, opencode-ralph-loop popularity was classified as not popular.
We found that opencode-ralph-loop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.