bc04bc/dsh-notify-reminder

bc04bc★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

DeepSeek Harness Windows toast reminder plugin: task completion and permission request notifications

README excerpt

dsh-notify-reminder To prevent wasted time when dsh lacks a notification that the user needs to step in, this plugin was created. Windows toast notifications for DeepSeek Harness: task completion, subagent/workflow end, background-job completion, and permission requests. English 中文 Why host-side notifications DeepSeek Harness is often embedded in WebView2 hosts or browsed in tabs where the browser Notification API is unavailable or permission is denied. This plugin sends notifications from the host process (the Node.js side) through node-notifier / SnoreToast, so a toast appears in the Windows notification center regardless of the frontend — browser, WebView2 client, or no frontend at all. Install As a normal host-plane plugin row in your profile's cordis.patch.yml . Install the package into your profile first (run inside $DSH HOME/profiles/ , e.g. /.dsh/profiles/web ): Restart the dsh web backend process (stop and start it again; refreshing the browser page is not enough — the loader reads the patch only at process startup). A startup toast ( 🔔 DSH 提醒已启用 ) confirms the channel works. What triggers a toast Event Toast A turn ends ( turn/end ) ✅ Task finished with the reason (compl…

View full README on GitHub →
Tools / Devdsh-pluginagent

Category