dsh plugins中文
← Back to popular plugin directory

DSH ACP server

openma-ai/deepseek-harness-acp · skills

ACP server implementation for DeepSeek harness.

★ 7GitHub stars
2Forks
2026-08-14Last updated
TypeScriptLanguage
NOASSERTIONLicense

Project overview

Both shapes share $DSHHOME: the same credential store, settings, presets, and session logs as dsh web — conversations started in the Web UI can be listed and loaded from the editor. A · Standalone server

Self-contained: it finds your DeepSeek Harness via --dsh-path / DSHPATH, its own tree, ./nodemodules, dsh on PATH, or npm root -g — and ships a vendored harness runtime as the last candidate, so it works out of the box and always prefers the dsh you installed. When a real $DSHHOME/profiles/acp exists, that profile owns the composition. B · dsh profile plugin

This creates $DSHHOME/profiles/acp and registers the package's dsh.bundle patch: the bridge mounts over @deepseek-ai/dsh-base — the same product baseline as dsh web, with the module-reload watcher off. Extend the profile in $DSHHOME/profiles/acp/cordis.patch.yml like any other dsh profile. Authentication

Install command

dsh plugin --profile web add github:openma-ai/deepseek-harness-acp
View GitHub repository ↗Back to popular plugin directory