-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jkrandom-sudo edited this page Jul 18, 2026
·
2 revisions
opencode-plugin-loop adds a session-scoped /loop command to OpenCode. It can run prompts on fixed or adaptive schedules, persist tasks across restarts, and display command results in a responsive native dialog without writing over the prompt.
- Fixed, adaptive, and maintenance loop modes
- Strict per-session task ownership
- Persistent tasks with deterministic jitter and automatic cleanup
-
list,status,cancel,pause,resume, andstop-allcommands - Copy ID, Copy all, and Close actions in a keyboard- and mouse-accessible dialog
- LLM-callable
loop_scheduleandloop_statustools
- OpenCode 1.17.18 or newer
- Node.js 18 or newer
opencode plugin opencode-plugin-loop --global --forceRestart OpenCode after installation. The unversioned package name lets the same command install future releases without editing configuration files.
- User Guide — installation, commands, dialog controls, and configuration
- Troubleshooting — cache, version, duplicate-loading, and TUI recovery steps
- Development — architecture, source workflow, build, and testing