-
fix(skills): normalize embedded resource path separators on Windows
发布于
2026-05-11 07:40:06 +00:00 | 3328 次提交 在此版本后已推送到 mainMSBuild's %(RecursiveDir) emits backslashes on Windows, producing
mixed-separator LogicalNames likeskills/officecli-pptx\SKILL.md
that SkillInstaller'sskills/{folder}/prefix lookup never matched.
Normalize to '/' in the LogicalName so per-skill install, skills list
descriptions, and load_skill all work on Windows builds. No-op on
Linux/macOS where %(RecursiveDir) already uses '/'.Bump to 1.0.87.
下载附件