Queue OpenCode prompts and slash commands until the agent is idle. This plugin adds a real /queue slash command and supports trailing syntax, allowing users to type the next prompt or command while the agent is busy, without interrupting the current run. Version 0.9.1, actively maintained. Key differentiators: operates as a true OpenCode slash command, supports queuing normal prompts, slash commands, and shell blocks, offers priority queuing with 'front', and provides queue management commands (list, stop, start, flush, clear). Only ESM, requires Node >=20.
npm install opencode-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to add the plugin to OpenCode config and use /queue to queue prompts, slash commands, and shell blocks while agent is busy.
Re-queue items after session restart.
Use '/queue flush' to send all immediately if needed.
Upgrade Node to version 20 or higher.
Use exactly {"plugin": ["opencode-queue"]} in config.Check the queue with '/queue list' or wait until idle.
Ensure plugin is added to config as {"plugin": ["opencode-queue"]} and restart OpenCode.Use import syntax or ensure your project is ESM. The package is ESM-only.
Add the plugin to config and restart OpenCode.
No dependency data recorded yet.