deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
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.
webchat_recover).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).dsh plugin --profile web add dsh-webchat
dsh plugin --profile web add github:xmuwenxiang/dsh-web-chat
lib/is committed, so git installs need no build step.
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).
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:
SettingsProvider.installSection (the rc.7-era standalone
installSettingsSection/settingsNamespace exports were removed); supported.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.
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.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。