Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 11 May 07:40
· 21 commits to main since this release
78fa174

Minor Changes

  • 7c813dd: Add -a/--agent option to list command and include claude-cowork-3p in global listing

    reskill list -a <agent> now lists skills installed to a specific agent directory. For claude-cowork-3p, this implicitly uses global scope since that agent always installs to a global app-managed directory.

    reskill list --global now also includes skills installed to claude-cowork-3p, since they are effectively global.


    list 命令新增 -a/--agent 选项,并在全局列表中包含 claude-cowork-3p

    reskill list -a <agent> 可列出安装到指定 agent 目录的 skill。对于 claude-cowork-3p,会隐式使用全局作用域,因为该 agent 始终安装到全局的应用管理目录。

    reskill list --global 现在也会列出安装到 claude-cowork-3p 的 skill,因为它们本质上是全局安装的。

Patch Changes

  • b9b3f08: Fix: treat claude-cowork-3p installations as effectively global

    When installing skills exclusively to claude-cowork-3p agent (without --global flag), the installation was incorrectly writing to project-level skills.json and skills.lock. Since claude-cowork-3p always installs to a global app-managed directory, these writes are now skipped unless other non-global agents are also targeted.


    修复:将 claude-cowork-3p 安装视为等效全局安装

    当仅安装 skill 到 claude-cowork-3p agent(未传 --global)时,之前会错误地写入项目级别的 skills.jsonskills.lock。由于 claude-cowork-3p 始终安装到全局的应用管理目录,现在除非同时涉及其他非全局 agent,否则跳过这些写入。