dsh-pub/dsh-meow-cat0

dsh-meow-cat

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

AI 分析

在智能体完成一轮对话后播放猫咪走动动画与猫叫声。适合喜欢猫咪、希望通过趣味音效和动画得知智能体任务已完成的用户。

パッケージ
dsh-meow-cat
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-pub/dsh-meow-cat

ドキュメント

README 全文を読む ↗

Configuration

Defaults work out of the box. To tune it live, set a JSON override in your browser console (re-read on every poll):

localStorage.setItem("dsh-meow-cat.config", JSON.stringify({
  enabled: true,   // master switch
  pollMs: 1500,    // status poll interval, min 250
  volume: 1.0,     // meow volume 0~1
  debug: false,    // console diagnostics
}))