deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A desktop-pet plugin for DeepSeek Harness — the Codex pet experience, fully ported to your desktop.
A self-contained DSH harness plugin: when the harness starts, a frame-animated pet lives on your desktop. No web-pet dependency — it ships its own state machine, chatter engine and pet registry, and subscribes directly to harness session events.
~/.codex/pets — also auto-discovers ~/.dsh/pets and bundled assets/pets (pet.json + spritesheet.webp); the 9 standard tracks (idle / running-right / running-left / waving / jumping / failed / waiting / running / review) with per-pet tracks / sequences overrides+N badgeRequires DSH Desktop (or any harness host with the web server).
dsh plugin --profile web add @qiqibabyy/dsh-pet-desktop
# local development:
dsh plugin --profile web add link:../dsh-pet-desktop
Electron runtime lookup order (first hit wins):
electronPath settingDSH_PET_ELECTRON env varnode_modules/electron/dist/electron.exe%APPDATA%/npm/node_modules/electron (Windows)If nothing is found the settings card says so in red; npm i -g electron fixes it everywhere.
Format details: assets/pets/README.md. Sources scanned in order (later overrides same pet ids):
assets/pets/${CODEX_HOME:-~/.codex}/pets/ — native Codex directory${DSH_HOME:-~/.dsh}/pets/ — user directory (decorations/ subfolders scanned too)petDirs plugin configPets declaring renderer: live2d / frames2d are skipped by design — this plugin renders sprite2d atlases.
Drop them in as-is, zero conversion: copy a Codex pet folder (pet.json + atlas) into ~/.codex/pets/<id>/ and it is discovered automatically (CODEX_HOME is honored). Both Codex manifest generations are understood — the legacy flat hatch-pet shape and v2 sprite2d blocks. No CLI needed to swap pets: harness settings → "Desktop Pet" → the appearance picker; click a thumbnail and the companion re-skins live.
| points ≥ | rank | star trail |
|---|---|---|
| 0 | Baby Whale 幼鲸 | * |
| 25 | Companion 伙伴 | ** |
| 50 | Close Friend 挚友 | *** |
| 80 | Deep Sea Bond 深海羁绊 | **** |
| 200 | Kindred Spirit 心有灵犀 | ***** |
| 500 | Legendary Bond 传说羁绊 | ****** |
| 2000 | Mythic Bond 神话羁绊 | ******* |
| 10000 | Eternal Covenant 永恒之契 | ******** |
| 100000 | Lifelong Companion 鲸生共渡 | ********* |
Served by the plugin on the harness web port, loopback-only:
| Route | Purpose |
|---|---|
GET /api/desktop-pet/state?current=<sid> |
full view for the companion renderer |
GET /api/desktop-pet/pets / decorations |
registries |
POST /api/desktop-pet/interact {kind} |
pet / feed (+reaction) |
POST /api/desktop-pet/set-pet / set-decoration / set-name / set-display / announce |
verbs |
GET /api/desktop-pet/status · POST start / stop |
companion supervisor |
GET /desktop-pet-assets/** |
atlases & decoration frames (allow-listed, containment-checked) |
npm install # one runtime dep: schemastery
node scripts/smoke.mjs # host-free smoke test: registry / ledger / chatter / projection
| Path | Role |
|---|---|
index.js |
plugin assembly (cordis host half) |
src/service.js |
state machine + affinity ledger + event projection |
src/chatter.js |
chatter engine (ported line-by-line from dsh-pet) |
src/registry.js |
pet/decoration discovery (Codex v1 + v2 manifests) |
src/routes.js |
loopback routes + asset serving |
src/supervisor.js |
Electron companion process discovery/spawn/keepalive |
client.js |
settings card (build-free CJS module-loader factory) |
companion/ |
Electron overlay app (zero npm deps; any electron.exe runs it) |
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。