Skip to content

Releases: zoahdev/dsh-pet-evolve

dsh-pet-evolve v0.3.0 - evolution-log sync

Choose a tag to compare

@zoahdev zoahdev released this 15 Aug 14:40

dsh-pet-evolve v0.3.0

New: sync with dsh-rule-evolve evolution logs

  • --evolution <EVOLUTION.md> counts evolution rounds; each round grants +5 XP (new evolution_round event).
  • /api/state now includes rounds; the UI shows a Rounds stat; the share card includes round count.
  • Engine: evolution_round +5 XP (13/13 tests).

Usage:
npx dsh-pet-evolve --profile ~/.dsh/profiles/web --evolution ~/.dsh/profiles/web/EVOLUTION.md

dsh-pet-evolve v0.2.0 - skins + focus mode

Choose a tag to compare

@zoahdev zoahdev released this 15 Aug 14:28

dsh-pet-evolve v0.2.0

New in this release:

  • Multi-skin pets: Whale / Cat / Robot / Ghost (canvas-drawn, per-skin ears/tail/visor/ghost shapes + palettes).
  • Focus-timer productivity mode: 25-minute countdown with zen indicator; completion grants +5 XP (new focus_complete event).
  • docs/ demo bundle committed for future static hosting.

Engine: focus_complete +5 XP (11/11 tests). Everything remains zero-dependency and 100% local.

dsh-pet-evolve v0.1.0 - the pet that grows with your agent

Choose a tag to compare

@zoahdev zoahdev released this 15 Aug 14:22

dsh-pet-evolve v0.1.0

The pet that grows with your DeepSeek Harness agent.

  • 5 evolution stages (Egg/Baby/Teen/Adult/Legend) earned from real signals: verified rules (dsh-rule-evolve compatible), completed sessions, tool calls, compactions.
  • Agent-state mirroring (working/done/failed/idle) from session logs.
  • One-click 1200x630 growth share card PNG.
  • Zero dependencies, 100% local, no telemetry.
  • CLI (npx dsh-pet-evolve) + DSH plugin wrapper (committed lib, no build at install).

Verified: 10/10 engine+adapter tests, build-check, CLI report + live server smoke (page + /api/state).