Stock queue plus edit, remove, steer, reorder, clear-all, and 10-second undo.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:starslittle/dsh-queue-plus
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
English | 简体中文
A better stock queue: edit, remove, and steer, plus reorder, clear-all, and 10-second undo.
Turning it off or uninstalling restores the built-in queue immediately.

Install
dsh plugin --profile web add github:starslittle/dsh-queue-plus
Restart dsh web. Queue at least two prompts. Sort appears next to the queue title.
Prebuilt package (no install-script permission):
dsh plugin --profile web add -w https://github.com/starslittle/dsh-queue-plus/releases/download/v0.2.0/dsh-queue-plus-0.2.0.tgz
What you can do
- Edit, remove, and steer, same as the stock queue
- Click Sort and drag to change execution order in place
- Clear the whole queue; undo for 10 seconds
- If someone else changed the queue, the action is rejected instead of scrambling it
Check that it loaded
| What you see | What to do |
|---|---|
| Sort appears after two queued prompts | It is on |
| No Sort | Restart, and use queue-send rather than send-now |
| Uninstall restores the stock queue | Expected |
Limits
- Undo lives in the current Host process only, for 10 seconds
- It does not touch steer / context queues or a parent agent's child queues
- Uninstall restores the stock queue automatically
dsh plugin --profile web add github:starslittle/dsh-queue-plus#v0.2.0
Source install runs this repo's prepare build. pnpm 10+ requires an explicit allow in that profile's pnpm-workspace.yaml; only grant it to source you trust.
pnpm install
pnpm run check
dsh plugin --profile web add -w link:/absolute/path/to/dsh-queue-plus
dsh plugin --profile web update dsh-queue-plus
dsh plugin --profile web remove dsh-queue-plus
Built against the public @deepseek-ai/* 0.1.0-rc.6 Agent Inbox and Web plugin contracts. Those are still release candidates.
License
MIT
Links
More in this category
Anionex/dsh-turn-rewind★ 47
Rewind conversation and workspace state, powered by a persistent Change Ledger.
Nwflower/dsh-chat-import★ 30
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
Chinesezjc/dsh-interconnect★ 26
Cross-instance message and event handoff between DSH instances via an interconnect server.
whyihaveyou/dsh-suite#plugin-session-export★ 21
Export the append-only session log as human-readable Markdown or HTML, grouped by trajectory source.
hellodigua/dsh-share★ 18
Share your conversations with one click.
Moeblack/dsh-message-edit★ 18
Branch-based message editing, reroll, retry, and a version timeline.