@openclaw/diffs-language-pack 2026.5.28-beta.3 → 2026.5.28

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/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # @openclaw/diffs-language-pack
2
+
3
+ Official extended syntax highlighting pack for the OpenClaw Diffs plugin.
4
+
5
+ The base `@openclaw/diffs` plugin ships a curated language set. Install this package when you want the full Shiki language catalog available in rendered diff viewers and diff image/PDF output.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ openclaw plugins install @openclaw/diffs-language-pack
11
+ ```
12
+
13
+ Restart the Gateway after installing or updating the plugin.
14
+
15
+ ## Use with Diffs
16
+
17
+ Install `@openclaw/diffs` first, then install this language pack. The language pack contributes static viewer assets; it does not register a separate agent tool.
18
+
19
+ ## Docs
20
+
21
+ - https://docs.openclaw.ai/tools/diffs
22
+ - https://docs.openclaw.ai/plugins/reference/diffs-language-pack
23
+
24
+ ## Package
25
+
26
+ - Plugin id: `diffs-language-pack`
27
+ - Package: `@openclaw/diffs-language-pack`
28
+ - Minimum OpenClaw host: `2026.5.27`
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diffs-language-pack",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diffs-language-pack",
9
- "version": "2026.5.28-beta.3"
9
+ "version": "2026.5.28"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/diffs-language-pack",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28",
4
4
  "description": "OpenClaw diffs viewer syntax highlighting language pack",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,13 +19,13 @@
19
19
  "minHostVersion": ">=2026.5.27"
20
20
  },
21
21
  "compat": {
22
- "pluginApi": ">=2026.5.28-beta.3"
22
+ "pluginApi": ">=2026.5.28"
23
23
  },
24
24
  "assetScripts": {
25
25
  "build": "node ../../scripts/build-diffs-viewer-runtime.mjs full"
26
26
  },
27
27
  "build": {
28
- "openclawVersion": "2026.5.28-beta.3",
28
+ "openclawVersion": "2026.5.28",
29
29
  "staticAssets": [
30
30
  {
31
31
  "source": "./assets/viewer-runtime.js",
@@ -44,10 +44,11 @@
44
44
  "files": [
45
45
  "dist/**",
46
46
  "openclaw.plugin.json",
47
- "npm-shrinkwrap.json"
47
+ "npm-shrinkwrap.json",
48
+ "README.md"
48
49
  ],
49
50
  "peerDependencies": {
50
- "openclaw": ">=2026.5.28-beta.3"
51
+ "openclaw": ">=2026.5.28"
51
52
  },
52
53
  "peerDependenciesMeta": {
53
54
  "openclaw": {