mjw-git/dsh-pet--packages-pet ↗★ 1
@dsh-pet/pet
Pet-raising companion for DeepSeek Harness in one package: the host half (XP economy from token use, evolution stages, spritesheet validation, /pet/* routes, /pet/events SSE), the browser dock (a dsh.client module), and the self-installing bundle patch (dsh.bundle)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mjw-git/dsh-pet#c61ab4c63e4794248fc97b6194074eb4f920d1ff&path:packages/pet说明文档
阅读完整 README ↗Configuration
| key | meaning | default |
|---|---|---|
defaultName | Display name for a brand-new pet. | 'Délì' |
xpPerToken | Tokens → XP multiplier, floored. | 1 |
coinsPerToken | Tokens → currency multiplier, floored. | 1 |
maxXpToNextPerLevel | Cap on the per-level XP threshold once the top tier is reached. | 2_000_000_000 |
evolutionEveryNLevels | Levels per evolution stage; stages follow level thresholds. | 5 |
maxImageBytes | Maximum accepted uploaded image size in bytes. | 2MiB |