发布

  • fix(fff-mcp): compare CARGO_PKG_VERSION to stable release tag (#721) (#729)

    frostbyte_neo 发布于 2026-07-30 01:29:52 +00:00 | 69 次提交 在此版本后已推送到 main

    • fix(fff-mcp): compare CARGO_PKG_VERSION to stable release tag (#721)

    The update check compared the embedded 40-char git SHA prefix against
    the release tag string, which never matched a semver tag. It also hit
    /releases?per_page=1 (prerelease-inclusive) while install-mcp.sh is
    pinned to a stable tag, so the suggested installer could not silence
    the notice when the API returned a nightly.

    Compare CARGO_PKG_VERSION against /releases/latest (stable-only) with
    a leading v stripped from the tag.

    Closes #721

    • test(fff-node): retry watch subscribe in exit test

    Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
    Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com

    下载附件