Releases: c-ling/dsh-plugin-pet
Releases · c-ling/dsh-plugin-pet
Release list
v1.1.0
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
v1.0.3
更新内容(中文)
- 文档:README 结构规范化——默认
README.md改为中文,英文文档移至README-en.md,删除README-ZH.md。 - 安装 / 更新命令统一固定到
#v1.0.3。
Changes (English)
- Docs: normalized README structure — the default
README.mdis now Chinese, the English doc moved toREADME-en.md, andREADME-ZH.mdwas removed. - All install / update commands are pinned to
#v1.0.3.
v1.0.2
v1.0.2
更新内容(中文)
- docs: README 中英双语规范化,安装章节采用统一模板(npx / dsh / corepack 三种方式分开),并新增「更新」章节。
- docs: 所有安装命令统一固定到
#v1.0.2。 - chore: 版本号
1.0.1→1.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.1to1.0.2.
Checks: node --check and node --test (34/34) pass.
v1.0.1
v1.0.1
更新内容(中文)
- 修复「设置 → 宠物」页黑夜模式样式:
- 卡片与底部改用语义化 layer token,移除无效的
--dsw-alias-bg-base用法。 - 选中标签使用
--dsw-alias-button-ghost-active-*token,选项/回退按钮使用显式 label token。 - 可见性开关的关闭态/hover 颜色与
dsh-plugin-notify对齐。 - 使用主题化滚动条 token。
- 卡片与底部改用语义化 layer 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-baseusages 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.
- Replace invalid
- docs: Split the README into default English
README.md+ ChineseREADME-ZH.md, add thenpx @deepseek-ai/dshinstall path, and fix the loader row id todsh-plugin-pet.
All checks pass: node --check, node --test (34/34).
v1.0.0
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/.