Skip to content

0.13.3 - 2026-06-19

Choose a tag to compare

@github-actions github-actions released this 19 Jun 05:15

Release Notes

Changed

  • Removed the old scan and review CLI surfaces. Use nose query <path> ... for clone-family
    exploration and nose query <path> base=<ref> for divergent-edit gates.
  • Bulk nose query ... all top=0 --format json rendering now reuses one source-line cache while
    preserving byte-identical JSON. This keeps the existing all-copies params contract but avoids
    re-reading and anti-unifying every family independently during JSON output.
  • Rebased the CI line-coverage ratchet to 83% after the query-only CLI deletion and
    legacy-prelude merge. Current local cargo llvm-cov --workspace --summary-only line coverage is
    83.68%; keep the workflow and scripts/check-ci-local.sh in sync.

Performance

  • Re-profiled the checked-out bench/repos corpus with a release build after the render fix:
    150/150 repos succeeded, 0 repos >= 4s, 82.063s total, max 3.989s (sympy).
    Representative byte-identical stage checks: raylib query_render 5284.7ms → 67.3ms,
    sympy 778.7ms → 166.7ms, and bulma 3124.8ms → 87.9ms.

Install nose-cli 0.13.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/corca-ai/nose/releases/download/v0.13.3/nose-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install corca-ai/tap/nose

Download nose-cli 0.13.3

File Platform Checksum
nose-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nose-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
nose-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
nose-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum