返回目录

dsh-web-attention-badge

编辑精选维护状态: 活跃

luaphes/dsh-web-attention-badge

注意力提醒插件,通过角标、标签页计数与鲸鱼图标变色提示待处理的会话。

前往 GitHub
$ dsh plugin add dsh-web-attention-badge

安装

dsh 没有统一的安装命令——把该插件 README(见下方)中的配置行加入你的 profile/patch 配置,然后重启即可。

了解安装方式

5

星标

1

Fork

JavaScript

语言

MIT

许可证

2026-08-13

创建于

2026-09-09

最近推送

README

dsh-web-attention-badge

English | 简体中文

Browser tab strip: the whale favicon in the tab sits dark, tints amber (a session is waiting on you), then green (a session finished while you were away), with a (1) pending count in the tab title — session state readable without opening the page

One glance at the tab bar: the whale favicon and the (N) title count track your sessions in real time — amber = waiting on you, green = done. No need to open the page.


DSH Curated Plugin npm version License: MIT GitHub stars

Watch the tab, not the terminal. dsh-web-attention-badge is a one-line, zero-install plugin for the DeepSeek Harness WebUI. It turns the one place your eyes already land every few seconds — the browser tab bar — into a live status light for your agent sessions.

Why not just install a monitor app?

The "session dashboard" genre usually means: another install, a tray icon that lives forever, a second window to open, a side channel to keep in sync. This is the opposite.

  • Zero-install. One command. No desktop app, no service, no tray icon, no background process. The whole thing is a hand-written client bundle that plugs into the official WebUI — close the tab and nothing runs.
  • No second screen. Status lives where you already look: the tab bar. One glance and you know the state — waiting on you (amber) or done (green), even from a background tab.
  • No new transport. The badge reads the WebUI's built-in sessions store — the same counts the UI itself uses. Zero host code, zero extra plumbing.
  • Zero config, click-through. pointer-events: none — it never steals a click from the sidebar and never needs setup.

Three surfaces, one glance

Surface 🟠 Amber 🟢 Green
Corner pill (top-left of the frame) (1) — a session is waiting for your input (N) — sessions finished while you were away, not yet opened
Browser tab title (1) DeepSeek Harness… (N) DeepSeek Harness…
Whale favicon (left edge of the tab) tinted amber tinted green
  • Amber = a session is blocked on you: an ask_user question, an approval prompt, or a plan-mode review.
  • Green = a session finished while you were away and hasn't been opened yet.

The favicon sits at the left edge of the tab, so the reminder survives even when the tab title is truncated.

💛 If "one glance at the tab bar and I know the state" is a pain point you actually feel — leave a ⭐ Star. It genuinely means a lot to the author, and it helps the next person find this tool.

Install — 3 steps, under a minute

1. Add the plugin. One command; dsh plugin registers the bundle automatically, no manual config:

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

Prefer the source? Pin a tag straight from GitHub:

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

2. Restart dsh web and open the WebUI.

3. Start a session, then look away. Switch to another tab and glance at the tab bar — pill, (N) title, and the recoloring whale tell you everything. You're done.

Upgrade / uninstall:

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

Tuning

Constants at the top of lib/client.js:

  • TAB_TITLE_ENABLED — the (N) browser tab-title prefix.
  • FAVICON_ENABLED — the whale-favicon recolor.
  • Pill colors/position — the style maps in AttentionBadge / Pill.

Bundle edits apply on a page refresh; manifest edits need a dsh web restart.

License

MIT

⭐ Support this tool

This little plugin was thrown together in a few hours during the early days of DSH — no design doc, no dashboard, just "make the tab bar tell me what's happening". If it cut your pain point, a ⭐ Star is the best thank-you: it matters to me, and it keeps a small tool visible.

Development

See CONTRIBUTING.md for layout, release and publishing.

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。