[!WARNING] Deprecated, please download v0.14.2 directly.
v0.14.0 -> v0.14.1
Summary
Fix SyncSkills failing to create skill directories when the parent skills directory does not exist, by replacing os.Mkdir with os.MkdirAll.
翻譯
修正 SyncSkills 在 skills 父目錄不���在時無法建立子目錄的問題,將 os.Mkdir 改為 os.MkdirAll。Changes
FIX
- Fix SyncSkills using os.Mkdir which fails when parent directory does not exist; replace with os.Stat check + os.MkdirAll for recursive directory creation
- Remove unused browser import from CLI entry point
翻譯
- 修正 SyncSkills 使用 os.Mkdir 導致父目錄不存在時建立失敗,改為 os.Stat 檢查 + os.MkdirAll 遞迴建立
- 移除 CLI 進入點中未使用的 browser import
Files Changed
| File | Status | Tag |
|---|---|---|
internal/skill/sync.go |
Modified | FIX |
cmd/cli/main.go |
Modified | FIX |
Generated by SKILL