返回目录

whale-girl

编辑精选维护状态: 活跃

vlln/whale-girl

DSH Web GUI 桌面宠物插件(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍的积累型伙伴。

前往 GitHub
$ dsh plugin --profile web add "github:vlln/whale-girl#main"

315

星标

15

Fork

JavaScript

语言

MIT

许可证

2026-08-10

创建于

2026-08-31

最近推送

MIT 协议的 DSH 桌面宠物插件,以官方 bundle 形式通过 `dsh plugin --profile web add` 安装,渲染在 DSH Web 界面右下角。

DSH 适配

兼容

作者声明

安全审计

未审计

最后核验

2026-08-21

许可证

MIT

01它能帮你完成什么?

  • Add a persistent desktop pet companion to the DeepSeek Harness Web GUI

    A draggable, feedable, playable pet floating bottom-right, with animated states that react to sessions, tasks and approvals

    DSH Web GUI users who want a fun resident companion while running agent sessions

  • Grow a companion that accrues seniority across your DSH usage

    Seniority levels, titles and memories accumulated from completed tasks, sessions and companionship time

    Long-term DeepSeek Harness users who want their usage history reflected in a companion

  • Keep the whale girl resident on your OS desktop, outside the browser

    A standalone companion app (Node engine + Tauri shell) that stays on the desktop, connected to a local or remote DSH

    Users who want the pet on their OS desktop instead of the DSH web page

02如何接入 DeepSeek Harness?

前置条件

  • DeepSeek Harness (dsh) with the web profile — the plugin is managed via `dsh plugin --profile web`
  • Optional desktop companion: Node ≥18 and Rust (cargo) for the Tauri rendering shell

安装步骤

  1. 01

    Run `dsh plugin --profile web add "github:vlln/whale-girl#main"` (single-line git source, build artifacts committed)

    $ dsh plugin --profile web add "github:vlln/whale-girl#main"

  2. 02

    Alternative sources: `dsh plugin --profile web add whale-girl@0.1.0` (npm) or `dsh plugin --profile web add <path-to-whale-girl>` (local directory)

    $ dsh plugin --profile web add whale-girl@0.1.0

  3. 03

    Restart web — bundle layers compose at startup

  4. 04

    Optional desktop companion: `npm install -g whale-girl-desktop`, run `whale-girl-desktop --headless` or build the Tauri shell via `cargo build --release` in `src-tauri`

    $ npm install -g whale-girl-desktop

  5. 05

    Update via `dsh plugin --profile web update whale-girl` (or switch the git ref), then restart

    $ dsh plugin --profile web update whale-girl

验证接入成功

  • After restarting web, the pet appears bottom-right: click for its menu (🍗 feed / 🎾 play), drag to move, hover for the status bar (seniority level / task count / recent shared memories)

03DSH 适配与能力边界

DSH 适配兼容

Official DSH bundle plugin installed via the `dsh plugin --profile web` CLI and rendered inside the DSH Web GUI

  • Event-driven pet state machine

    DSH session / task events (task done, failure, approval, new session, idle ≥60s)15 animated states — celebrate, error, disappointed, joy, eat, play, drag, walk, sleep, wake, welcome, think, working, wait, idle

  • Accrual-based growth (seniority, titles, memories)

    Completed tasks, sessions and companionship timeSeniority levels, titles and shared memories shown in the hover status bar

    XP / title thresholds are sealed and not configurable, to protect the accumulation ledger
  • Live configuration & character switching

    `whale-girl:` section in `<dshHome>/settings.yaml` (or the settings UI); `whale-girl:character` in localStorageSize / opacity / wandering / sleep toggles applied live without restart; cycling between characters

    Setting `enabled: false` disables the in-page pet while a desktop companion runs
  • Standalone desktop companion (optional)

    whale-girl's public endpoints (`/state`, `/events`, `/presence`, `/interact`, `/config`, `/assets`)Transparent always-on-top desktop pet connected to a local or remote DSH (Tauri v2 shell ~12MB, legacy Electron shell kept)

    Not installed via `dsh plugin` — enabled manually (npm global install + cargo build)The in-page pet hides while the companion runs (presence contract) and returns after exit/crash (TTL 45s)

04适合谁?何时不该用?

适合

  • DSH Web GUI users who want a fun resident companion while running agent sessions
  • Long-term DeepSeek Harness users who want their usage history reflected in a companion
  • Users who want the pet on their OS desktop instead of the DSH web page

不适合

  • The optional desktop companion requires Node ≥18 plus Rust (cargo), and the first Tauri build takes about 5–15 minutes; it is not installed via `dsh plugin`.

05兼容性、维护与安全提示

  • The optional desktop companion requires Node ≥18 plus Rust (cargo), and the first Tauri build takes about 5–15 minutes; it is not installed via `dsh plugin`.
  • Growth semantics (XP and title thresholds) are sealed and not configurable — changing them would break the accumulation ledger.
  • The in-page pet lives only in the DSH Web GUI and is hidden on onboarding pages; while the desktop companion runs, the in-page pet hides (presence contract).
2026-08-102026-08-18作者未说明

MIT · actively maintained (last push 2026-08-18)

06常见问题

如何把 whale-girl 安装到 DeepSeek Harness?

它是通过官方 profile 管理的官方 bundle 插件:运行 `dsh plugin --profile web add "github:vlln/whale-girl#main"`(也支持 npm 源 `whale-girl@0.1.0` 或本地目录),然后重启 web。bundle 层在启动时组合完成后,宠物就会出现在右下角。

它是 DSH 原生插件还是 MCP 服务?

两者都不是——它采用官方 bundle 插件格式(根 `package.json` 中的 `dsh.bundle` + `dsh.client`),直接渲染在 DSH Web 界面内部,不依赖 MCP。

桌面常驻版需要什么前置条件?

桌面版是可选的,不通过 `dsh plugin` 安装:需要 Node ≥18 和 Rust(cargo)来构建 Tauri 壳(首次构建约 5–15 分钟)。它调用 whale-girl 的公开接口,默认连接本地 3080 端口的 DSH,也可用 `WHALE_GIRL_BASE_URL` 指向远程 DSH。

成长数据从哪里来?可以自定义成长规则吗?

资历等级、称号和记忆来自已完成任务、会话与陪伴时长的积累。XP 与称号阈值被刻意封存、不可配置,因为改动它们会破坏积累账本。

如何调整宠物大小、透明度或闲逛行为?

编辑 `<dshHome>/settings.yaml` 中的 `whale-girl:` 小节(或用设置界面),修改即时生效、无需重启。角色可通过 🎭 按钮或 localStorage 里的 `whale-girl:character` 切换。

08数据与来源

  • 作者声明github.come22e1fd91874…

    Official **bundle plugin** (`dsh.bundle` + `dsh.client` in root `package.json`), managed via the official profile:

  • 作者声明github.come22e1fd91874…

    dsh plugin --profile web add "github:vlln/whale-girl#main" # single-line git source (build artifacts committed)

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。