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

v0.6.4

Published

DSH plugin: model reasoning levels plus CLI request mimic, with a unified Daily Optimization settings section.

Readme

dsh-experience-plugin

DSH(DeepSeek Harness)功能插件,按功能模块组织:

| 模块 | 功能 | 配置入口 | |------|------|----------| | 模型思考等级 | 为自定义 API 模型注入推理等级 | 设置页「日用优化」分区 | | CLI 请求模拟 | 把 DSH 模型请求伪装成 Codex / Claude Code / Grok CLI | 设置页「日用优化」分区 | | 打开文件夹 | 工作区行菜单打开项目目录 | 插件行 openFolder 段 | | 消息时间轴 | 对话页左侧消息标记条 + 预览跳转 | 无需配置 | | 消息折叠 | AI 工作过程一键收起/展开 | 无需配置 | | 设置页全屏化 | 设置弹窗改全屏页 + 背景不透明开关 | 设置页「日用优化」分区 | | 自动加载历史 | 打开会话时自动加载更早的对话历史 | 设置页「日用优化」分区 | | 全局指令 | 设置页编辑此主机全局指令(~/.dsh/AGENTS.md) | 设置页「日用优化」分区 | | 模块开关 | 各功能模块独立启停 | 设置页「日用优化」分区「模块开关」页签 |

所有配置 UI 统一收拢在设置页「日用优化」分区,含「插件设置」与「模块开关」两个页签。

安装

插件已发布到 npm(dsh-experience-plugin),两种安装方式:

方式一:DSH 插件命令(推荐,自动从 npm 拉取)

dsh plugin --profile web add dsh-experience-plugin

方式二:直接 npm 安装

npm install dsh-experience-plugin

本地开发安装(Windows 跨盘符时先建 C 盘 junction):

New-Item -ItemType Junction -Path "$env:USERPROFILE\.dsh\plugins\dsh-experience-plugin" -Target "<项目绝对路径>"
dsh plugin --profile web add link:C:/Users/<用户名>/.dsh/plugins/dsh-experience-plugin

构建

pnpm install
pnpm build

目录结构

按功能模块组织在 src/features/ 下:

  • model-reasoning/:模型思考等级
  • cli-mimic/:CLI 请求模拟
  • open-folder/:打开文件夹
  • timeline-rail/:消息时间轴
  • msg-collapse/:消息折叠
  • settings-page/:设置页全屏化
  • auto-load-history/:自动加载历史
  • my-rules/:全局指令(My Rules,读写 ~/.dsh/AGENTS.md)
  • module-toggles/:模块开关
  • daily-optimization/:设置页「日用优化」分区
  • settings/:统一配置卡片

License

MIT