发布

  • fix(skills): normalize embedded resource path separators on Windows

    frostbyte_neo 发布于 2026-05-11 07:40:06 +00:00 | 3328 次提交 在此版本后已推送到 main

    MSBuild's %(RecursiveDir) emits backslashes on Windows, producing
    mixed-separator LogicalNames like skills/officecli-pptx\SKILL.md
    that SkillInstaller's skills/{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.

    下载附件