Skip to content

Releases: c-ling/dsh-plugin-pet

v1.1.0

Choose a tag to compare

@c-ling c-ling released this 18 Aug 18:26

v1.1.0

更新内容(中文)

  • 新增:宠物从“状态显示器”升级为“陪伴养成”
    • 亲密度 / 等级 / 经验值成长系统
    • 喂食、玩耍、抚摸互动与即时反馈
    • 每日在线时长、完成任务数带来成长
    • 成就系统:连续工作、修复错误、深夜陪伴等
    • 本地统计面板:陪伴时长、互动次数、心情分布、成就列表
  • 新增:宠物下方 hover 互动按钮,从正下方散开成一行
  • 新增:等级上限 1000 级,满级显示 MAX
  • 变更:支持 DSH 1.0.7 settings 配置同步
  • 变更:新增 sleeping 打瞌睡状态与连续工作提醒

Changes (English)

  • Added: upgraded the pet from a status display to a companion growth system
    • Intimacy / level / EXP progression
    • Feed, play, and pet interactions with immediate feedback
    • Growth from daily online time and completed tasks
    • Achievements for continuous work, error fixes, late-night companionship
    • Local stats panel: companion time, interactions, mood distribution, achievements
  • Added: hover action buttons below the pet that spread into a row
  • Added: level cap at 1000, shown as MAX when maxed
  • Changed: DSH 1.0.7 settings configuration sync
  • Changed: added sleeping mood and continuous-work reminders

v1.0.3

Choose a tag to compare

@c-ling c-ling released this 15 Aug 17:20

v1.0.3

更新内容(中文)

  • 文档:README 结构规范化——默认 README.md 改为中文,英文文档移至 README-en.md,删除 README-ZH.md
  • 安装 / 更新命令统一固定到 #v1.0.3

Changes (English)

  • Docs: normalized README structure — the default README.md is now Chinese, the English doc moved to README-en.md, and README-ZH.md was removed.
  • All install / update commands are pinned to #v1.0.3.

v1.0.2

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:27

v1.0.2

更新内容(中文)

  • docs: README 中英双语规范化,安装章节采用统一模板(npx / dsh / corepack 三种方式分开),并新增「更新」章节。
  • docs: 所有安装命令统一固定到 #v1.0.2
  • chore: 版本号 1.0.11.0.2

Changes (English)

  • docs: Normalize the bilingual README, use the canonical three-path Install section (npx / dsh / corepack), and add an Update section.
  • docs: Pin every install command to #v1.0.2.
  • chore: Bump version from 1.0.1 to 1.0.2.

Checks: node --check and node --test (34/34) pass.

v1.0.1

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:05

v1.0.1

更新内容(中文)

  • 修复「设置 → 宠物」页黑夜模式样式:
    • 卡片与底部改用语义化 layer token,移除无效的 --dsw-alias-bg-base 用法。
    • 选中标签使用 --dsw-alias-button-ghost-active-* token,选项/回退按钮使用显式 label token。
    • 可见性开关的关闭态/hover 颜色与 dsh-plugin-notify 对齐。
    • 使用主题化滚动条 token。
  • docs: README 拆分为默认英文 README.md + 中文 README-ZH.md,新增 npx @deepseek-ai/dsh 安装路径,loader 行 id 修正为 dsh-plugin-pet

Changes (English)

  • Fix dark-mode styling for the Settings → Pet page:
    • Replace invalid --dsw-alias-bg-base usages with semantic layer tokens for cards and the footer.
    • Use --dsw-alias-button-ghost-active-* tokens for active tabs and explicit label tokens for choices/fallback buttons.
    • Align the visibility switch off-state/hover colors with dsh-plugin-notify.
    • Use themed scrollbar tokens.
  • docs: Split the README into default English README.md + Chinese README-ZH.md, add the npx @deepseek-ai/dsh install path, and fix the loader row id to dsh-plugin-pet.

All checks pass: node --check, node --test (34/34).

v1.0.0

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:28

v1.0.0

更新内容(中文)

  • 首个 GitHub 版本:内置 6 个宠物形象(blob/cat/duck/robot/axolotl/ghost),支持自定义图片上传与 Codex 多帧精灵图导入。
  • 宠物常驻右下角,根据 agent 状态切换心情动画;设置页提供改名、缩放、显示与换肤。
  • 宿主端提供配置/图片/精灵图/pet.json HTTP 接口,状态保存在 $DSH_HOME/storages/dsh-plugin-pet/

Changes (English)

  • First GitHub release: 6 built-in sprites (blob/cat/duck/robot/axolotl/ghost), custom image upload, and Codex-style multi-frame spritesheet import.
  • The pet lives in the bottom-right corner with agent-state mood animations; settings cover rename, scale, visibility, and reskinning.
  • Host routes for config/image/sheet/pet.json, with state persisted under $DSH_HOME/storages/dsh-plugin-pet/.