@just-every/code v0.2.103
This release improves build ergonomics and stabilizes CI/triage behavior.
Changes
- Build: add STRICT_CARGO_HOME to enforce CARGO_HOME; default stays repo-local when unset.
- Triage/Agent: standardize CARGO_HOME and share with rust-cache; prevent env overrides and unintended cargo updates.
- CI/Upstream-merge: fix YAML quoting and no-op outputs; split precheck and gate heavy work at job level for reliability.
Install
npm install -g @just-every/code@latest
code
Compare: v0.2.102...v0.2.103
@just-every/code v0.2.104
This release improves preview workflows and adds a convenient CLI shorthand for downloading PR preview builds.
Changes
- CLI: support preview downloads via pr:; keep run-id fallback.
- Preview: publish prereleases on PRs with release assets; no-auth downloads.
- PR comment: recommend 'code preview pr:' for clarity.
Install
npm install -g @just-every/code@latest
code
Compare: v0.2.103...v0.2.104