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-file-review

v0.8.1

Published

Review DeepSeek Harness file changes in native sidebar tabs

Readme

DSH File Review

无需离开 DeepSeek Harness Web,即可立即审查 Agent 刚刚修改的每个文件。

Adapted DSH CLI version Web profile npm version npm downloads GitHub repository MIT License

English · 简体中文

怎么用

效果预览

preview

功能

  1. 本插件支持标准模式、PTC模式、创造模式、暂时不支持极简模式
  2. 可以通过Diff面板审查 Agent 刚刚修改的每个文件。
  3. 支持撤销操作,目前支持对编辑文件、新增文件等操作进行撤销。暂不支持对删除的文件进行撤销操作。

    因为目前dsh暂时没有提供删除文件的相关tool,因此本插件暂时不支持对删除的文件进行撤销操作。后续若dsh提供了删除文件的tool,本插件会进一步地支持。

  4. 可对变更行添加评论,并让 Agent 根据评论内容继续修改,或者对该变更进行询问。
  5. 审查时支持长文本自动换行,可在“设置 → 插件 → 插件配置 → 文件审查”中开启,默认关闭。
  6. 多语言支持,包括中文和英文。

兼容性声明

当前适配版本见顶部的徽章

快速开始

0. 将dsh-file-review添加到pnpm冷静期白名单

找到~/.dsh/profiles/web/pnpm-workspace.yaml,加上

minimumReleaseAgeExclude:
  - dsh-file-review

这是因为较新版的pnpm有冷静期,默认情况下,新发布的包得过了冷静期之后才会被安装。因此要安装最新版本,需要将dsh-file-review加入到名单中。

1. 安装本插件

dsh plugin --profile web add dsh-file-review

2. 启动 DSH Web

dsh web

3. 享受它

从源码安装

git clone https://github.com/left0ver/dsh-file-review.git
cd dsh-file-review
pnpm install
pnpm run build
dsh plugin --profile web add ${PWD}

从GitHub仓库进行安装

dsh plugin --profile web add github:left0ver/dsh-file-review

更新插件

dsh plugin --profile web update dsh-file-review

卸载插件

dsh plugin --profile web remove dsh-file-review

路线图

  • [ ] 支持对删除的文件进行撤销操作。

友情链接

LINUX DO — 新的理想型社区

许可证

MIT