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

@wxgmjfhy/dsh-tui

v0.1.0

Published

Interactive terminal front door for DeepSeek Harness agents, shipped as an installable dsh bundle plugin.

Readme

dsh-tui

交互式终端前端(TUI)插件,挂载到官方 DeepSeek Harness CLI(dsh)。 从 deepseek-harness 的 feat/tui-cli 分支(源码内形态)抽出为独立 bundle 插件: 零核心改动、一条命令安装、卸载零残留。

English | 中文

安装

# 前置:官方 dsh CLI + pnpm
npm install -g @deepseek-ai/dsh
corepack enable pnpm

# 装入本插件(自动初始化 profile,追加为 bundle 层)
dsh plugin --profile tui add @wxgmjfhy/dsh-tui

# 启动(终端 TTY 必需;需要 DEEPSEEK_API_KEY)
dsh --profile tui

卸载:dsh plugin --profile tui remove @wxgmjfhy/dsh-tui——bundle 层即插即拔,无核心残留。

能力

  • 全屏交互式 transcript:流式 Markdown、工具卡片、思考块展开、@ 文件引用、命令补全、历史搜索
  • /rewind(fork-rewind:回退到更早轮次并以新会话继续)、/resume/model/compact/status/help 等命令
  • 实时状态行(轮次阶段、计时、token 记账、缓存命中率)
  • 权限预设(/permission)与审批对话框

开发

AGENTS.md。验证序列:build → typecheck → lint → test → test:snapshot → test:e2e

架构

单 npm 包 = bundle patch 层(cordis.patch.yml,覆盖官方 dsh-base 行 id)+ startup provider(--resume 解析与身份槽位)+ 渲染器(pi-tui 即时模式,事件流驱动 transcript)。会话与模型历史由官方 dsh-session 拥有;插件只消费服务、不修改核心。