插件目录 / Developer / dsh-web-chat
dsh-web-chat
已验证 · 实测可装 xmuwenxiang
功能简介
Deepseek Harness插件,可以直接在Deepseek Harness中使用网页版deepseek进行聊天,并将聊天过程直接迁移到Deepseek Harness进一步进行开发。主要目的是节省前期方案讨论时的token
可用 — 实测通过,早期项目
Deepseek Harness插件,可以直接在Deepseek Harness中使用网页版deepseek进行聊天,并将聊天过程直接迁移到Deepseek Harness进一步进行开发。主要目的是节省前期方案讨论时的token 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
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
- Open the "网页聊天" (Web Chat) sidebar entry in the Web GUI.
- Click "打开登录窗口" and sign in to DeepSeek in the browser window that appears.
- 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
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
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-web-chat」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:xmuwenxiang/dsh-web-chat Headless(CLI)profile:
dsh plugin --profile headless add github:xmuwenxiang/dsh-web-chat 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。