AI Agent Hub
Back to plugins
🖥️

omdsh-sidechat

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install omdsh-plugins/omdsh-sidechat

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

Run dsh plugin install omdsh-plugins/omdsh-sidechat in your terminal to install; source repository: https://github.com/omdsh-plugins/omdsh-sidechat

About this plugin

You are deep in the harness web UI, watching a long multi-turn tool-call chain unfold, and a thought pops up: what is that function actually doing? The only place you can ask is the main conversation below, which is live, accumulating context, and will carry your quick question into every subsequent turn. Your eyes leave what you were reading, your attention shifts, and the cost is paid twice.
omdsh-sidechat exists to delete that cost. Press Cmd+L and a standalone conversation appears right where you are: its own session, its own history, its own workspace, while the main conversation's context stays untouched. The panel renders only text answers; reasoning blocks and tool-call blocks are never shown, and while the model is still working you see a single line that reads Deep diving.... You can have the side conversation embed the current conversation's context as a true read-only fork, or keep it fully independent. By default the side conversation is hidden from the sidebar until you press Save; until then it occupies no visible space. The panel is draggable, remembers its position across reloads, and keeps an icon in the session header, all without perturbing the main conversation in any way.
Built for developers who live in the harness web UI, supervise long multi-step tool chains, and need to pop out and ask a quick question without polluting their working context. It does not change how you supervise; it simply extracts the act of asking a small question from the main workflow so the primary conversation stays clean.

Use Cases

  • Needing to ask about a function's logic mid-supervision without polluting the main conversation's growing context
  • Selecting a code snippet and pressing Cmd+L to summon a targeted side question anchored to the selection
  • Embedding the current conversation as a read-only fork in the side panel for reference without touching the primary session

Best For

  • Developers who spend long hours in the Harness web UI supervising multi-step tool-call chains
  • Power users who interrupt their workflow for quick questions but refuse to lose accumulated context
  • Context-purity advocates who will not let ad-hoc queries contaminate the main reasoning chain