nagatoquin33/dsh-villager-hmm1

dsh-villager-hmm

Plays a vanilla Minecraft villager "hmm" whenever the model hums inside its reasoning chain.

包名
dsh-villager-hmm
版本
1.0.2
许可证
MIT
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nagatoquin33/dsh-villager-hmm

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.