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-btw

v0.0.3

Published

Side questions (/btw) and ephemeral temporary chat for DeepSeek Harness (dsh) web — ask without interrupting the main agent, dispose without traces

Readme

dsh-btw

Side questions and temporary chat for DeepSeek Harness (dsh) web.

DeepSeek Harness(dsh)web 端提供的旁路问答与临时聊天插件。


Why

When the main agent is deep in a long task, you often want to ask one quick thing — which config file did we settle on? — without derailing it; and sometimes you want a short, throwaway conversation to get familiar with the project at hand. Both should leave the main session untouched: no interruption, no history pollution.

主任务运行途中随手插一句旁路问题,或开一段用完即焚的对话快速摸清当前项目——两者都不打断主 Agent,也不写入主会话历史。

Features

/btw <question> — side question

Ask one question against the current session context while the main agent keeps working. The answer renders in a transient panel above the composer; nothing enters session history.

在主任务继续运行的同时,基于当前会话上下文提一个问题;答案显示在输入框上方的临时面板,不进入会话历史。

Temporary chat — 临时聊天

A top-right entry opens an ephemeral conversation: no parent context, not persisted, gone on close (Esc or the close button burns it, crash leftovers are swept on the next host start). Its working directory is the current project root, so it doubles as the fastest way to learn what a repo is about. Reference UI: docs/reference.

右上角入口开启一段阅后即焚的对话:不继承父上下文、不落盘、关闭即消失(崩溃残留由 host 启动时回收);工作目录指向当前项目,天然适合“快速了解这个项目是干什么的”。

Status

0.0.3 — both halves shipped:

  • /btw 侧问 — 在主输入框输入 /btw …,或点击发送按钮旁的 btw 小胶囊;答案流式显示在输入框上方的临时面板,Esc 关闭。上下文取当前会话最近轮次的纯文本投影,host 端一次性 LLM 调用,不写任何会话存储。
  • 临时聊天 — 会话头部右上角「临时聊天」入口;host 端派一个用完即焚的子 agent(cwd = 当前项目根,只读倾向工具集),关闭即焚毁(含崩溃残留的 pid 标记回收)。

Design notes and ecosystem research: docs/research/RESEARCH.md.

Install

dsh plugin --profile web add dsh-btw

Restart dsh web and reload.

License

MIT