release v0.1.57 - #284
Conversation
📦 Built Extension ArtifactBranch: Option A — Install from npm PR tag (recommended)pi install npm:billion-context-pi@pr-284Each push to this PR publishes a new version under the Option B — Download artifact
tar xzf billion-context-pi-pr284.tgz
pi install ./packageThis comment is automatically updated on each push. |
[bot] 🏷 Reviewed release PR #284 (v0.1.57). I verified every claim against the actual diff and re-ran the pre-flight suite locally on the release commit. Everything is consistent — ready for a human to merge. What I checkedLineage / ships the fix
Diff scope
Pre-flight (independent re-run on
npm state
VerdictCorrectly cut release, minimal 2-file diff, all checks green, follows the release conventions (branch
|
ca257b7 to
3c8954c
Compare
Release v0.1.57
Cuts a new release to ship the
acp_delegateprompt fix from #276.Why a new version (not reusing 0.1.56)
v0.1.56 (#282) was branched from the pre-fix base, so it does not contain the delegate fix — commit
91c0206is not an ancestor of the v0.1.56 release commit. The fix reachedmastervia #276 only after that cut. This release is based on currentmaster(bcd841e), which does include the fix.Changes
version0.1.56→0.1.57(package.json+package-lock.json)acp-kernelstays at0.0.50(already shipped in v0.1.56)Ships
fix(delegate): gate ACP_DELEGATE prompt on resolveDelegate().enabledPre-flight
npm run typecheck— cleannpm test— 466 tests, 463 pass, 0 fail, 3 skippednpm run build— OK