返回插件市场

dsh-web-attention-badge

界面与体验

Luaphes/dsh-web-attention-badge

DeepSeek Harness Web UI 注意力提醒:帧徽章、标签页标题计数和鲸鱼图标变色,提示等待输入或已完成未打开的会话。

  • badge
  • deepseek-harness
  • deepseek-harness-plugin
  • deepseek-harness-plugins
  • dsh
  • dsh-plugin
  • dsh-plugins
  • notification
  • web
GitHub Stars
5GitHub
浏览量
0DSH Plugin Hub
Forks
1GitHub
开放问题
0GitHub Issues
Manifest 版本
0.3.2dsh-web-attention-badge
最近推送
2026年8月13日GitHub
许可证
MITJavaScript
插件类型
Host + Client同时运行于 Host 与 Web Client

README

查看源文件

dsh-web-attention-badge

English | 简体中文

Attention reminders for the DeepSeek Harness Web UI. Whenever a session needs you, three surfaces light up at once: a (1)-style badge in the top-left of the frame, a (N) count in the browser tab title, and a recolored whale favicon.

  • Amber — sessions waiting for your input (ask_user question, approval prompt, plan-mode review).
  • Green — sessions that finished while you were away and have not been opened yet.

All three share the same counts from the built-in sessions store — no host code, no extra transports. The badge is click-through and never blocks the sidebar.

Install

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

Or install straight from GitHub:

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

Upgrade / uninstall:

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

dsh plugin registers the bundle automatically — no manual config.

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

Development

See CONTRIBUTING.md for layout, release and publishing.

评论

0
最新优先