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-pi/tools

v0.1.0

Published

pi-compatible tool surface for DeepSeek Harness (dsh-pi): an `edit` tool with pi's exact interface plus pi-style descriptions for read/write/bash.

Downloads

53

Readme

@dsh-pi/tools

pi-compatible tool surface for DeepSeek Harness (dsh-pi), aligning the model-visible tool layer with pi's:

  1. edit tool — pi's exact interface: path + edits[] with oldText/newText. Every oldText must match a unique, non-overlapping region of the original file; edits are validated like pi and applied in one call. (pi's description is used verbatim.)
  2. Description alignment — via the system-prompt/assemble waterfall, the model-visible descriptions of read / write / bash are rewritten to pi's wording. bash keeps a one-line sandbox-escalation note so dsh's denial policy is not lost.

Install into a profile

dsh plugin --profile web add @dsh-pi/tools        # published, or:
dsh plugin --profile web add file:/abs/path/to/dsh-pi-tools

The bundle auto-registers in the profile manifest. Restart the profile.

Config

| Field | Default | Meaning | |---|---|---| | alignDescriptions | true | rewrite read/write/bash descriptions to pi wording |

Notes

  • Param names (path vs file_path) are intentionally NOT renamed: execution binds by parameter name, and rewriting schemas would break calls. The model adapts (observed using both styles).
  • str_replace_editor remains available as the native dsh editor; the persona tool list steers toward edit for pi-style precision.
  • Requires dsh ≥ 0.1.0-rc.6 (@deepseek-ai/dsh-tools resolves from the profile module tree).

Layout

| File | Role | |---|---| | index.js | Cordis plugin (registers edit, installs the assemble description listener) | | cordis.patch.yml | bundle patch — inserts the dsh-pi-tools row | | package.json | declares dsh.bundle.patch |

License

MIT