Conversation
Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4 Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4 Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s SPX dependency/runtime references to v2.0.0-pre.48 and simplifies spx-gui runtime installation by removing the separate GitHub release “precheck” request in favor of a single download attempt with fallback to GHCR.
Changes:
- Bump
github.com/goplus/spx/v2tov2.0.0-pre.48across Go tool modules (tools/ai,tools/ispx,tools/spxls). - Update
spx-gui’s configured SPX version (.env) and installer script to2.0.0-pre.48. - Modify
install-spx.shto skipwget --spiderand instead attempt the release download directly, falling back to GHCR if it fails.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/spxls/go.sum | Updates summed module version for spx/v2 to v2.0.0-pre.48. |
| tools/spxls/go.mod | Bumps spx/v2 indirect dependency to v2.0.0-pre.48. |
| tools/ispx/go.sum | Updates summed module version for spx/v2 to v2.0.0-pre.48. |
| tools/ispx/go.mod | Bumps spx/v2 requirement to v2.0.0-pre.48. |
| tools/ai/go.sum | Updates summed module version for spx/v2 to v2.0.0-pre.48. |
| tools/ai/go.mod | Bumps spx/v2 requirement to v2.0.0-pre.48. |
| spx-gui/install-spx.sh | Updates SPX runtime version and removes the release existence precheck step. |
| spx-gui/.env | Keeps VITE_SPX_VERSION aligned with installer script at 2.0.0-pre.48. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Clean and correct change. Collapsing the |
Agent-Logs-Url: https://github.com/goplus/builder/sessions/a014d310-3c52-46e6-b0c1-ba50b4dcc6a1 Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
…ld scripts Remove instructions to execute install-spx.sh and build-wasm.sh, and add an explicit prohibition against modifying or executing any shell scripts. The agent should only update version references in .env files and Go modules. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
…d scripts Refine the spx-upgrader instructions: the agent may update version references in installation and build scripts, but must not make any other changes to those files, and must not execute them. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
Add back the two required execution steps in spx-upgrader agent instructions: execute install-spx.sh to download runtime assets and build-wasm.sh to build Wasm components. These steps are required as part of the upgrade workflow. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
…echeck flow (goplus#2992) * chore: skip spx release precheck and upgrade to pre.48 Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4 Co-authored-by: nighca <1492263+nighca@users.noreply.github.com> * refactor: simplify spx install fallback flow Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4 Co-authored-by: nighca <1492263+nighca@users.noreply.github.com> * fix: restore spx installer precheck flow Agent-Logs-Url: https://github.com/goplus/builder/sessions/a014d310-3c52-46e6-b0c1-ba50b4dcc6a1 Co-authored-by: aofei <5037285+aofei@users.noreply.github.com> * docs(agents): prohibit spx-upgrader from touching installation or build scripts Remove instructions to execute install-spx.sh and build-wasm.sh, and add an explicit prohibition against modifying or executing any shell scripts. The agent should only update version references in .env files and Go modules. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com> * docs(agents): allow version reference updates in installation or build scripts Refine the spx-upgrader instructions: the agent may update version references in installation and build scripts, but must not make any other changes to those files, and must not execute them. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com> * fix: restore spx installer precheck flow Add back the two required execution steps in spx-upgrader agent instructions: execute install-spx.sh to download runtime assets and build-wasm.sh to build Wasm components. These steps are required as part of the upgrade workflow. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: aofei <5037285+aofei@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nighca <1492263+nighca@users.noreply.github.com> Co-authored-by: aofei <5037285+aofei@users.noreply.github.com> Co-authored-by: xgopilot <noreply@goplus.org>
Updates the repository’s SPX dependency and runtime references to
v2.0.0-pre.48while preserving the existingspx-guiinstaller behavior.Changes Made
github.com/goplus/spx/v2tov2.0.0-pre.48across the Go tool modules.spx-gui’s configured SPX version to2.0.0-pre.48.spx-gui/install-spx.shon the previouswget --spiderprecheck flow before downloading the GitHub release asset.Validation
bash -n spx-gui/install-spx.sh.The changes remain focused on aligning Builder with
spx v2.0.0-pre.48without changing the established installer flow.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.