Skip to content

Releases: Chongrong1234/Skills_switchtool

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 08:26
feat: v1.8.0——推荐库联网搜索支持 MCP server 仓库,修复 GitHub 上的 MCP 搜不到/装不了(如官方 ma…

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 07:33
feat: v1.7.1——桌面 App 界面自适应:纯 CSS 响应式断点(宽屏主区放宽 1200px;≤1100px 侧栏收窄+视图按…

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:40
fix: 修复软件更新测试的平台相关性——假 release 夹具只放 AppImage 资产,macOS/Windows 上 pickA…

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 06:50
feat: v1.6.0——推荐库接入 GitHub 联网搜索:结果带仓库链接直达,可用已配置的 AI 提炼关键词查最相关(core/RE…

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:51
feat: v1.5.0——自动更新系统:对照 GitHub Releases 检查新版本,可手动下载安装包或配置自动更新

- core/update.ts:版本比较(X.Y.Z,解析不了按更旧)、6h 磁盘缓存 + inflight 并发去重、
  失败降级不抛;pickAsset 按平台挑安装包;downloadUpdate 流式 .part→改名落盘 downloads/,
  在途拒并发、同文件幂等;openExternal 只放行 https/绝对路径;autoUpdateOnStartup 全静默
- REST /api/update/*(status/check/config/download/open);下载进度并入 /api/progress
- GUI:设置弹窗「软件更新」区(检查/下载进度条/开关)+ 侧栏更新横幅;启动按配置自动检查
- CLI:ssw update(--download TTY 进度条/--open/--auto-check|--auto-download on|off)
- TUI:项目视图 U 键进更新视图;doctor 健康检查纳入 update.json(四→五个)
- 顺带:github 安装合集子目录兜底(registerSkillsWithFallback:skills/ 等)+ git 进度
  解析语言无关化(中文系统进度条/错误摘要修复)

v1.4.10

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:48
feat(gui): 从库中添加技能弹窗添加后不关窗,按钮标注「已添加」

项目详情与全局共享的「从库中添加技能」弹窗:添加成功后弹窗保持打开,
该行「添加」按钮变为「已添加」禁用态,方便连续添加大量技能,点「关闭」/遮罩才退出;
点击即禁用并先本地入列再发请求,快速连点不同行不会互相冲掉;
失败自动回滚本地状态并恢复按钮。版本迭代 v1.4.10。

v1.4.9

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:30
feat: v1.4.9——新增 9 个主流 agent 适配器(OpenClaw/DeepSeek Harness/Qwen Code/…

v1.4.8

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:39
feat: v1.4.8——一键收养所有 agent 的既有 skills(--all / all:true / GUI 全部 agent…

v1.4.7

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:10
feat: v1.4.7——AI 推荐可多次调用(项目详情页常驻)+ 联网搜 GitHub(模型给关键词,需求英文词兜底)

v1.4.5

Choose a tag to compare

@github-actions github-actions released this 31 Aug 12:17
fix: v1.4.5——AI 请求不再显式传 temperature

部分模型(如 kimi-k2 系)只允许 temperature=1,显式传 0.2 会被 400 拒绝导致推荐降级;
省略该字段由模型用自身默认值,OpenAI 兼容端点/中转站均接受,兼容性最好