DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Btw Plugin — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
B

@wlv-zedd/dsh-btw-plugin

Btw Plugin

DeepSeek Harness 侧边助手停靠栏(/btw 命令)

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:WLV-ZEDD/dsh-btw#aa2701dc276d118932337a596308611c34962281
README兼容性版本

兼容性与来源证明

Btw Plugin 以 @wlv-zedd/dsh-btw-plugin 发布,当前版本为 1.0.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/11

版本

1.0.5stable
2026/9/11
1.0.4stable
2026/9/7
1.0.3stable
2026/9/6
查看其余 2 个版本收起版本
1.0.2stable
2026/9/4
1.0.0stable
2026/9/4

相关插件

正在加载相关插件…

最新版
1.0.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/10
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Automation@michengai/dsh-automation在独立 DSH Session 中按计划执行编码任务,支持 Web 设置页与 Agent 双入口管理。Easyrewritedsh-easyrewriteDSH Web 中最无感的消息撤回与重新编辑插件,原生体验,兼容性强,功能简单易开关,设置丰富,采用现代化轻量 UI 框架。

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