v1.20.0
Minor Changes
-
2f30e74: Add
--skip-manifestflag andRESKILL_NO_MANIFESTenv var toinstallcommand. When enabled, allskills.jsonandskills.lockwrites are skipped during installation. Skill files are still installed normally to target agent directories. Intended for platform integration scenarios where the caller manages its own manifest.
为
install命令新增--skip-manifest标志和RESKILL_NO_MANIFEST环境变量。启用后跳过所有skills.json和skills.lock写入,skill 文件仍正常安装到目标 agent 目录。用于平台集成场景,由调用方自行管理 skill 清单。 -
629bfb6: Unify
-tshorthand to always mean--tokenacross all commands. Previously,publishused-tfor--tagand had no shorthand for--token. Now-tconsistently maps to--tokenin all commands, and--tagis long-only.
统一
-t短选项在所有命令中均表示--token。此前publish命令中-t表示--tag,--token无短选项。现在-t在所有命令中一致映射到--token,--tag仅支持长选项。