Skip to content

Releases: Wenaixi/dsh-ponytail

v4.9.0-dsh.5

Choose a tag to compare

@github-actions github-actions released this 22 Aug 09:27

📝 完整更新内容见 CHANGELOG.md

Tag: v4.9.0-dsh.5

v4.9.0-dsh.4 — CLAUDE 本地化 + 安装示例精简

Choose a tag to compare

@Wenaixi Wenaixi released this 22 Aug 07:59

📝 完整更新内容见 CHANGELOG.md

Tag: v4.9.0-dsh.4

v4.9.0-dsh.3 — Config 声明顺序与中英文失活修复

Choose a tag to compare

@Wenaixi Wenaixi released this 22 Aug 07:59

📝 完整更新内容见 CHANGELOG.md

Tag: v4.9.0-dsh.3

v4.9.0-dsh.2 — README 去版本化 + 深浅 logo 统一

Choose a tag to compare

@Wenaixi Wenaixi released this 22 Aug 05:29

README 去固定版本号,默认装 latest;徽章去掉 version,安装示例去掉带版本后缀(GitHub #v... 与 tgz 通配);logo-dark.png 已同步为新 logo.png(深浅一致,692KB),远端渲染与本地一致。

v4.9.0-dsh.1 — 替换 logo

Choose a tag to compare

@Wenaixi Wenaixi released this 22 Aug 04:16

替换 logo 为用户指定新图,版本 4.9.0-dsh.1。

  • assets/logo.png 已用 a21096607edb90cc225d39a06a44174e.png 覆盖(692KB),原临时文件已删除
  • package.json / README 徽章同步至 4.9.0-dsh.1,CHANGELOG 新增 4.9.0-dsh.1 条目
  • npm 已发布 @wenaixi/dsh-ponytail@4.9.0-dsh.1 为 latest

安装:
dsh plugin --profile web add @wenaixi/dsh-ponytail@4.9.0-dsh.1
dsh plugin --profile web add github:Wenaixi/dsh-ponytail#v4.9.0-dsh.1

v4.9.0-dsh.0 — 首个 -dsh 后缀版

Choose a tag to compare

@Wenaixi Wenaixi released this 22 Aug 04:08

首个带 -dsh 后缀的 DSH 独立迭代版(初始 -dsh.0)。

  • 版本策略切换:每个版本固定带 -dsh.N(此版 4.9.0-dsh.0),上游发新版时重置为新版本 -dsh.0;递增 pnpm run bump:dsh
  • README 精简并置顶安装(安装首屏,三渠道:npm / GitHub / 本地)
  • Hook 注入、6 个中文 Skill、npm @wenaixi/dsh-ponytail 已发布,lib 已提交支持 GitHub 直装
  • CI 拆分:ci.yml(push 到 main 跑 verify)/ publish.yml(仅 tag 推送 v* 时发 npm)

安装:
dsh plugin --profile web add @wenaixi/dsh-ponytail
dsh plugin --profile web add @wenaixi/dsh-ponytail@4.9.0-dsh.0
dsh plugin --profile web add github:Wenaixi/dsh-ponytail#v4.9.0-dsh.0

v4.9.0 — 同步上游 ponytail v4.9.0

Choose a tag to compare

@Wenaixi Wenaixi released this 21 Aug 18:42

同步上游 DietrichGebert/ponytail v4.9.0

  • 6 个中文 Skill:ponytail / review / audit / debt / gain / help(rank 550,无空 tool)
  • Always-on 梯子注入(systemPrompt order 50,随 lite/full/ultra/off/review 动态裁剪)
  • 复刻全部 hooks:activate / mode-tracker / subagent / config / instructions / runtime
  • 中文化:Skill 正文、description、fallback、hook 日志、注入文本
  • npm 已发布:@wenaixi/dsh-ponytail@4.9.0 — \dsh plugin add @wenaixi/dsh-ponytail\ 直装
  • GitHub 直装:lib 已提交,\dsh plugin add github:Wenaixi/dsh-ponytail\ 无需构建
  • 构建:pnpm build / typecheck / verify 全部通过