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 — DSH Plugin for DeepSeek Harness
← Plugins

dsh-btw

Btw

Side questions (/btw) and ephemeral temporary chat for DeepSeek Harness (dsh) web — ask without interrupting the main agent, dispose without traces

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-btw@0.0.3
READMECompatibilityVersions

Compatibility and provenance

Btw is published as dsh-btw and currently resolves to version 0.0.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/21/2026
0.0.3stable
8/21/2026
0.0.2stable
8/18/2026
Show 1 more versionCollapse versions
0.0.1stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.0.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
49.7 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
89
Last push
8/21/2026
View source ↗Project homepage ↗
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 integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-btw

Side questions and temporary chat for DeepSeek Harness (dsh) web.

为 DeepSeek Harness(dsh)web 端提供的旁路问答与临时聊天插件。


Why

When the main agent is deep in a long task, you often want to ask one quick thing — which config file did we settle on? — without derailing it; and sometimes you want a short, throwaway conversation to get familiar with the project at hand. Both should leave the main session untouched: no interruption, no history pollution.

主任务运行途中随手插一句旁路问题,或开一段用完即焚的对话快速摸清当前项目——两者都不打断主 Agent,也不写入主会话历史。

Features

/btw <question> — side question

Ask one question against the current session context while the main agent keeps working. The answer renders in a transient panel above the composer; nothing enters session history.

在主任务继续运行的同时,基于当前会话上下文提一个问题;答案显示在输入框上方的临时面板,不进入会话历史。

Temporary chat — 临时聊天

A top-right entry opens an ephemeral conversation: no parent context, not persisted, gone on close (Esc or the close button burns it, crash leftovers are swept on the next host start). Its working directory is the current project root, so it doubles as the fastest way to learn what a repo is about. Reference UI: docs/reference.

右上角入口开启一段阅后即焚的对话:不继承父上下文、不落盘、关闭即消失(崩溃残留由 host 启动时回收);工作目录指向当前项目,天然适合“快速了解这个项目是干什么的”。

Status

0.0.3 — both halves shipped:

  • /btw 侧问 — 在主输入框输入 /btw …,或点击发送按钮旁的 btw 小胶囊;答案流式显示在输入框上方的临时面板,Esc 关闭。上下文取当前会话最近轮次的纯文本投影,host 端一次性 LLM 调用,不写任何会话存储。
  • 临时聊天 — 会话头部右上角「临时聊天」入口;host 端派一个用完即焚的子 agent(cwd = 当前项目根,只读倾向工具集),关闭即焚毁(含崩溃残留的 pid 标记回收)。

Design notes and ecosystem research: docs/research/RESEARCH.md.

Install

dsh plugin --profile web add dsh-btw

Restart dsh web and reload.

License

MIT