Bug Description
环境:
ubuntu24.04
python 3.12.3
openclaw 2026.5.6
openviking 0.3.14
openviking应该是正常启用的:
curl http://localhost:1933/health
{"status":"ok","healthy":true,"version":"0.3.14","auth_mode":"dev"}
但按指引安装openclaw插件,提示无法启用。
npm install -g openclaw-openviking-setup-helper@latest && ov-install -y
added 1 package in 2s
🦣 OpenClaw OpenViking plugin installer
[INFO] No plugin version specified; resolving latest tag from volcengine/OpenViking...
[INFO] Resolved default plugin version to latest tag: v0.3.14
[INFO] Target: /home/.openclaw
[INFO] Repository: volcengine/OpenViking
[INFO] Plugin version: v0.3.14
[INFO] Mode: remote
[INFO] Checking OpenClaw...
[INFO] OpenClaw detected ✓
[INFO] Resolving plugin configuration for version: v0.3.14
[INFO] Found manifest in openclaw-plugin
[INFO] Plugin: openviking (context-engine)
[INFO] Detected OpenClaw version: 2026.5.6
[INFO] Downloading plugin from volcengine/OpenViking@v0.3.14 (16 files)...
[1/16] index.ts OK
[2/16] config.ts OK
[3/16] package.json OK
[4/16] openclaw.plugin.json OK
[5/16] context-engine.ts OK
[6/16] client.ts OK
[7/16] process-manager.ts OK
[8/16] memory-ranking.ts OK
[9/16] text-utils.ts OK
[10/16] tool-call-id.ts OK
[11/16] session-transcript-repair.ts OK
[12/16] runtime-utils.ts OK
[13/16] commands/setup.ts OK
[14/16] tsconfig.json OK
[15/16] package-lock.json OK
[16/16] .gitignore OK
[INFO] Installing plugin npm dependencies...
(node:1211) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use node --trace-deprecation ... to show where the warning was created)
added 2 packages in 1s
[INFO] Plugin deployed: /home/.openclaw/extensions/openviking
[INFO] Plugin deployed: /home/.openclaw/extensions/openviking
[INFO] Configuring OpenClaw plugin...
Error: openclaw plugins enable openviking failed (exit code 1): Plugin not found: openviking. Run openclaw plugins list to see installed plugins.
at oc (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1425:13)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async configureOpenClawPlugin (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1435:3)
at async main (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1579:3)
Steps to Reproduce
npm install -g openclaw-openviking-setup-helper@latest && ov-install -y
Expected Behavior
openclaw plugin正常启用
Actual Behavior
openclaw plugins enable openviking failed
Minimal Reproducible Example
Error Logs
OpenViking Version
0.3.14
Python Version
3.12.3
Operating System
Linux
Model Backend
None
Additional Context
openclaw2026.5.6
Bug Description
环境:
ubuntu24.04
python 3.12.3
openclaw 2026.5.6
openviking 0.3.14
openviking应该是正常启用的:
curl http://localhost:1933/health
{"status":"ok","healthy":true,"version":"0.3.14","auth_mode":"dev"}
但按指引安装openclaw插件,提示无法启用。
npm install -g openclaw-openviking-setup-helper@latest && ov-install -y
added 1 package in 2s
🦣 OpenClaw OpenViking plugin installer
[INFO] No plugin version specified; resolving latest tag from volcengine/OpenViking...
[INFO] Resolved default plugin version to latest tag: v0.3.14
[INFO] Target: /home/.openclaw
[INFO] Repository: volcengine/OpenViking
[INFO] Plugin version: v0.3.14
[INFO] Mode: remote
[INFO] Checking OpenClaw...
[INFO] OpenClaw detected ✓
[INFO] Resolving plugin configuration for version: v0.3.14
[INFO] Found manifest in openclaw-plugin
[INFO] Plugin: openviking (context-engine)
[INFO] Detected OpenClaw version: 2026.5.6
[INFO] Downloading plugin from volcengine/OpenViking@v0.3.14 (16 files)...
[1/16] index.ts OK
[2/16] config.ts OK
[3/16] package.json OK
[4/16] openclaw.plugin.json OK
[5/16] context-engine.ts OK
[6/16] client.ts OK
[7/16] process-manager.ts OK
[8/16] memory-ranking.ts OK
[9/16] text-utils.ts OK
[10/16] tool-call-id.ts OK
[11/16] session-transcript-repair.ts OK
[12/16] runtime-utils.ts OK
[13/16] commands/setup.ts OK
[14/16] tsconfig.json OK
[15/16] package-lock.json OK
[16/16] .gitignore OK
[INFO] Installing plugin npm dependencies...
(node:1211) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use
node --trace-deprecation ...to show where the warning was created)added 2 packages in 1s
[INFO] Plugin deployed: /home/.openclaw/extensions/openviking
[INFO] Plugin deployed: /home/.openclaw/extensions/openviking
[INFO] Configuring OpenClaw plugin...
Error: openclaw plugins enable openviking failed (exit code 1): Plugin not found: openviking. Run
openclaw plugins listto see installed plugins.at oc (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1425:13)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async configureOpenClawPlugin (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1435:3)
at async main (file:///home/.nvm/versions/node/v24.15.0/lib/node_modules/openclaw-openviking-setup-helper/install.js:1579:3)
Steps to Reproduce
npm install -g openclaw-openviking-setup-helper@latest && ov-install -y
Expected Behavior
openclaw plugin正常启用
Actual Behavior
openclaw plugins enable openviking failed
Minimal Reproducible Example
Error Logs
OpenViking Version
0.3.14
Python Version
3.12.3
Operating System
Linux
Model Backend
None
Additional Context
openclaw2026.5.6