Skip to content

v2.5.1- skill 稳定版(5.15)

Latest

Choose a tag to compare

@eze-is eze-is released this 15 May 06:16
· 2 commits to main since this release
fix: plugin.json skills 字段改为数组形式修复加载失败 (v2.5.1)

`"skills": "./"` 被 Claude Code 路径校验判定为路径越界,导致整个插件
加载失败(Path escapes plugin directory: ./)。改为官方文档支持的数组
语法 `["./"]`,Claude Code 会把 plugin 根目录视为单 skill,通过
SKILL.md frontmatter 的 name 字段命名。

同时同步 plugin.json 与 SKILL.md 的版本号到 2.5.1。

Closes #113, #108, #62, #59

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>