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-web-attention-badge

v0.3.2

Published

Web attention badge: a top-left corner indicator counting sessions waiting for user input or finished-but-unopened, plus a browser tab title prefix

Readme

dsh-web-attention-badge

English | 简体中文

DeepSeek Harness Web 的关注提醒。当有会话需要你时,三处同时亮起:页面左上角 (1) 式角标、浏览器标签页标题里的 (N) 计数、以及按状态换色的鲸鱼 favicon。

  • 琥珀色——有会话在等待你的输入(ask_user 提问、审批弹窗、计划确认)。
  • 绿色——有会话在你离开时运行完成、尚未打开。

三处提醒共享内置会话存储的同一组计数——无 host 代码、无额外通道。角标点击 穿透,不挡侧边栏。

安装

dsh plugin --profile web add dsh-web-attention-badge

或直接从 GitHub 安装:

dsh plugin --profile web add "github:Luaphes/dsh-web-attention-badge#v0.3.1"

升级 / 卸载:

dsh plugin --profile web update dsh-web-attention-badge
dsh plugin --profile web remove dsh-web-attention-badge

dsh plugin 会自动完成 bundle 登记,无需手动改配置。

调参

lib/client.js 顶部常量:

  • TAB_TITLE_ENABLED — 标签页标题 (N) 前缀。
  • FAVICON_ENABLED — 鲸鱼 favicon 换色。
  • 角标颜色/位置 — AttentionBadge / Pill 中的 style

改 bundle 刷新页面即生效;改 manifest 需重启 dsh web

许可

MIT

参与开发

布局、发布与发版流程见 CONTRIBUTING.md