npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-queue-plus

v0.3.0

Published

A calm, unified prompt queue for DeepSeek Harness with smart expansion, persistent confirmations, editing, steering, accessible reordering, and official queue removal.

Readme

dsh-queue-plus

English | 简体中文

一个更好用的 DSH 排队消息面板:编辑、删除、插话、排序和批量删除

Queue Plus 真实交互演示

Queue Plus 使用 DSH 官方插槽接管 QueueDock,不隐藏或复制排队消息;停用或卸载插件后,官方队列会自动恢复。

功能

  • 编辑、删除或插话发送排队消息。
  • 拖动消息,或使用上下箭头调整执行顺序。
  • 一键批量删除,确认后按 DSH 官方方式逐条处理。
  • 新队列自动展开,并记住手动收起状态。
  • 支持中文、英文、键盘和触屏操作。

安装

推荐安装 Release 中的预构建包,无需授权安装脚本:

dsh plugin --profile web add -w https://github.com/starslittle/dsh-queue-plus/releases/download/v0.3.0/dsh-queue-plus-0.3.0.tgz

重启 dsh web。运行中连续发送至少两条“排队”消息,队列标题旁会出现“排序”。

装完怎么验

| 现象 | 怎么办 | |---|---| | 排队两条后标题旁出现「排序」 | 已生效 | | 没有「排序」 | 确认已重启,并选「排队发送」而不是马上发送 | | 关掉或卸载后队列变回原样 | 正常 |

边界

  • 单条和批量删除都调用 DSH 官方 conversation.updateQueue(..., { kind: 'remove' })
  • 删除全部只处理确认时可见的消息;并发变化时可能部分完成,不会误删随后加入的消息。
  • 排序使用服务端确认和并发保护;若队列已经变化,本次排序会拒绝而不是排乱。
  • 不操作 steering / context 队列,也不管理父 Agent 所有的 subagent 队列。
  • 卸载后官方队列自动恢复。

锁定版本、从 GitHub 源码安装:

dsh plugin --profile web add github:starslittle/dsh-queue-plus#v0.3.0

源码安装会跑仓库自带的 prepare 构建。pnpm 10 及以上需要先在对应 profile 的 pnpm-workspace.yaml 里允许 dsh-queue-plus 执行构建;只对可信源码开这个权限。

本地开发:

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

面向 @deepseek-ai/* 0.1.0-rc.6 的公开 Agent Inbox 与 Web 插件契约。DSH 仍在 RC,契约若改需要同步升级插件。

许可

MIT