v1.22.0
Minor Changes
-
7c813dd: Add
-a/--agentoption tolistcommand and include claude-cowork-3p in global listingreskill list -a <agent>now lists skills installed to a specific agent directory. Forclaude-cowork-3p, this implicitly uses global scope since that agent always installs to a global app-managed directory.reskill list --globalnow also includes skills installed to claude-cowork-3p, since they are effectively global.
为
list命令新增-a/--agent选项,并在全局列表中包含 claude-cowork-3preskill 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-3pagent (without--globalflag), the installation was incorrectly writing to project-levelskills.jsonandskills.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-3pagent(未传--global)时,之前会错误地写入项目级别的skills.json和skills.lock。由于 claude-cowork-3p 始终安装到全局的应用管理目录,现在除非同时涉及其他非全局 agent,否则跳过这些写入。