DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Webchat — DeepSeek Harness 插件(DSH Plugin)
← Plugins
W

dsh-webchat

Webchat

适用于 DeepSeek Harness 的 Codex-ChatGPT-mode 风格网页聊天:通过 chat.deepseek.com(deepseek-chat)使用您的 DeepSeek 网页会话,而不是使用 API 计费;然后将对话传输到 harness 会话中作为开发上下文——或者让 harness 代理通过同一网页会话进行聊天。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xmuwenxiang/dsh-web-chat#835e501ea40738de4f0bc3e63c406a9f416984cd
README兼容性版本
Plugin screenshotPlugin screenshot

说明

适用于 DeepSeek Harness 的 Codex-ChatGPT-mode 风格网页聊天:通过 chat.deepseek.com(deepseek-chat)使用您的 DeepSeek 网页会话,而不是使用 API 计费;然后将对话传输到 harness 会话中作为开发上下文——或者让 harness 代理通过同一网页会话进行聊天。可热插拔:通过网页配置文件的 bundles 列表挂载,并安装到配置文件的 node_modules 中,无需修改 dsh 源代码。

兼容性与来源证明

Webchat 以 dsh-webchat 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.2.0stable
2026/9/7
0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 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 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-webchat

A "Codex ChatGPT mode" plugin for DeepSeek Harness: drive chat.deepseek.com with a real browser, chat with deepseek-chat (and deepseek-reasoner) using your DeepSeek web session — no API billing. Transfer a conversation into a harness session as development context (distilled into an executable task brief), import stored web conversations as markdown context, or let the harness agent keep chatting through the same web session.

Features

  • Web chat over your DeepSeek web login, with streaming replies and "Deep Think (R1)" / "Web Search" toggles.
  • Transfer to Harness: distill the current conversation into a task brief and open it as a new harness session to continue development, or "continue into" an existing session (append the brief as a new message); pick a target workspace (or leave it ungrouped).
  • Recover web conversations: pull web-side conversations not yet stored locally into the local store (panel "Recover from web" / webchat_recover).
  • Import as context: export a stored web conversation to markdown.
  • Agent tools: webchat_status, webchat_send, webchat_recover, webchat_import, webchat_transfer — the harness agent can chat via the web, inspect transcripts, list workspaces and web conversations, and transfer a conversation into a new or existing session (optionally into a target workspace).
  • Hands-free login: first use opens a visible browser window for login, which auto-closes afterward; chat then runs headless.

Install

From npm (once published)

dsh plugin --profile web add dsh-webchat

From GitHub

dsh plugin --profile web add github:xmuwenxiang/dsh-web-chat

lib/ is committed, so git installs need no build step.

First use

image image
  1. Open the "网页聊天" (Web Chat) sidebar entry in the Web GUI.
  2. Click "打开登录窗口" and sign in to DeepSeek in the browser window that appears.
  3. The window auto-closes after login; you can then chat and transfer normally.

Config

Settings expose: browserChannel (default auto), browserExecutablePath, browserProxy, browserHeadless (chat headless; default true — the login window is always visible and auto-closes), replyTimeoutMs, transferDistill / transferProvider / transferModel (distillation model for transfer), transferMaxTokens (final brief cap, default 4096), and transferChunkTokens (per-chunk cap for long-conversation map-reduce, default 1024).

Requirements

  • Node.js >= 22
  • Google Chrome or Microsoft Edge installed
  • A graphical session for the one-time login window

dsh (host) compatibility

The host half adapts to the settings-section API of the running dsh, and the published lib/ never statically imports names that newer dsh versions removed — so module linking succeeds on every supported generation:

  • dsh ≥ 0.1.2-rc.1 — settings registration moved to SettingsProvider.installSection (the rc.7-era standalone installSettingsSection/settingsNamespace exports were removed); supported.
  • dsh 0.1.0-rc.7 / rc.8 — legacy installSettingsSection API; supported via a runtime fallback, so no behavior change on older hosts.

dsh.client.inject lists only client packages that exist on all supported generations (@deepseek-ai/dsh-client-runtime no longer ships at 0.1.2-rc.1 and is therefore not referenced). The browser half reads sessions/workspaces off the client context, whose provider package changed across generations — if the GUI of a given dsh version does not mount those services, the panel simply does not attach (an error is logged) while host-side tools and routes keep working; it never takes the GUI down.

Limitations

  • The web app is subject to DeepSeek's own risk controls; failures or page changes return errors rather than crashing.
  • Session credentials live in a local private profile directory.

Development

pnpm install
pnpm typecheck   # type-check src/ and test/
pnpm test        # run unit tests (Node built-in test runner)
pnpm build       # emit lib/ (host half) and lib/client.js (browser bundle)

lib/ is committed, so git installs need no build step.

License

Apache-2.0