feat(installer, openclaw-plugin): unified installer upgrade#1020
Merged
qin-ctx merged 1 commit intovolcengine:mainfrom Mar 27, 2026
Merged
feat(installer, openclaw-plugin): unified installer upgrade#1020qin-ctx merged 1 commit intovolcengine:mainfrom
qin-ctx merged 1 commit intovolcengine:mainfrom
Conversation
- Installer: Python path fix, version compatibility, legacy plugin support (79781f5) - OpenClaw plugin: manifest/FALLBACK optional+required, download retries, optional 404 UX; session-transcript-repair.ts optional in manifest (installer may skip on 404) - context-engine unchanged from base (static session-transcript-repair import) - Docs: INSTALL/INSTALL-ZH; Windows via npm/ov-install; remove install.ps1 and INSTALLER-UPGRADE-PROPOSAL - setup-helper version bump for npm dev line Made-with: Cursor
|
|
|
Failed to generate code suggestions for PR |
qin-ctx
approved these changes
Mar 27, 2026
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.
New core file: examples/openclaw-plugin/install-manifest.json — declares the plugin directory, required vs optional files, and OpenClaw-side metadata, and drives what the installer fetches and validates.
Upgrade & rollback: install.sh and setup-helper/install.js support plugin-only upgrades and rolling back the last upgrade using saved audit/backup data (e.g. --upgrade-plugin / --update and --rollback flows).
Parameterization: CLI flags (e.g. --github-repo, --plugin-version, --openviking-version, --workdir, --zh, -y) and environment variables (e.g. REPO, PLUGIN_VERSION, OPENVIKING_VERSION, SKIP_*) configure repo, versions, workdir, and non-interactive behavior instead of hard-coded paths and prompts.
Made-with: Cursor
Description
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes