chore: bump pinned antd installer v0.11.1 -> v0.12.0 - #14
Open
Nic-dorman wants to merge 2 commits into
Open
Conversation
Point the "Download daemon" onboarding flow at the latest stable antd (v0.11.2, released 2026-08-10). Verified the release carries the three installer assets the extension links to (antd-windows-x64-setup.msi / antd-macos.pkg / antd-linux-x64.deb). MIN_ANTD_VERSION stays 0.11.0. typecheck clean; 22/22 tests pass; build verified to inline v0.11.2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.12.0 (2026-08-13) superseded v0.11.2 as latest stable the day after the original bump; installer assets verified present on the release. The extension only uses download endpoints (/health, /v1/data/public, /v1/chunks, /v1/files/download/public), none touched by 0.12.0's external-merkle wire change, so MIN_ANTD_VERSION stays 0.11.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump the pinned antd installer tag
ANTD_RELEASE_TAGv0.11.1 → v0.12.0 so the onboarding "Download daemon" flow installs the latest stable antd (released 2026-08-13). The extension's runtime update-checker already surfaces 0.12.0 to users; this brings the shipped installer in line.Safety check
The download URL is
releases/download/<tag>/<asset>, so the pin is only valid if v0.12.0 carries the installer assets. Verified present:antd-windows-x64-setup.msiantd-macos.pkgantd-linux-x64.debMIN_ANTD_VERSIONstays0.11.0(unchanged). antd 0.12.0's breaking change is confined to the external-signer merkle upload wire (prepare batches array / finalize winner-hash list); the extension's antd client wraps only download endpoints (GET /health,GET /v1/data/public/:addr,GET /v1/chunks/:addr,POST /v1/files/download/public), none of which changed — no reason to raise the floor.Verification (re-run at v0.12.0)
tsc --noEmit— cleannode --test— 22/22 pass (version-comparison logic)node build.mjs— built; confirmed the bundle inlinesv0.12.0with no stalev0.11.xNote for release
Did not bump the extension version (
src/manifest.json/package.jsonat0.2.2) — leaving that to the maintainer to batch at publish time, per how the pin was handled before.🤖 Generated with Claude Code