FenyxHuang/dsh-desktop-pet ↗★ 1
dsh-desktop-pet
DeepSeek Harness desktop pet: an official-whale widget in the shell overlay showing live agent status and the API balance as a circular sea level
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FenyxHuang/dsh-desktop-pet说明文档
阅读完整 README ↗Configuration
The bundle applies the cordis.patch.yml layer, which mounts two rows:
| id | package | config |
|---|---|---|
pet-status | dsh-desktop-pet | balanceScale: 100 (the CNY amount at which the sea reads full; the sea level is balance / balanceScale, capped at 1) |
ui-pet | dsh-desktop-pet | — |
The host row reads your DeepSeek API key through the harness's normal credentials (DEEPSEEK_API_KEY) and refetches https://api.deepseek.com/user/balance at most every 15 seconds. Override any key in your own profile's cordis.patch.yml:
- update:
- id: pet-status
config:
balanceScale: 500
balanceRefetchMs: 60000