v1.19.0
Minor Changes
-
4c43df7: Add
--token(-t) option to allgroupandgroup membersubcommandsSupport passing auth token directly via CLI flag for CI/CD scenarios. Token resolution priority:
--tokenflag >RESKILL_TOKENenv >~/.reskillrc.
为所有
group和group member子命令添加--token(-t)选项支持通过 CLI 参数直接传入认证 token,适用于 CI/CD 场景。Token 优先级:
--token参数 >RESKILL_TOKEN环境变量 >~/.reskillrc。
Patch Changes
-
6fdf2f1: Sync documentation with latest code
Changes:
- Updated Multi-Agent support table from 6 to 17 agents across README.md, README.zh-CN.md, and SKILL.md
- Fixed Common Options table:
--token,--registry,--jsonnow list all commands that actually support them - Added missing
groupcommand andsearchalias forfindin SKILL.md - Added missing
--limitand--skip-networkoptions to SKILL.md - Added
VERBOSEenvironment variable to SKILL.md - Fixed
completioncommand format fromcompletion installtocompletion [action] - Updated publish description: metadata now comes from SKILL.md frontmatter, not a separate skill.json
- Bumped reskill-usage skill version to 0.1.3
同步文档与最新代码
变更:
- Multi-Agent 支持表从 6 个更新至 17 个 Agent(README.md、README.zh-CN.md、SKILL.md)
- 修正常用选项表:
--token、--registry、--json现在列出了所有实际支持的命令 - SKILL.md 补充缺失的
group命令和find的search别名 - SKILL.md 补充缺失的
--limit和--skip-network选项 - SKILL.md 补充
VERBOSE环境变量 - 修正
completion命令格式为completion [action] - 更新发布说明:元数据来源从 skill.json 改为 SKILL.md frontmatter
- reskill-usage skill 版本号更新至 0.1.3