dsh-pub/dsh-meow-cat

dsh-pub★ 2JavaScriptLast synced: 2026-08-14

Open on GitHub

A cat runs across the bottom of the DeepSeek Harness web UI with a synthesized meow every time a conversation turn ends.

README excerpt

dsh-meow-cat Every time a conversation turn ends in the DeepSeek Harness web UI, a small cat 🐈 runs across the bottom of the window with a "喵 " speech bubble and a meow. The meow is synthesized at runtime — no audio assets, no external URLs, no dependencies — and the whole plugin is two plain JavaScript files plus a one-row bundle patch. Install The command pins the current public commit, validates the bundle contract, and forwards to the native dsh plugin --profile web add … . Restart your dsh web process afterwards; the cat loads with the next page load and runs for the first time when the in-flight turn ends. How it works - Node half ( lib/index.js ): counts finished turns on the host-plane agent/status event ( idle = no driver remains scheduled) and serves the count at GET /plugins/dsh-meow-cat/status . - Browser half ( lib/client.js ): polls the endpoint, and on every increment runs a pure-CSS cat animation across a click-through fixed layer and plays the synthesized meow. - Meow synthesis : a 16-bit mono WAV is generated in memory — a 520→760→430 Hz pitch contour ("mi-aa-ou") with mid-note vibrato and a nasal harmonic stack — and played as a base64 data URI. Configuration De…

View full README on GitHub →
Skins / UIcatdeepseek-harnessdsh-pluginpluginweb uiagent

Category