Skip to content

feat(installer, openclaw-plugin): unified installer upgrade#1020

Merged
qin-ctx merged 1 commit into
volcengine:mainfrom
LinQiang391:feat/installer-upgrade
Mar 27, 2026
Merged

feat(installer, openclaw-plugin): unified installer upgrade#1020
qin-ctx merged 1 commit into
volcengine:mainfrom
LinQiang391:feat/installer-upgrade

Conversation

@LinQiang391
Copy link
Copy Markdown
Collaborator

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

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test update

Changes Made

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this on the following platforms:
    • Linux
    • macOS
    • Windows

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

- 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
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 27, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Copy Markdown

Failed to generate code suggestions for PR

@qin-ctx qin-ctx merged commit 182a4d4 into volcengine:main Mar 27, 2026
6 of 7 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OpenViking project Mar 27, 2026
@LinQiang391 LinQiang391 deleted the feat/installer-upgrade branch April 23, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants