You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the builder workspace to SPX 2.0.3 so the GUI runtime version, downloaded web assets, and Go toolchain dependencies all resolve to the same release. The change keeps the repo’s SPX consumers aligned on a single upstream version.
Version alignment
Update spx-gui/.env to VITE_SPX_VERSION="2.0.3"
Update spx-gui/install-spx.sh to download v2.0.3 assets
Go module refresh
Bump github.com/goplus/spx/v2 to v2.0.3 in:
tools/ai
tools/spxls
tools/ispx
Refresh module sums after dependency resolution
Carry forward indirect dependency updates pulled in by the module refresh
Generated/runtime artifacts
Regenerate the SPX GUI runtime assets against 2.0.3
Rebuild the Wasm outputs so packaged frontend artifacts match the upgraded SPX version
go.sum integrity ✓ — The h1: hash for github.com/goplus/spx/v2 v2.0.3 (Qb3n2/B04lsbOgLSZEXGYhOiPyGgWrRFhSU1+srSCdg=) is identical across every go.sum that references it, consistent with Go module proxy guarantees.
Security ✓ — No secrets or credentials in the diff. The install-spx.sh download URL uses HTTPS and the version string is a hard-coded literal (no injection vector).
One observation (non-blocking)
tools/ispx/go.mod picks up two additional bumps beyond the spx version itself:
These are expected consequences of go mod tidy after the spx bump — both are goplus-ecosystem packages pulled forward to satisfy spx 2.0.3's minimum version requirements. The other two modules (tools/ai, tools/spxls) do not depend on them directly and are unaffected. No action needed, just noting the scope is slightly wider than the PR title implies.
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
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.
This updates the builder workspace to SPX
2.0.3so the GUI runtime version, downloaded web assets, and Go toolchain dependencies all resolve to the same release. The change keeps the repo’s SPX consumers aligned on a single upstream version.Version alignment
spx-gui/.envtoVITE_SPX_VERSION="2.0.3"spx-gui/install-spx.shto downloadv2.0.3assetsGo module refresh
github.com/goplus/spx/v2tov2.0.3in:tools/aitools/spxlstools/ispxGenerated/runtime artifacts
2.0.3