DeepSeek Harness 插件

DSH-Pet-Companion

Animated, local-only desktop pets for DeepSeek Harness(英文原文)

跳到安装方式

来源信息

GitHub 仓库
ToBeWin/DSH-Pet-Companion
最近更新
2026年8月18日
分类
趣味扩展
GitHub stars
1
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-21

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/ToBeWin/DSH-Pet-Companion
插件名:DSH-Pet-Companion
作者:ToBeWin

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

<h1 align="center">DSH Pet Companion · DSH 萌宠伴侣</h1>

<p align="center">Sixteen tiny companions to make long agent runs feel a little warmer.</p>

<p align="center"> <a href="https://www.npmjs.com/package/@tobewin/dsh-pet-companion"><img src="https://img.shields.io/npm/v/@tobewin/dsh-pet-companion?color=2563eb&label=npm" alt="npm version"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-111827" alt="MIT license"></a> <img src="https://img.shields.io/badge/characters-16-f59e0b" alt="Sixteen characters"> <img src="https://img.shields.io/badge/assets-local--only-0f766e" alt="Local-only assets"> </p>

<p align="center"><a href="#quick-start--快速开始">Quick start</a> · <a href="#features--功能">功能</a> · <a href="https://github.com/ToBeWin/DSH-Plugin-Market">All ToBeWin plugins</a></p>

An animated, local-only desktop pet for DeepSeek Harness.

为 DeepSeek Harness 提供一个可爱的动态桌面萌宠。所有设置只保存在当前浏览器,本插件只使用公开的 Settings、Locale 和 UI Primitives 接口,不修改或依赖 Harness 源码。

See it in Harness / 实际效果

Hover over or click the companion and it responds with a short greeting in the current Harness language.

将鼠标悬停在萌宠上或点击萌宠,它会使用当前 Harness 语言送上一句随机问候。

<p align="center"> <img src="docs/images/pet-companion-applied.png" alt="A corgi pet companion greeting the user inside DeepSeek Harness" width="96%"> </p>

Meet the companions / 认识萌宠

<p align="center"> <img src="client/assets/beaver.png" alt="Beaver companion" width="180"> &nbsp;&nbsp; <img src="client/assets/cat.png" alt="Cloud cat companion" width="180"> &nbsp;&nbsp; <img src="client/assets/axolotl.png" alt="Axolotl companion" width="180"> &nbsp;&nbsp; <img src="client/assets/corgi.png" alt="Corgi companion" width="180"> </p>

<p align="center"><strong>Beaver · Cloud Cat · Axolotl · Corgi</strong><br>Plus twelve more local characters, each with motion and bilingual greetings.<br>另有 12 个本地角色,每个角色都带有动态效果和中英文问候语。</p>

Features / 功能

  • Sixteen original, high-resolution mascot templates: beaver, cats, dogs, rabbit, hamster, otter, penguins, foxes, red panda, panda, koala, duckling, and raccoon.
  • Gentle floating, breathing, and ambient-light motion; reduced-motion preferences are respected.
  • Hover over or click the pet for a short, random greeting; greetings follow the Harness Chinese/English locale.
  • Select a pet, dock it left or right, choose its size, pause animation, or hide/show it.
  • A quick hide button appears beside the pet; all controls are available in the dedicated Pet Companion settings section.
  • Automatically follows DeepSeek Harness light/dark theme and Chinese/English settings.

Quick start / 快速开始

dsh plugin --profile web add @tobewin/dsh-pet-companion

Install it through DeepSeek Harness Plugin Market, then restart Harness if prompted. Open Settings → Pet Companion to configure it.

通过 DeepSeek Harness 的插件市场安装,按提示重启后,在 设置 → 萌宠伴侣 中配置。

Development / 开发

pnpm install
pnpm check
pnpm build

Compatibility and privacy / 兼容性与隐私

The pet is a plugin-owned, non-interactive floating layer. Original mascot artwork is packaged locally with the plugin; no external asset URLs are used. The layer is attached and removed by this plugin alone and does not query private Harness DOM or patch official files. Preferences use localStorage only; no network requests or telemetry are made.

萌宠是插件自有的非交互悬浮层;原创角色素材随插件本地打包,不使用外部图片链接。它由插件自行创建和销毁,不会查询 Harness 私有 DOM,也不会修改官方文件。配置仅存于本地 localStorage,不发送网络请求或遥测数据。