nagatoquin33/dsh-villager-hmm ↗★ 1
dsh-villager-hmm
我的世界村民提示音插件,当模型在推理链中进行思考(Humming)时,自动播放经典的村民“嗯~”提示音。
AI 分析
核心用途是为模型思考过程增添趣味性反馈。适合使用带有思考链的模型、且喜爱《我的世界》游戏元素的趣味性用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nagatoquin33/dsh-villager-hmm說明文件
閱讀完整 README ↗Configuration
Defaults live in the row. To override them, replace the insert in your own
$DSH_HOME/profiles/web/cordis.patch.yml:
- insert:
- id: dsh-villager-hmm
name: 'dsh-villager-hmm'
config:
enabled: true
mode: both # 'reasoning' (chain of thought only) | 'both'
pattern: '(?<![0-9A-Za-z])(?:h+m+|mhm+|m{2,})|[嗯唔哼呃]'
assetDir: 'D:/my-assets'
Everything except assetDir is also editable from the floating panel.
mode defaults to both on purpose: plenty of models expose no separate
reasoning channel, and a plugin that silently does nothing looks broken. Switch
to reasoning once you have confirmed your model streams reasoning-delta —
the panel's Reasoning counter tells you: if it climbs, you have a reasoning
channel and can narrow the scope.