dsh-sidechat-plugin
Run the following command in DeepSeek Harness:
dsh plugin install daodishisha28/dsh-sidechat-plugin
Paste the following prompt into your AI chat to install this plugin:
Clone the source repository (https://github.com/daodishisha28/dsh-sidechat-plugin), then run dsh plugin install daodishisha28/dsh-sidechat-plugin from the repo root to install the plugin, and finally restart DeepSeek Harness to activate it.
About this plugin
When working through long, multi-turn conversations in DeepSeek Harness, you will often want to pause and ask for clarification, verify a line of reasoning, or revisit a problem from a different angle. Piling these questions into the main session scrambles the transcript; a temporary overlay vanishes the moment you close it. dsh-sidechat-plugin elevates side-clarification to a first-class concern: every SideChat is a full DSH Session with its own conversation page, native model selector, and persistent transcript. Uninstall the plugin later and those sessions remain, readable as ordinary conversations.
The workflow centers on /side. At creation time you pick from nine Seed strategies, ranging from the most recent message (tail:1) to a model-generated task summary (task), a frozen turn (turn), or even a specific character range within a message (selection). The goal is minimal context injection, never a copy of reasoning traces, tool calls, or the full parent transcript. Once the conversation is done, /sidefold produces a structured Fold that you preview, edit, and commit, and the parent session receives it as a no-reply append. /sidecite lets you reference a particular assistant reply back into the parent side. Permissions follow either a read-only mode or an inheritance snapshot, with the Host recomputing every tool grant so that no browser-side value can escalate access. Lifecycle states (archive, restore, abandon, orphaned) keep the SideChat inventory orderly at all times, and /sideusage reports the actual token counts persisted by the provider, not estimates.
This plugin is built for researchers and engineers who run long reasoning chains, iterate over many turns, or need to clarify details frequently inside DeepSeek Harness. If you want every confirmation to stay out of the main thread while still folding the conclusion back cleanly, SideChat gives you a lightweight, persistent, and auditable side channel exactly for that purpose.
Use Cases
- Pause in a long reasoning chain to ask a clarification question without polluting the main transcript
- Fold structured conclusions from a SideChat back into the parent session or Cite a specific assistant reply
- Audit real token usage of clarification rounds and manage SideChat lifecycle with archive, restore, or abandon
Best For
- Researchers running long multi-turn reasoning chains in DeepSeek Harness
- Engineers who frequently need to clarify, verify, or revisit a problem from a new angle
- Developers who value transcript integrity and auditable conversation history
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.