dsh-emotion-pet
Emotion Ball pet dock for the DeepSeek Harness Web composer
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cpt-kenvie/EmotionPet说明文档
阅读完整 README ↗使用前提
- 已安装 DeepSeek Harness,或已安装 DSH Desktop
- 浏览器版可以在终端中使用
dsh命令;桌面版可以从系统托盘打开 Open DSH Terminal - 使用包含 Web 界面的 Profile,例如默认的
web
在 DeepSeek Harness Web 中使用
将插件安装到默认 Web Profile:
dsh plugin --profile web add dsh-emotion-pet
启动 DeepSeek Harness Web:
dsh --profile web
终端显示 dsh web: 地址后,在浏览器中打开该地址。宠物会出现在会话输入框正上方。
在 DSH Desktop 中使用
DSH Desktop 的 Electron 窗口加载的是本机 DeepSeek Harness Web 界面,并沿用相同的插件系统,因此 Emotion Pet 不需要桌面端专用版本。当前插件可在 Desktop 的兼容模式和高级模式中使用。
推荐从 DSH Desktop 系统托盘选择 Open DSH Terminal。该终端会显示当前激活的 Profile,以下命令默认安装到这个 Profile:
dsh plugin add dsh-emotion-pet
如果电脑已经另行安装了 dsh,也可以在普通系统终端中显式指定 Desktop Profile:
dsh plugin --profile desktop add dsh-emotion-pet
如果托盘中选择的是其他自定义 Profile,请将 desktop 替换成终端欢迎信息中显示的实际名称。各 Profile 的插件不会自动同步,安装到 web Profile 不代表已经安装到 Desktop 当前使用的 Profile。
安装、更新或移除插件后,需要从托盘选择 退出,再重新启动 DSH Desktop。仅关闭窗口通常只是把应用隐藏到托盘,不会重新加载插件。
Emotion Pet 的形状、颜色、“跟随表情”和“随对话”设置保存在浏览器 localStorage 中。Desktop 默认使用随机本地端口,重启后 origin 可能变化;如需稳定保留这些设置,建议在 DSH Desktop 设置中配置一个未占用的固定端口:
dsh-desktop:
port: 43189
端口可以替换为其他 1 到 65535 之间的未占用端口。修改端口后 Desktop 会重启,服务仍只监听本机 127.0.0.1。