ALKAERR/dsh-pet1

dsh-pet

A DeepSeek desktop pet that floats over the DeepSeek Harness web GUI — animated moods, draggable, and chat answered by the running model. DSH 桌宠插件。

包名
dsh-pet
版本
0.1.0
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ALKAERR/dsh-pet

配置(cordis.patch.yml 里的 config

key默认说明
enabledtrue总开关
persona见下转述步骤用的人设 prompt,可覆盖
reflectEvery3每 N 轮完整对话自动观察一次
contextMessages24喂给模型的最近消息条数
contextChars9000转写文本上限,超出截断
spriteDir包内 ./sprites立绘目录,自定义素材改成绝对路径
temperature0.6采样温度
maxTokens4096单次生成输出上限
maxRetries2超 token / 超时后的最大重试次数
timeoutMs90000单次生成的超时预算

想覆盖某个 profile 的配置,在对应 cordis.patch.yml 里改 dsh-pet 那一项的 config 即可。