AI不止语
|
2949bc068c
|
fix(install): 修复 install.ps1 Gemini CLI 三参数 Join-Path 在 PowerShell 5.1 报错 (#73)
Windows PowerShell 5.1 的 Join-Path 不支持三参数形式(-AdditionalChildPath 为 PS7+),
改为嵌套 Join-Path 以兼容 5.1 与 7+。
Closes #71
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-01 21:44:18 +08:00 |
|
cloudQuant
|
4eb891f88f
|
fix(kiro): 修复 Kiro 智能体格式为 .md + YAML frontmatter (#65)
Kiro 自定义子智能体要求 ~/.kiro/agents/<name>.md 格式(带 YAML
frontmatter),而非之前的 .json + prompts/ 分离结构。
修复内容:
- convert.sh/ps1: convert_kiro 直接生成 .md 文件
- install.sh/ps1: install_kiro 复制 .md 文件而非 .json
参考:https://kiro.dev/docs/chat/subagents/
|
2026-06-01 21:32:56 +08:00 |
|
jnMetaCode
|
9448c00ef9
|
fix: Hermes Discord 模式一次性全量安装触发 8000 字符上限 (#45) (#46)
- install.sh / install.ps1 新增 --category 参数,支持按分类分批安装
Hermes skills,避免 Discord API error 50035
- 无 --category 时若安装数量超过 80 个,打印 Discord 限制警告并提示
使用分类安装
- README Hermes 区块增加 Discord 限制说明与分类安装示例
- 修复 install.sh 中 CJK 全角括号紧跟变量名导致 set -u 误报 unbound
variable 的语法问题
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-17 05:11:05 +08:00 |
|
jiangnan
|
f0993e1788
|
feat: 新增 Hermes Agent (NousResearch) 工具集成支持(15→16 种工具)
- convert.sh/ps1: 新增 convert_hermes,输出两级目录 category/slug/SKILL.md
(含 version、author、license、metadata.hermes.tags 等 Hermes 原生字段)
- install.sh/ps1: 新增 install_hermes,保留分类结构安装到 ~/.hermes/skills/
- README.md/zh-TW: 更新工具数、表格、安装说明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-11 00:39:15 +08:00 |
|
jiangnan
|
9326336eb5
|
feat: 新增 WorkBuddy(腾讯)工具集成支持(14→15 种工具)
- convert.sh/ps1: 新增 convert_workbuddy,输出 SKILL.md(含 allowed-tools)
- install.sh/ps1: 新增 install_workbuddy,安装到 ~/.workbuddy/skills/
- README.md/zh-TW: 更新工具数、表格、安装说明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-11 00:06:54 +08:00 |
|
jiangnan
|
9b385f2de2
|
fix: 为 PowerShell 脚本添加 UTF-8 BOM,修复中文 Windows 编码问题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-08 13:18:03 +08:00 |
|
jiangnan
|
ec36b1c374
|
feat: 添加 Windows PowerShell 安装脚本 (convert.ps1 + install.ps1)
为 Windows 用户提供原生 PowerShell 版本的转换和安装脚本,功能与 .sh 版本一致。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-08 13:07:08 +08:00 |
|