发布

  • fix(windows): platform-stable graph paths + budgeted shell hint
    Release / SDK release gate (push) Has been cancelled
    Release / Build aarch64-apple-darwin (push) Has been cancelled
    Release / Build x86_64-apple-darwin (push) Has been cancelled
    Release / Build aarch64-unknown-linux-musl (push) Has been cancelled
    Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-musl (push) Has been cancelled
    Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
    Release / Create Release (push) Has been cancelled
    Release / Publish to crates.io (push) Has been cancelled
    Release / Publish to npm (push) Has been cancelled
    Release / Update Homebrew (push) Has been cancelled
    Release / Announce on Twitter (push) Has been cancelled

    frostbyte_neo 发布于 2026-06-12 23:11:22 +00:00

    Two Windows-only CI failures behind one release:

    • Property-graph node keys were built with native separators, so
      impact_analysis("Models/Engine.cs") matched nothing on Windows. The
      builder now stores canonical / paths (determinism, #498) and the
      graph queries normalize native input, so both spellings work.
    • The #579 instruction budget did not account for the Windows-only
      SHELL: hint. The hint is condensed (45->21 tok for the POSIX variant)
      and the budget test grants an explicit, guarded 25-token allowance on
      Windows instead of failing the cap by 4 tokens.

    Co-authored-by: Cursor cursoragent@cursor.com

    下载附件