LeemanCheung/dsh-whale-companion ↗★ 0
dsh-whale-companion
具有成长、成就、皮肤和隐私安全进度跟踪功能的本地 DSH 桌面鲸鱼宠物插件。
AI 分析
核心用途是增加使用趣味性。适合希望将 DSH 会话活跃度转化为桌面宠物成长值,解锁成就和皮肤,并进行趣味互动的 DSH 用户。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeemanCheung/dsh-whale-companion说明文档
阅读完整 README ↗dsh-whale-companion
English | 中文
A local-first DSH companion that turns privacy-safe session activity metadata into a draggable whale, levels, streaks, statistics, twelve achievements, and six skins.
Screenshot

Generated with GPT Image from the implemented Client layout and feature set; runtime appearance follows the active DSH theme and viewport.
Features
shell.overlaywhale with persisted normalized position, viewport clamping, edge snapping, pointer drag, keyboard movement (arrow keys; Shift accelerates), and five-second live refresh.- Settings → Whale Home offers Chinese-localized level progress, statistics, all twelve locked/unlocked achievements, six skin swatches, clear busy/error notices, export, strict import, and reset.
- Durable
storageDomainstate with serialized mutations and bounded idempotency checkpoints. - Six visual skins:
ocean,coral,midnight,aurora,sunset, andnebula. - Semantic DSH theme tokens, reduced-motion support, and local packaged assets only.
Turns grant 10 XP, tool results grant 5 XP, and session starts grant 20 XP. Only user/message counts as a turn. Levels derive from XP and streaks from UTC session-start dates; Early Bird is earned before 06:00 UTC (not on a particular day of the month).
Privacy
The Host reads only session id, sequence, event type, and timestamp. It never reads, stores, exports, or renders prompt text, assistant output, code, paths, tool arguments, or tool results. Exported backups contain only the validated whale/v1 progress record.
Install
Install directly from GitHub into the DSH Web profile:
dsh plugin --profile web add github:LeemanCheung/dsh-whale-companion
Restart the existing DSH Web process and refresh its page.
Model Experience
This plugin adds no model prompt, tools, messages, token usage, or KV-cache content. It observes committed session event metadata on the Host and exposes browser UI only.
Known limitations
Progress is local to one DSH storage backend and is not synchronized between devices. The overlay polls every five seconds rather than receiving a dedicated progress event.
Development
From the repository root run corepack pnpm typecheck, corepack pnpm test, corepack pnpm build, and corepack pnpm pack:check.
MIT. See LICENSE.