dsh-side-notify
Run the following command in DeepSeek Harness:
dsh plugin install xiaozhiaixue/dsh-side-notify
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xiaozhiaixue/dsh-side-notify in DeepSeek Harness to install this plugin; source code is available at https://github.com/xiaozhiaixue/dsh-side-notify .
About this plugin
In a dsh workflow, a side chat is handy for quick lookups or scratch notes, but feeding the result back to the main conversation usually means copy-paste or waiting for the next turn. dsh-side-notify removes that gap: you type a sentence in the side chat and it lands in the main session as a regular user message that the main agent picks up immediately, with zero manual steps in between.
The core interaction is a floating pill that appears to the left of the side-chat panel whenever one is active. Click it, type your message, and hit Enter (or Cmd/Ctrl+Enter). If the main agent is idle it processes the message right away; if it is mid-turn, the message queues and the pill dot turns orange to signal the wait. Two global slash commands, /notify and /to-main, are also registered so you can trigger a push from any host-command-capable UI.
Unlike dsh-sidechat's built-in bring-back, which drops text into the draft box or a collapsed context row, a notify push lands directly as a user message and starts its own agent turn. That makes it the right tool when you need to command the main agent to act now rather than merely paste material for later. If you already rely on dsh-sidechat for parallel queries or scratch work, adding this plugin lets side-chat output reach the main conversation in one step.
Use Cases
- Push a conclusion from side chat so the main agent acts on it immediately
- Deliver a ready instruction from side chat to start a full main-agent turn
- Queue a message while the main agent is busy and have it processed on the next turn
Best For
- Developers already using dsh-sidechat for parallel lookups
- Users who frequently pass instructions between side chat and the main session
- Workflow users who want to eliminate manual copy-paste steps
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.