Alan2Z/dsh-speak
Alan2Z★ 0PowerShellLast synced: 2026-08-15
一种能让你的harness开口说话的方案/Make your AI harness speak — a verified voice-announcement solution
README excerpt
dsh-speak 🔊 — Voice announcements for AI coding harnesses English · 中文 Let your agent tell you when a long task is done — no more staring at the screen. dsh-speak reads the final assistant reply aloud through system speech synthesis — on Windows using natural voices (Windows 11 built-in, or [NaturalVoiceSAPIAdapter] on Windows 10) with graceful fallback to stock voices; on macOS using the built-in say (can follow a Siri natural voice). It was built for DeepSeek Harness and is structured so any harness can plug in. Project status : this project exists only to provide an already-verified solution for users who want their harness to speak. Barring unexpected circumstances, it will not be updated further. TL;DR — install for DSH 1. Install the package into your web profile (pick one): On macOS (bash): 2. Append to /.dsh/profiles/web/cordis.patch.yml : 3. Restart the DSH web app — replies are now announced aloud. Let your agent do it? Paste this repo URL ( https://github.com/Alan2Z/dsh-speak ) into your DSH session and ask it to install the plugin — your agent follows this very README. Approving the out-of-workspace writes ( /.dsh ) is all that's needed. Features - Automatic : DSH web …
View full README on GitHub →