nbfys/dsh-web-attention-badge-enhanced
nbfys★ 1JavaScript最后同步: 2026-08-15
DSH Web attention badge (fork): [Waiting]/[Done] tab title, current-session done tracking, acknowledged reminders. MIT, based on Luaphes/dsh-web-attention-badge
README 摘要
dsh-web-attention-badge (enhanced) English 简体中文 Fork with customizations. This repository is a modified copy of Luaphes/dsh-web-attention-badge (MIT, © Luaphes). All original behavior is preserved; the deltas are documented below under Custom modifications. 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 [Waiting] / [Done] prefix in the browser tab title, and a recolored whale favicon. - Amber — sessions waiting for your input ( ask user question, approval prompt, plan-mode review). Tab title shows [Waiting] . - Green — sessions that finished while you were away and have not been opened yet, plus the currently-selected session right after its turn ends (running → idle) . Tab title shows [Done] . 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. Custom modifications Relative to upstream v0.3.2 (all changes are inside lib/client.js ): 1. [Waiting] / [Done] tab-title prefixes instead of the upstream (N) count. [Waiting] when any session awaits user input (top p…
在 GitHub 查看完整 README →