AI Agent Hub
Back to plugins
🖥️

dsh-btw

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install 136155330/dsh-btw

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

Run dsh plugin install 136155330/dsh-btw in DeepSeek Harness to install, or set up a git install from https://github.com/136155330/dsh-btw.

About this plugin

You are deep in a multi-step task and need a quick context-checked answer, but you do not want to pollute the main conversation, burn tokens, or invalidate the prefix cache. dsh-btw exists for exactly that moment.

The /btw slash command spins up a one-shot subagent and renders its reply inline in the UI. By default the fork provider seeds the child with the main session's completed-turn prefix so the answer is genuinely context-aware; switch to spawn for full isolation. The entire exchange records only a log-only command event, keeps token usage at zero, and leaves the prefix cache untouched.

Built for engineers working through long, multi-step tasks in DeepSeek Harness who want lightweight, context-aware side questions without derailing their workflow. No extra model calls, plug-and-play once installed.

Use Cases

  • Confirm variable names or logic branches mid-task without derailing the main workflow
  • Ask quick context-checked questions during debugging without polluting the conversation
  • Look up details while writing docs or comments, keeping the workflow uninterrupted

Best For

  • Engineers doing multi-step development in dsh who need lightweight side questions
  • AI workflow users who care about token efficiency and prefix-cache integrity
  • Developers who want quick context-aware answers without spinning up a new session