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

filestab

v0.1.6

Published

Read-only, session-workspace-scoped Files tab for the dsh web GUI (generic connection.rpc host channel + web client).

Readme

npm version License: MIT

filestab 图标 filestab

English | 中文

DeepSeek Harness 的替换文件查看器(支持版本控制)DeepSeek 标志

功能

实时变更跟踪(jj 或 git),diff 以并排或统一视图渲染,取决于窗格宽度:

文件浏览器:按文件夹的变更汇总、文件状态标记,以及变更文件的 diff

同一变更文件的并排 diff,列处于全屏

带任务列表、语法高亮和 mermaid 图表的 Markdown:

渲染后的 Markdown:任务列表、高亮的 TypeScript 代码块,以及密封框架中的 mermaid 图表

两次点击,即可针对文件中的某个具体位置发起提问:

在原始视图中点击一个字符:头部行显示精确的 @path:line:col 引用,Add ref to chat 将其插入输入框,agent 恰好修改了那个数字,diff 显示结果

安装

dsh plugin --profile web add filestab

请安装到 web profile,即运行 GUI 的那个 profile。

开发

要测试本地检出(而非已发布的包),可以直接安装:dsh plugin --profile web add /path/to/filestab

源码检出或本地路径安装请先运行 pnpm install && npm run build 生成 bundle。

pnpm install     # 本地(未提交的).npmrc 可将 pnpm store 固定在仓库内
npm run build    # tsc(宿主端 + 客户端)+ tsdown 打包
npm test         # 构建 + 完整测试套件(纯解析器测试 + jj/git 在 PATH 时做真实 I/O)
npm run e2e      # 针对沙盒 dsh 实例的浏览器旅程

CHANGELOG.md · Releases