AI Agent Hub
Back to plugins
🖥️

dsh-btw

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install kezboardpj/dsh-btw

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

Install this plugin in DeepSeek Harness by running the following command (source: https://github.com/kezboardpj/dsh-btw): dsh plugin install kezboardpj/dsh-btw

About this plugin

While your agent is deep in a multi-step task, you might want to confirm a variable name, sanity-check a logic branch, or simply ask a quick question without breaking its flow. dsh-btw was built for that moment: type /btw in the main input, a floating panel slides in with your question pre-filled, and a streaming answer begins instantly while the primary agent keeps working uninterrupted.

The side agent is strictly read-only. It inherits the full conversation context with no truncation and no size ceiling, yet it cannot invoke any tool and produces a single-turn reply. The panel shows only the question and the answer; chain-of-thought and hallucinated tool-call markers are stripped automatically. Your question is never written to disk. The side session is kept as a one-shot, read-only sub-agent record for later review and cannot be continued. On each subsequent /btw, the last 20 side Q&A pairs are replayed as thread context, so follow-up questions stay coherent.

If you run the DeepSeek Harness (dsh) Web UI and regularly let an agent grind through long tasks, /btw is your no-interrupt side channel. Ask, get an instant streaming answer, close the panel with Esc, and the agent never flinches.

Use Cases

  • Agent is mid-task and you need to verify a variable name or logic branch on the fly
  • Want a quick one-shot judgment grounded in the current context without pausing the main thread
  • Ask a one-liner, watch the streaming answer, press Esc, and keep watching the agent work

Best For

  • Developers running long agent sessions in the dsh Web UI
  • Teams that need quick read-only context answers mid-task without creating new sessions
  • Anyone who wants Q&A history preserved as read-only records without polluting the main conversation