Skip to content

Releases: inhere/skillc

v0.2.1

06 May 03:24
c6542a7

Choose a tag to compare

Change Log

Refactor

  • refactor: 更新依赖并迁移show包到cliui d391383

Feature

  • feat(install): 支持符号链接方式安装 skill,默认启用 afdd6ef
  • feat(install): support platform install modes eb3b726

Other

  • chore(deps): bump github.com/gookit/config/v2 from 2.2.7 to 2.2.8 (#3) c6542a7

v0.2.0

27 Apr 07:48

Choose a tag to compare

Change Log

Refactor

  • refactor: move skill web viewer logic to internal/app/webapp c58677a

Feature

  • feat: update 支持通过位置参数指定单个 skill 98aadfa

Other

  • 针对代码扫描警告编号 1 的潜在修复:路径表达式中使用未受控数据 (#2) d3ce96f

v0.1.0

20 Apr 12:26

Choose a tag to compare

Change Log

Refactor

  • refactor: move install command orchestration into service 3919a9e
  • refactor: 清理 updateapp.Service 双工厂字段冗余 c8da181
  • refactor: 移除 legacyInstallDir/PreferExistingInstallPath 兼容层 c838766

Fixed

  • fix: complete install and doctor mvp behavior 2586a17
  • fix: expand config paths and tolerate missing lock file 1fcad11
  • fix: allow search query args without index file a208e07
  • fix: complete source sync and search flow 5772b12
  • fix: support collection-aware skill resolution 6ad26a0
  • fix(test): 对齐 CLI 输出与 source 断言 e62d10d
  • fix(cli): show resolvable search targets b7fb5f9
  • fix(test): isolate skillc home paths fdd37ac
  • fix(config): preserve portable runtime paths 18fd972
  • fix(repoindex): avoid duplicate source path prefixes 94e8c32
  • fix(install): flatten skill directories safely f21fd18
  • fix: legacyInstallDir 单横线/双横线不一致 bug 及 tb.Println 输出问题 be9cd75
  • fix: config init 命令使用 Successf 替换 Successln 修复格式化参数不生效 e808412
  • fix: pass -c core.autocrlf=false to git clone 4f3f644

Feature

  • feat: 基于prd 添加 Skillc 架构文档 2af053f
  • feat: bootstrap CLI and config foundation 107b48b
  • feat: add shared file and hash primitives 2a29298
  • feat: add local source management 3f1b6d1
  • feat: add git source sync support ed9b61a
  • feat: parse skill metadata and scan source indexes 415aeda
  • feat: add indexed skill search commands 78751b1
  • feat: add doctor environment checks 5801249
  • feat: add agent install path resolver f724ddb
  • feat: add install planning primitives a42036d
  • feat: add lock file json store 00ee404
  • feat: add agent filesystem installer 82dbe1d
  • feat: add install application service 769dd60
  • feat: add installed list service 62d99fe
  • feat: add uninstall and restore service flows 1f15018
  • feat: wire install and list cli commands 2aed014
  • feat: add optional sync to source add 09bb8fc
  • feat(cli): 新增 collection 浏览命令 0fea8bc
  • feat(gitx): 为 Git 源同步添加代理支持 1e5373e
  • feat(source): add SyncOptions and tty clone progress d868b8c
  • feat(source): reuse git cache for incremental sync bf6e4ea
  • feat(install): 支持批量 target 安装与显式 collection 模式 8514e12
  • feat(update): add installed skill refresh flow ffc7384
  • feat(update): 新增 skillc update 命令支持更新已安装技能设计文档 64936d3
  • feat(lock): group installed skills by project key 7ed9680
  • feat: add aliases support for agent_tools config and fix list showing skills from other dirs 1031f27
  • feat(list): scan and display unrecorded skills from agent tool dirs 0f03140
  • feat/fix: P2 CLI 体验优化 6b9cbf0
  • feat: source sync 支持部分 ID 匹配 186a255
  • feat: truncate Description in collection skills table output 26962c1
  • feat: add --source/-S option to install command a26de31

Other

  • test: add install restore e2e coverage 41b0b15
  • test: add source search e2e coverage 7b5dd30
  • docs: 将 prd draft 和 review 移到 docs 目录 559924e
  • docs(prd): align update command with shipped v1 scope 0cf6b61
  • docs(lock): add grouped lockfile design and plan 06b6d4e
  • perf: InstallMulti 批量安装只做一次 lock 文件 load/save 3c2c9f6
  • docs: rename README to zh-CN and add English README c874f56
  • chore(deps): bump golang.org/x/term from 0.29.0 to 0.42.0 1567694