Releases: buildbetter-app/skillrank
Releases · buildbetter-app/skillrank
Release list
v0.1.5
skillrank v0.1.5 Verifies the binary it downloads before swapping it in: every release publishes a .sha256 next to the asset, and nothing is written over the running executable until the downloaded bytes hash to exactly that digest. Failing to fetch the checksum is a refusal too, matching what install.sh has always done. Tells you when a new version exists instead of waiting to be asked, once a day, on one line, and never at the cost of the command you actually ran. Lets the agent notice it needs a skill rather than only responding when you ask for one, and reports the effort a skill saves — turns, wall clock and cost — not just pass rate and tokens.
v0.1.4
release: bump version to 0.1.4 Re-cuts the release now that the macOS signing secrets point at the Developer ID Application cert (the previous .p12 held an Apple Development cert, which cannot sign for distribution or notarize). Also picks up the 0755 install-mode fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.1.3
release: bump version to 0.1.3 Ships the macOS release fix (signing can no longer block the build), the MCP idle-timeout process-leak fix, the eval code-execution consent gate, and SHA-256 checksum publishing/verification. Urgent: skillrank.dev already serves the checksum-verifying install.sh from main, and v0.1.2 published no .sha256 assets, so installs fail closed until this release lands. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.1.2
release: sign and notarize macOS binaries (v0.1.2) The macOS release binaries were only ad-hoc/linker-signed, not notarized with a real Developer ID — Gatekeeper kills them (SIGKILL) on real user machines, confirmed via a teammate's install. Wire codesign + notarytool into the macOS matrix jobs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
v0.1.1
skillrank v0.1.1 — skillrank-<name> installs, ZeroShot upsell, email …