AI Agent Hub
Back to plugins
🖥️

dsh-localnotify

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install yakoylp/dsh-localnotify

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install yakoylp/dsh-localnotify in the DeepSeek Harness terminal to install the local notification panel plugin; the source is at https://github.com/yakoylp/dsh-localnotify . After installation, restart dsh web and the notification entry will appear at the bottom of the sidebar.

About this plugin

In DSH, agent task results and scheduled script outputs often end up only in logs or a terminal, with no central place to review them later. dsh-localnotify fills that gap by adding a bell icon at the bottom of the Web UI sidebar; clicking it opens a full-screen notification center where every entry is displayed as a compact card with a title and a single-line preview.

The center supports time-range filtering (today, last 7 days, last 30 days), real-time case-insensitive search across titles and bodies, and paginated browsing at 10 to 100 items per page. Selecting a card opens a detail overlay with the full timestamp, source, and body text, plus one-click copy for the title, body, or both. Notifications are written entirely locally: an agent calls the notify_add tool mid-conversation, or a script and cron job invoke the dsh-localnotify CLI, and both paths land in a single JSON file that the page polls every three seconds—no external service involved.

It suits anyone who wants a closed-loop reminder workflow inside DSH: receiving agent task-completion alerts, delivering script outputs from cron, or hand-editing the JSON to backfill historical notes, all without leaving the browser or spinning up a separate notification service. The interface follows DSH's official theme tokens for automatic light/dark adaptation, and UI copy switches between Chinese and English in real time alongside the web language setting.

Use Cases

  • An agent writes a completion notification that the user revisits from the sidebar
  • A cron job delivers a script output summary to the notification panel via CLI
  • Filter and search past notifications by time range, then copy the body with one click
  • Hand-edit the JSON to backfill historical entries, visible in the UI within 3 seconds

Best For

  • Users who need a closed-loop reminder inside their DSH agent workflow
  • Developers managing multiple script outputs who want a single review panel
  • Teams that prefer entirely local storage with no external notification service