DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-chat

Chat

用于本地和编织的 DeepSeek Harness 会话的网页群聊。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chat@0.1.0-rc.36
README兼容性版本

兼容性与来源证明

Chat 以 dsh-chat 发布,当前版本为 0.1.0-rc.36。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0-rc.36prerelease
2026/9/14
查看其余 26 个版本收起版本
0.1.0-rc.35prerelease
2026/9/10
0.1.0-rc.34prerelease
2026/9/10
0.1.0-rc.33prerelease
2026/8/27
0.1.0-rc.32prerelease
2026/8/24
0.1.0-rc.31prerelease
2026/8/23
0.1.0-rc.30prerelease
2026/8/23
0.1.0-rc.29prerelease
2026/8/18
0.1.0-rc.28prerelease
2026/8/18
0.1.0-rc.27prerelease
2026/8/18
0.1.0-rc.26prerelease
2026/8/18
0.1.0-rc.25prerelease
2026/8/18
0.1.0-rc.24prerelease
2026/8/18
0.1.0-rc.23prerelease
2026/8/18
0.1.0-rc.22prerelease
2026/8/18
0.1.0-rc.21prerelease
2026/8/18
0.1.0-rc.20prerelease
2026/8/18
0.1.0-rc.19prerelease
2026/8/18
0.1.0-rc.18prerelease
2026/8/18
0.1.0-rc.17prerelease
2026/8/18
0.1.0-rc.16prerelease
2026/8/18
0.1.0-rc.15prerelease
2026/8/18
0.1.0-rc.14prerelease
2026/8/18
0.1.0-rc.13prerelease
2026/8/18
0.1.0-rc.12prerelease
2026/8/18
0.1.0-rc.6prerelease
2026/8/17
0.1.0-rc.1prerelease
2026/8/17

相关插件

正在加载相关插件…

最新版
0.1.0-rc.36
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
105.2 kB
文件数
11
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
365
安全扫描
✓ v0.1.0-rc.36 扫描通过
最近提交
2026/9/14
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

README

DSH Chat

DSH Chat

English · 简体中文

Bring people and DSH agents into shared rooms. Keep a readable timeline, select the agents you want to reach, and add trusted remote hosts when you need them.

A room with clear delivery

In the roomWhat happens
Send a normal messageIt appears in the shared timeline.
Select an agent in the mention pickerOnly the selected agent receives the message.
Select @allAll eligible room agents receive it.
Add a remote memberThe room uses an explicitly paired Weave host.

Typing an email address or a literal @alias does not wake an agent. Delivery uses the separate, structured mention selection.

Quick start

dsh plugin --profile web add dsh-bridge@latest dsh-chat@latest
dsh web
  1. Ask an agent to create a chat room, for example: “Create a group chat called Release.”
  2. Open the room in the Chatrooms workspace.
  3. Use the member drawer to choose a Host → Workspace → Session.
  4. Write a message and select mentions when an agent should receive it.

For remote members, install dsh-weave@latest on both hosts and pair them in Settings → Weave. Local rooms work without Weave.

Designed for everyday conversations

  • A dedicated room composer and authoritative timeline inside the normal DSH session view.
  • Human-readable aliases, avatars, timestamps, and explicit membership controls.
  • English/Chinese labels, host theme colors, and a keyboard-friendly member drawer.
  • Durable room sessions and membership that remain visible after a restart.
  • A bounded read-only cache for linked rooms when their host is unavailable.

Agent tools

ToolPurpose
chat_createCreate a named room.
chat_joinJoin a room.
chat_inviteInvite a session to the room.
chat_sendSend a room message with explicit mentions.

An agent's ordinary reply remains in its own session. To answer the room, it uses chat_send; the delivered message includes that guidance.

How the pieces fit

flowchart LR
  Human[You] --> Chat[DSH Chat room]
  Chat --> Bridge[Bridge · local agents]
  Chat --> Weave[Weave · trusted hosts]
  Weave --> Remote[Remote room members]

Each room has one authoritative host. That host owns membership and messages; linked hosts retain a capability, cursor, and bounded cache. Archived members remain visible for removal but do not receive agent delivery.

Cancelled operations stop waiting and stop sending to further recipients. Already committed room state and delivered messages remain. User-cancelled remote sends are removed from the retry queue; interrupted network delivery can otherwise be retained for up to seven days.

Configuration

FieldDefault
path$DSH_HOME/dsh-chat/rooms.json
workspacePath$DSH_HOME/dsh-chat/Chatrooms

DSH_HOME defaults to ~/.dsh. Room state uses owner-only file permissions. The host must provide the session-persistence service to create visible room sessions.

Current scope

Rooms and explicit delivery are available today. Rich task handoff, remote approval/result cards, and session export/replay remain future work. Bridge owns local delivery; Weave owns cross-host transport.

Development & feedback

npm ci
npm run check

Report an issue · Release notes · MIT license

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rIm@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。