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-plugin-hotplug

v0.1.1

Published

Hot-plug manager and replacement plugin inventory UI for DeepSeek Harness profiles.

Downloads

310

Readme

dsh-plugin-hotplug

English | 简体中文

DeepSeek Harness(DSH)的插件热插拔管理器和插件列表替代界面。

它会在设置页接管官方只读插件列表,提供按来源分组的插件清单和安全的运行时控制。

功能

  • 按当前 profile、第三方 Profile Bundle、home 全局层和 DSH 内置来源分组;
  • 立即启用或停用当前 profile 插件与第三方 Bundle;
  • 将开关状态持久化到当前 profile 的 cordis.patch.yml
  • 使用 Cordis Loader 生命周期完成可回退的热卸载与恢复;
  • 分别展示配置状态和运行时 fiber 状态;
  • 保护 Web 传输、界面骨架、全局插件和插件自身,避免误操作拆掉管理页面;
  • 界面提供英文和中文文案。

安装

dsh plugin --profile web add -w dsh-plugin-hotplug
dsh --profile web

这是一个双面 DSH Profile Bundle。包内 patch 会挂载 host/client 两半并停用官方只读 inventory tab。安装或更新宿主端代码后需要重启 profile。

该插件面向 Web profile,因为客户端部分会替换设置页中的插件列表标签页。

来源分组与控制范围

  • 当前 profile patch 插入的插件可以切换;
  • 第三方 Profile Bundle 可以切换;
  • home 级全局插件只读,因为 profile patch 层早于 home 层应用;
  • DSH 内置插件只读;
  • 核心 Web 传输、UI 条目和插件自身始终受到保护。

运行时切换通过 ctx.loader.update(...) 执行,让 Cordis 按正常生命周期卸载或恢复插件副作用。持久化只写入一个小型托管区段,不会重写整份用户 patch。

卸载

dsh plugin --profile web remove dsh-plugin-hotplug

卸载后请重启 profile,使 Web Bundle 恢复官方插件列表标签页。

许可证

MIT