codewave-openclaw-installer 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/install.mjs CHANGED
@@ -1083,7 +1083,7 @@ async function runConfigBootstrap(context) {
1083
1083
  }
1084
1084
 
1085
1085
  async function runExtensionInstall(context) {
1086
- const extensionId = 'codewave-toolkit';
1086
+ const extensionId = 'codewave-openclaw-installer';
1087
1087
  const extensionsDir = join(homedir(), '.openclaw', 'extensions');
1088
1088
  const extensionTarget = join(extensionsDir, extensionId);
1089
1089
  const pluginJsonPath = join(PKG_ROOT, 'openclaw.plugin.json');
package/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  import { emptyPluginConfigSchema } from 'openclaw/plugin-sdk';
9
9
 
10
10
  const plugin = {
11
- id: 'codewave-toolkit',
11
+ id: 'codewave-openclaw-installer',
12
12
  name: 'CodeWave Toolkit',
13
13
  description: '网易智企 CodeWave 低代码平台 OpenClaw 工具集',
14
14
  configSchema: emptyPluginConfigSchema(),
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "codewave-toolkit",
2
+ "id": "codewave-openclaw-installer",
3
3
  "name": "CodeWave Toolkit",
4
4
  "description": "网易智企 CodeWave 低代码平台 OpenClaw 工具集:验收文档、PMO 周报、PoPo 集成、智能客服、音视频转写、腾讯会议",
5
5
  "skills": ["./skills"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewave-openclaw-installer",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "网易智企 CodeWave OpenClaw 扩展:Skills + CLI 依赖一键安装",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10,7 +10,7 @@
10
10
  "codewave-check": "bin/check.mjs"
11
11
  },
12
12
  "openclaw": {
13
- "id": "codewave-toolkit",
13
+ "id": "codewave-openclaw-installer",
14
14
  "extensions": [
15
15
  "./index.js"
16
16
  ],