DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Voice Mini — DSH Plugin for DeepSeek Harness
← Plugins
V

dsh-voice-mini

Voice Mini

Voice-feedback plugin for DeepSeek Harness: a speak tool, readReplies narration, an LLM verbalizer pass, per-session voices, chimes, a monitoring panel, and a native macOS floating pet. zh/en i18n.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:CroissanTTs/dsh-voice-mini#aab8bfbc95d9e9c0e946b2c04bb175412dc6bde5
READMECompatibilityVersions

Compatibility and provenance

Voice Mini is published as dsh-voice-mini and currently resolves to version 0.3.10. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.3.10stable
9/18/2026
0.3.8stable
9/18/2026
0.3.6stable
9/17/2026
Show 3 more versionsCollapse versions
0.3.5stable
9/17/2026
0.3.4stable
9/17/2026
0.3.2stable
9/16/2026

Related plugins

Loading related plugins…

Latest
0.3.10
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Imagegen@dickpy/dsh-imagegenAI image generation plugin for the dsh web GUI: text-to-image and image-to-image through configurable provider channels (gpt-image-2 / grok-imagine-image / nanobanana series / seedream-5.0-pro / dall-e-3, with native xAI Grok Imagine, Google Nano Banana a

README

dsh-voice-mini

A voice-feedback plugin for DeepSeek Harness (DSH) Desktop. The assistant speaks — in its own voice — about outcomes, decision points, and heads-ups, so you can follow along by ear instead of watching the screen.

中文文档

What it does

  • speak tool — the model decides, on its own, what to say aloud (a short line in its own voice, never a read-out of its written reply).
  • readReplies — narrate assistant messages verbatim (mutually exclusive with speak).
  • Verbalizer — after a turn, a lightweight LLM rewrites the reply into one spoken line with emotional framing ("好消息,测试全过了"); falls back to a template on failure. Streaming: spoken sentence-by-sentence as the LLM generates.
  • Status broadcasts — short spoken notices for approval/asked, ask_user_question, turn/start, turn/end, todo/write, with specific phrases for abnormal ends (aborted / blocked / error / max-tokens / interrupted).
  • Per-session voices — each session gets a distinct-but-subtle voice (FNV-1a hash → palette index + ±6% rate jitter), so you can tell conversations apart by ear without picking voices by hand.
  • Chimes — a system-notification-style earcon (the macOS Glass sound, or synthesized ding/ping/soft/none) rings once per burst, before speech content only. Quiet mode = chime-only, no speech.
  • Three presets — 即时 / 默认 / 少量 — bundle the granular toggles into one gear; any single field still overrides.
  • i18n — full zh / en switch for all UI text, spoken phrases, and the verbalizer prompt; auto-detected from the browser locale, overridable from the panel.
  • Monitoring panel — token / latency / system stats with SVG sparklines and per-kind breakdown.
  • Native floating pet (macOS) — a Swift NSPanel widget that hovers across all Spaces, reads live state from the plugin's loopback-gated /pet/* routes, and expands on hover to show the current utterance + pending attention.

Architecture

                          ┌── edge-tts   (default · cloud · zh+en, great)
model ── speak tool ──    ├── kokoro     (local 82M · English only)
                  ├─ synth ┤── say      (macOS offline · Tingting zh)
assistant msg ─ readReplies ┘  └── fake  (wiring tests)
                          │
approval/question/turn/todo events ──┴─► speech queue (single worker) ─► ① chime ② speech
                                   │
session-header SVG icon ──► centered settings modal ─┤
                                   └─► /voice-mini/*  (host routes) + runtime.json (origin+token)
native pet window pet/ ──► /voice-mini/pet/* ──

Who speaks: the assistant vs. a template (core design)

The same event can be handled two ways, kept deliberately separate:

Who composes the lineNatureUsed for
Assistant voice (default)the model itself, via speak in-band, full contexthumanized: "the thing you'd say to the person you're working for"results, progress, milestones
Template broadcasthost fixed stringmechanical but reliableblocking: approval pending, new question
Verbatim read (opt-in, default off)host reads the reply text aloudscriptwhen you'd rather hear than read

Principle: what has the model in the loop (results, progress) → let the model speak; what doesn't (approval, question) → use the template — the model is waiting on you then, and a mechanical alert fits better.

Three anti-double-speak rules (all tested): model already spoke this turn → the "turn done" template stays silent; model stayed silent → template backs it up; verbatim read on → the reply is the speech and the persona tells the model not to also call speak.

Communication presets

PresetSpeech rateWhat it announces
即时 Instant+18%every step: start / done / progress / tools
默认 Default0one line after delivering a result; alerts on blockers
少量 Quiet−5%, −30 volonly approvals/questions; assistant stays silent (chime-only)

TTS backends

idSourceChineseNotes
edge (default)Microsoft neural voices, cloud✅ excellentfree; rate works, volume applied at playback (afplay -v)
kokoroKokoro-82M, local❌ EN onlychild-process isolation sidesteps onnxruntime's abort-trap on Node 26
saymacOS say✅ (Tingting)offline
fake——wiring tests

Install (DSH Desktop)

  1. Build: npm run build (tsc → lib/, then esbuild bundles lib/client.js).
  2. Build the pet (macOS, optional):
    DEVELOPER_DIR=/Library/Developer/CommandLineTools swift build --package-path pet -c release
    
  3. Link into a DSH profile via package.json (link: dependency + bundle entry pointing at ./cordis.patch.yml), then restart DSH Desktop.

The bundle layer (cordis.patch.yml) ships neutral defaults; per-profile overrides go in the profile's own cordis.patch.yml (address this row by id).

Configuration

Key fields (all overridable from the settings modal or POST /voice-mini/config):

FieldDefaultPurpose
presetdefaultinstant / default / quiet
backendedgeedge / kokoro / say / fake
voiceModeper-sessionper-session auto-assign or fixed
voicePalette[]custom voice pool; empty = engine default (8 zh 4F4M + 2 en)
readRepliesfalsenarrate messages verbatim
chimeEnabled / chimeSpeech / chimeStatustrue / glass / softearcon system
statusSpeechtruequiet preset: chime-only (false) vs. spoken (true)
phraseTurnEnd""custom completion phrase; {title} = workspace dir name; empty = locale default
localezhzh / en — switches UI, spoken phrases, verbalizer prompt
summarizeResult / summarizeProvider / summarizeModeltrue / "" / ""verbalizer pass (empty provider = auto-detect first adapter; empty model = stays on the template phrase until you pick one in the panel)

Routes

MethodPathPurpose
GET/voice-mini/statelive snapshot (config + queue + recent + locale)
GET/POST/voice-mini/configread / patch config (whitelist + coerce)
POST/voice-mini/session-toggleenable/disable voice for a session
POST/voice-mini/testsynthesize + play a test line
GET/voice-mini/providers · /modelsLLM adapter + model enumeration
GET/voice-mini/metricscall ring buffer + system stats
GET/voice-mini/audio/*chime files
GET/voice-mini/pet/*native pet (loopback + bearer token gated)

Tests

npm test            # smoke: deferred injection, routes, pet auth
npm run test:summarize   # 8 verbalizer paths
npm run test:presets     # 6 preset-resolution cases
npm run test:agency      # 4 "who speaks" rules
npm run test:voices      # per-session determinism + spread
npm run test:i18n        # 21 cases: dict parity + locale switch of spoken phrases
npm run test:pet         # real plugin routes + real native binary

License

MIT — see LICENSE.