Skip to content

dsh-her-companion

Verified

dsh-her-companion · v1.1.0 · MIT · Web UI

«她» — a persona relay + animated-demeanor message skin for DeepSeek Harness. Host half assembles a preset persona that segments replies with(神态)markers; browser half overrides the assistant-step renderer to show per-segment avatars.

Install

dsh plugin add dsh-her-companion

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Tags

Creators

Readme

«她» dsh-her-companion

A DeepSeek Harness companion-skin plugin: it injects a demeanor-segmentation protocol so every reply is split into emotional segments led by (神态词) markers, and renders each segment as a chat bubble with a small avatar in the Web UI.

  • Host half (lib/index.mjs) — persona repository + settings + avatar asset routes + history-distillation hooks, all namespaced under /plugins/dsh-her-companion/….
  • Browser half (lib/client.js) — the per-segment avatar bubble skin for assistant messages plus the「Her」settings section.

Install

dsh plugin --profile web add dsh-her-companion
dsh --profile web

Requirements: Node.js ≥ 20.6, pnpm ≥ 9 (developed and CI-tested on Windows). Data (settings, persona repository, uploaded avatars, the companion preset) stays on your machine under $DSH_HOME — nothing is uploaded. Persona content is the user's responsibility — please follow the terms of service of the model provider you use.

Full documentation (features, FAQ, data & privacy, development) lives in the repository README.

License

MIT — see LICENSE.