SipengXie2024/dsh-turn-reminder
SipengXie2024★ 0TypeScript最后同步: 2026-08-15
User-attention notifications for DeepSeek Harness (dsh) web: turn end, approval requests, and model questions — in-page toast + OS-level browser notification
README 摘要
dsh-turn-reminder 中文说明 User-attention notifications for DeepSeek Harness (dsh) web. Whenever a session blocks waiting for you , this plugin reminds you: an in-page toast while the page is visible, an OS-level browser notification while the page is hidden (click it to jump back; falls back to the toast when the system channel is unavailable). What it watches Channel Trigger Notes turnEnd agent/status event, running → idle A turn finished and the session waits for input. Plan approval, blocked goals and errored turns all end the turn, so they are covered transitively. approval approval/request waterfall (pass-through listener) Tool approvals, sandbox escalations, etc. These block mid-turn — the agent never goes idle, so a turn-end watcher alone misses them. question tools/pre-execute waterfall, filtered on ask user question (pass-through listener) The model asks you a question; also blocks mid-turn. Notification bodies carry detail: approvals show the tool name plus the asker's reason, questions show the first question's text (clipped at 60 chars). Counters are per session, so multiple tabs each remind only about their own session. Usage A 🔔 control sits at the right end of the comp…
在 GitHub 查看完整 README →