nagatoquin33/dsh-villager-hmm ↗★ 1
dsh-villager-hmm
Plays a vanilla Minecraft villager "hmm" whenever the model hums inside its reasoning chain.
安装
$
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.