nagatoquin33/dsh-villager-hmm ↗★ 1
dsh-villager-hmm
Plays a vanilla Minecraft villager "hmm" whenever the model hums inside its reasoning chain.
AI 분석
核心用途是为模型思考过程增添趣味性反馈。适合使用带有思考链的模型、且喜爱《我的世界》游戏元素的趣味性用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nagatoquin33/dsh-villager-hmmConfiguration
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.