cookiesheep/whale-on-desk0

whale-on-desk

一个用于 DeepSeek Harness 的像素风小鲸鱼桌面宠物:在智能体工作时游动,在调用工具时吐泡泡,在等待审批时敲击玻璃。

AI 分析

核心用途是为 DSH Web 界面提供趣味性的桌面宠物交互。适合希望直观、趣味性地感知智能体工作状态和审批等待的用户。无 API key 和额外配置要求,开箱即用。

包名
whale-on-desk
版本
0.1.2
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cookiesheep/whale-on-desk

whale-on-desk 🐳

English | 中文

A pixel-art whale companion for DeepSeek Harness. It swims while your agents work, blows bubbles for tool calls, and taps the glass when an approval is waiting.

status license dsh

What it does

The whale lives in the corner of your DeepSeek Harness web UI and reacts to what your agents are doing:

Agent activityWhale reaction
Turn runningswims fast 🏊
Model streamingthinks along, thought bubble 💭
Tool callblows a bubble with a friendly label (敲命令 / 读文件 / …)
Approval requestedpresses against the glass, taps, amber pulse 🔔
Turn completedjumps with a flip and foam confetti 🎉
Turn failedsinks, eyes flatline 😢
Context ~62% / ~82% fullfeeding time — "还能吃一点 / 吃饱了" 🍤
Idle 10 minutesdozes off 💤
00:00–06:00 localnightcap 🌙
You click / double-click itsqueak / startled flail (with sound)

Drag it anywhere — the position sticks. Tiny synthesized sounds, zero audio assets.

Install

dsh plugin --profile web add whale-on-desk

Then open (or restart) the DSH web UI. That's it — no API key, no config.

Uninstall / configure

dsh plugin --profile web remove whale-on-desk

Sleep timeout is configurable in cordis.patch.yml (sleepAfterMinutes, default 10). Right-click the whale for a small menu (mute sounds / reset position). Setting allowPreview: true additionally exposes POST /whale/preview {"state":"glass-tap"} (clear with {"state":null}) — handy for demos and screenshots; off by default.

How it works

  • Host half (lib/index.js): a Cordis plugin listening to session/event (turns, chunks, tool calls, approvals — all durable session events) and folding them into a small state machine (lib/pet-machine.mjs). Exposes /whale/state, /whale/poke, /whale/assets/* on the DSH web server. Read-only: it never touches your sessions or files.
  • Browser half (lib/client.js): registers via the DSH shell module loader, mounts into the shell.overlay slot, renders the current state's sprite (500 ms poll), plays synthesized sounds, and persists its position.
  • Art pipeline (tools/process-sprites.mjs): AI-generated sprite sheets in, clean looping GIFs out — slicing, exact 8-color palette snapping (pure nearest-color math), magenta chroma-key, decoration removal.

Making your own states

See docs/GPT_PROMPT_PLAYBOOK.md — the full workflow for generating new whale animations with an AI image tool, and the one-line pipeline command that turns a sheet into a live state.

Project layout

art/     source sprite sheets from the AI workflow (repo only)
assets/  shipped runtime: state GIFs + manifest.json
docs/    art spec, prompt playbook, canonical character reference
lib/     plugin host half + browser half + state machine
test/    state machine unit tests
tools/   sprite processing pipeline + test grid generator

Credits & disclaimer

Animation grammar and pixel discipline inspired by clawd-on-desk (style reference only — no assets or code shared; clawd art is Anthropic's). Whale art generated with AI assistance. Not affiliated with DeepSeek. MIT licensed.