Skip to content

Skills Manager v2.1.8

Choose a tag to compare

@jiweiyeah jiweiyeah released this 09 Aug 17:13
· 26 commits to main since this release

Release Notes - v2.1.8

中文

新增

  • 一键发布技能到 ClawHub:技能卡片的「⋯」菜单新增「发布到 ClawHub」,无需再手动打包上传。
  • 发布前自动预检:列出将上传的文件与总大小,推导技能标识与建议版本号。
  • 支持填写展示名称、更新说明、分类(最多 3 个)与话题(最多 5 个),可发布到组织名下。
  • 本地提前校验分类枚举、保留话题、版本号格式,以及单文件 10MB、总量 50MB 上限,避免上传后才失败。
  • 新技能从 1.0.0 起步,已发布过的自动递增修订号。
  • 已发布的技能在列表中显示「已发布」徽标,悬停可见标识与版本,点击直达 ClawHub 页面。
  • 更新时自动沿用上次的技能标识与归属账号:即使改过标识、重命名本地目录或发布到组织名下,仍能识别为同一技能而非重复创建。
  • 设置页新增 ClawHub Token 配置项,支持一键测试连通性。

修复

  • 修复返回技能列表时筛选与搜索状态丢失的问题。
  • 修复仅含发布记录、未打标签也未收藏的技能,其元数据在保存时被误删的问题。

安全与隐私

  • ClawHub 要求所有技能以 MIT-0 许可发布(任何人可自由使用、修改、再分发,无需署名)。此项需在发布对话框中显式勾选确认,应用不会代为接受。

其他

  • 新增发布链路的单元测试覆盖:文件收集与忽略规则、分类话题校验、发布数据构造、版本推导与发布记录持久化。
  • 版本升级至 v2.1.8。

English

Added

  • Publish skills to ClawHub in one click: new "Publish to ClawHub" entry in the skill card's "⋯" menu, replacing manual packaging and uploading.
  • Automatic pre-flight check listing the files to upload with total size, plus a derived slug and suggested version.
  • Set display name, changelog, categories (up to 3) and topics (up to 5); publishing under an organization is supported.
  • Category enum, reserved topics, semver format, and the 10 MB per-file / 50 MB total limits are all validated locally instead of failing after the upload.
  • New skills start at 1.0.0; previously published ones get an automatic patch bump.
  • Published skills show a "Published" badge in the list — hover for slug and version, click to open the ClawHub page.
  • Updates reuse the slug and owner from the previous publish, so renaming the local folder, changing the slug, or publishing under an organization still resolves to the same skill instead of creating a duplicate.
  • New ClawHub Token setting with one-click connection test.

Fixed

  • Filter and search state is no longer lost when returning to the skills list.
  • Fixed metadata for skills that only had a publish record (no tags, not favorited) being dropped on save.

Security and Privacy

  • ClawHub requires every skill to be published under the MIT-0 license (anyone may use, modify and redistribute it without attribution). This must be confirmed explicitly in the publish dialog — the app never accepts it on your behalf.

Other

  • Added unit coverage for the publishing path: file collection and ignore rules, category/topic validation, publish payload construction, version resolution, and publish-record persistence.
  • Bumped the application version to v2.1.8.