DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Btw Plugin — DSH Plugin for DeepSeek Harness
← Plugins
B

@wlv-zedd/dsh-btw-plugin

Btw Plugin

DeepSeek Harness Side-Assistant Dock (/btw command)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:WLV-ZEDD/dsh-btw#aa2701dc276d118932337a596308611c34962281
READMECompatibilityVersions

Compatibility and provenance

Btw Plugin is published as @wlv-zedd/dsh-btw-plugin and currently resolves to version 1.0.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

1.0.5stable
9/11/2026
1.0.4stable
9/7/2026
1.0.3
stable
9/6/2026
Show 2 more versionsCollapse versions
1.0.2stable
9/4/2026
1.0.0stable
9/4/2026

Related plugins

Loading related plugins…

Latest
1.0.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/10/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-btw-plugin

English | 中文

DeepSeek Harness Side-Assistant Dock Ask quick side questions without interrupting or polluting the active agent loop.

dsh-btw on DSH Market

dsh-btw Interactive Demo


Features

  • Instant Non-Blocking /btw Command: Type /btw <question> in the chat bar. The input clears instantly (0ms) and executes in the background without disturbing the main agent run.

  • Docked Floating Banner Above Composer: Appears right above the message input with a live Quantum Equalizer animation, Markdown rendering, pagination (< 1/5 >), and collapse/expand toggle.

  • Quantum Equalizer Visualizer: Five animated pill bars pulse in theme blue while your answer is being generated. During an automatic retry, all bars and the status badge switch to amber so you can always see the current state at a glance.

  • Smart Auto-Retry (5 Steps): On transient model errors the plugin retries up to 5 times with fast bursts (1 s → 1.5 s → 2 s → 2.5 s → 3 s, ~10 s total). The status badge shows Retrying (X/5)... in amber so you are never left wondering.

  • Active Session & Loop Context Awareness: Inherits the active session model dynamically and extracts recent turn history (session.deriveMessages(), active workspace) so /btw knows exactly what you and the main agent are working on without interrupting execution.

  • Accuracy-First System Prompt: Six concise positive instructions guide the model to preserve exact nouns, synthesize session history faithfully, and answer directly — no defensive over-constraints that cause hallucinations.

  • Rich Markdown Rendering: Bold, italic, inline code, numbered lists (rendered as real 1. 2. numbers in theme blue), and bullet points — all without markdown tables cluttering the compact card.

  • Isolated JSON Storage: Persists session Q&A history in ~/.dsh/storages/btw-history.json without modifying or polluting other plugins.


Installation

Option 1: Via DSH Plugin Market (Recommended)

Install directly in the DSH Web UI via Settings → Plugin Market (search for dsh-btw), or run:

pnpm dsh plugin add @wlv-zedd/dsh-btw-plugin

Option 2: Manual npm & Cordis Config

Install dsh-btw-plugin into your DeepSeek Harness environment:

pnpm add @wlv-zedd/dsh-btw-plugin

Enable the plugin in your cordis.yml (or via cordis.patch.yml):

# cordis.yml
plugins:
  @wlv-zedd/dsh-btw-plugin:
    # Optional: specify a dedicated model, or omit to auto-inherit active session model
    # model: deepseek:deepseek-chat

Usage

In the Web Chat Interface

Type /btw followed by your question:

/btw What is the port number of PostgreSQL?
/btw What is the difference between TCP and UDP?
  • Floating Banner: The question immediately displays above the composer with the Quantum Equalizer pulsing. Once resolved, the rich Markdown answer appears.
  • Pagination (< 1/5 >): Cycle through previous side questions in the active session using < and >.
  • Action Controls:
    • Copy: Copies the answer to clipboard.
    • Delete: Removes the question from session history.
    • Collapse / Expand: Toggles the answer view to keep your workspace tidy.
    • Dismiss [X]: Closes the floating banner.

Support & Community Perks

If you find this plugin helpful, consider sending a small tip.

Sign up on AgentRouter with GitHub to get up to $200 in free API credits for LLM workflows.

Sign up on Vyce AI to get $50 in free API credits for high-speed LLM workflows.


License

MIT © WLV-ZEDD