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-forge/bundle

v0.1.4

Published

DSH extension suite host bundle: cross-session mailbox, agent teams, model delegation & routing policy, runtime injector, skill manager, dynamic-plugin boot, and the plugin/skill manager client packages.

Readme

@dsh-forge/bundle

DeepSeek Harness 扩展套件 host bundle:跨会话邮箱、agent 团队、子代理派发与模型路由策略、运行时注入器、技能管理器、动态插件启动,以及插件/技能管理面板客户端包。

GitHub: alex04130/dsh-forge · License: MIT

安装

# 推荐:通过 DSH 的 plugin 命令安装 bundle
dsh plugin --profile web add @dsh-forge/bundle

# 或直接 npm 安装后手动对照复制
npm install @dsh-forge/bundle

peer 依赖:@deepseek-ai/dsh >= 0.1.0-rc.6@deepseek-ai/dsh-skill@deepseek-ai/dsh-tools

使用

  1. 安装后重启 DSHdsh web)。
  2. 新建会话选择 router-standard preset(任务感知思维模式路由,随仓库 presets/ 提供)。
  3. 运行时验证:dev_plugin_status(注入器)、skill_list(技能)、model_taxonomy(路由)、dev_router_status(思维模式路由)。

包含内容

  • cordis.patch.yml — host 插件装配清单(含可选的 GitHub MCP 条目)。
  • plugins/ — 10 个 host 插件:
    • mailbridge 跨会话邮箱(session_list / session_read / session_send / mailbox_check,离线持久排队 + wake 冷启动)
    • teamhub agent 团队(captain + 成员子代理 + 依赖任务板 + 成员间消息)
    • modsub 子代理派发(spawn_model_subagent:provider/model/effort/mode/sandbox 可选,默认全继承父级,提权审批)
    • modelroute 子代理模型继承策略 + 模型系列 taxonomy + plan 计费路由
    • modeswitch 会话中途切换 agent preset(switch_mode / session_mode)
    • llmrouter 多厂商模型委派(model_list / model_call)
    • injector BepInEx 式运行时注入(symlink + 持久注册表,重启自动恢复)
    • skillmanager 技能统一管理(持久化增删启停 + 默认注入模式)
    • dynboot / imgsub-bridge 动态插件启动 / 子代理图片附件桥
  • plugins/lib/subagent-policy.mjs — 共享子代理策略库(能力面判定、模型档位/系列升级、sandbox 提权、mode/effort 注入)。
  • packages/dsh-plugmgrpackages/dsh-dynrestore — 插件管理面板与动态插件客户端恢复包。

文档

许可与归因

MIT。改编自 dsh-router-standarddsh-anchored-standarddsh-routing-suite(均 MIT)。