opencode-q is a prompt queue plugin for OpenCode (an AI coding assistant) that provides a web-based UI at http://localhost:4321 to manage per-session prompt queues. Developers can stage prompts, send them one-by-one, and track status (queued → pending → sent → done/failed) across multiple projects and sessions. v1.1.4 (latest) uses Bun and must be installed globally. It persists all state to disk, surviving OpenCode restarts. Unlike CLI-based prompts, this is a pure web interface with no TUI commands. Alternative to manually copying prompts or using OpenCode's built-in chat without queuing.
npm install opencode-qNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install via npm, then open the web UI to manage prompt queues with per-session tracking.
Use npm install -g opencode-q instead of npm install opencode-q in a project.
Keep OpenCode open in at least one project. If stuck, restart OpenCode.
Kill the process using port 4321 or configure OpenCode to use a different port (not directly supported yet).
Use a single OpenCode instance per project to keep session queues consistent.
Run with sudo: sudo npm install -g opencode-q
Do not import opencode-q directly in Node.js. Only use it via OpenCode.
Run npm install -g opencode-q