AI Agent Hub
Back to plugins
🖥️

dsh-btw

Client Updated 2026.09.06

Run the following command in DeepSeek Harness:

dsh plugin install clclyzybzjsq/dsh-btw

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

Run dsh plugin install clclyzybzjsq/dsh-btw in DeepSeek Harness to install; the source repository is https://github.com/clclyzybzjsq/dsh-btw

About this plugin

During a long coding session you may want to ask a quick off-topic question without letting that exchange bleed into later turns. dsh-btw registers a global /btw command in DeepSeek Harness that fires a single one-off Q&A: it produces no session messages, is never written into the session log, and does not alter downstream cache keys — the same experience Claude Code users know from its /btw instruction.

The command is registered on the plain context, so every agent preset, mode, and session under the profile picks it up with zero per-preset configuration. Triggering clears the composer and frees input instantly; it works even while the main agent is busy and never queues. The question automatically carries up to the 40 most recent messages (32,000 characters total) as read-only background so you can reference what just happened, yet the background is only a string snapshot — not written back, not logged, and does not shift the provider cache prefix. Model routing reuses the session latest provider/model, the plugin has zero runtime dependencies, and an AbortSignal lets you cancel at any time.

If you run day-to-day coding in dsh and want a clean side-channel question that never disturbs the main thread, /btw is exactly that: ask, get an answer, and the session moves on as if nothing happened.

Use Cases

  • Asking a quick off-topic question during a long session
  • Confirming a detail while the main agent is busy on a task
  • Referencing current context without polluting later-turn memory

Best For

  • Developers who use dsh for day-to-day coding
  • Harness users who want to isolate ad-hoc questions from the main thread
  • Developers migrating from Claude Code who know the btw workflow