v0.2.9
SkillHub v0.2.9
新增 CLI --scope 选项、发布 dry-run 模式、管理后台 userId 列;修复 OAuth2 登录和容器环境变量传递;更新依赖修复安全告警。
🌟 Highlights
- CLI install 命令新增 --scope 选项,支持按用户根目录权限安装技能
- 发布流程新增 --dry-run 验证模式,可在正式发布前预检
- 管理后台用户列表新增 userId 列,便于快速定位用户
🚨 Breaking Changes
✨ Features
- feat(cli): add --scope option to install command by @dongmucat in #440
- feat(publish): add --dry-run validation endpoint and CLI option by @dongmucat in #451
- feat(admin): add userId column to user management list by @dongmucat in #453
🐛 Bug Fixes
- fix(auth): use SimpleUrlAuthenticationSuccessHandler for OAuth2 login by @myml in #266
- fix(runtime): pass auth environment variables to containers by @CaffreySun in #280
⚡ Performance
- None
📚 Documentation
- docs(protocol): adopt .agents/skills (plural) as canonical universal fallback (commit 8c8b047)
🔧 Chore
- chore: disable gemini auto review by @dongmucat in #462
- chore(deps): bump vite/postcss/picomatch/flatted/esbuild to patch Dependabot alerts by @dongmucat in #461
📖 Documentation
- Docs site: https://iflytek.github.io/skillhub/
👥 New Contributors
None
Full Changelog: v0.2.8...v0.2.9