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-artifact-sidebar

v1.1.2

Published

Artifact sidebar for DeepSeek Harness (DSH) Web GUI: expandable right sidebar listing the current session's produced files, with preview, copy-path and open-in-folder. One-command installer included.

Readme

dsh-plugin-artifact-sidebar

Artifact sidebar for the DeepSeek Harness (DSH) Web GUI: an expandable/collapsible right sidebar that lists the files the current session actually produced during the conversation — with preview, copy-path, and open-in-folder.

  • Deployment-level DSH plugin (Host + Client halves)
  • Requires DSH Web GUI (Windows / macOS / Linux)

Features

  • 📌 Right embedded sidebar (conversation narrows by 360px when open)
  • 📂 Current-session artifacts (from write/edit log entries), auto-follows session switches
  • 📖 Fullscreen content preview (first 256KB, binary auto-detected), ✕ returns to the list
  • ⧉ Copy path / ↗ Open in folder (explorer.exe · open -R · xdg-open)
  • ⤢ Fullscreen / ⟳ Refresh / ◧ Collapse
  • 🎨 Theme-token aware · ⚡ Parallel stat + 8s cache

Installation (DSH deployment owner)

  1. Add the dependency in your DSH profile (~/.dsh/profiles/<profile>/package.json):

    "dependencies": {
      "dsh-plugin-artifact-sidebar": "^1.0.0"
    }

    then install: npm install (or your profile's package manager).

  2. Register the plugin in your profile's cordis.patch.yml:

    - insert:
        - id: artifact-sidebar
          name: dsh-plugin-artifact-sidebar
  3. Restart (or hot-reload) the deployment, then hard-refresh the Web GUI page.

The sidebar toggle appears in the conversation header (top-right); the plugin also shows up under Settings → Plugins.

Usage

  1. Open any session → click the round panel icon (▣) at the top right.
  2. The sidebar opens (conversation narrows) and lists the current session's files.
  3. Hover a file → 📖 preview / ↗ open folder / ⧉ copy path.
  4. Click 📖 for a fullscreen content preview; ✕ returns to the list.
  5. Click ▣ to collapse the sidebar.

How it works

  • Host half registers three JSON routes on the Web server (/api/artifact-sidebar/{current,read,reveal}).
  • Client half is a dsh.client web plugin registering the sidebar UI into the shell.overlay and conversation.session.header.utilities slots.

License

MIT