@openclaw/diffs 2026.5.28-beta.3 → 2026.5.28-beta.4

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 CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Read-only diff viewer plugin for **OpenClaw** agents.
4
4
 
5
+ ## Install
6
+
7
+ ```bash
8
+ openclaw plugins install @openclaw/diffs
9
+ ```
10
+
11
+ Restart the Gateway after installing or updating the plugin.
12
+
5
13
  It gives agents one tool, `diffs`, that can:
6
14
 
7
15
  - render a gateway-hosted diff viewer for canvas use
@@ -118,6 +126,16 @@ Set plugin-wide defaults in `~/.openclaw/openclaw.json`:
118
126
 
119
127
  Explicit tool parameters still win over these defaults.
120
128
 
129
+ ## Docs
130
+
131
+ - https://docs.openclaw.ai/tools/diffs
132
+
133
+ ## Package
134
+
135
+ - Plugin id: `diffs`
136
+ - Package: `@openclaw/diffs`
137
+ - Minimum OpenClaw host: `2026.4.30`
138
+
121
139
  Security options:
122
140
 
123
141
  - `security.allowRemoteViewer` (default `false`): allows non-loopback access to `/plugins/diffs/view/...` token URLs
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diffs",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diffs",
9
- "version": "2026.5.28-beta.3",
9
+ "version": "2026.5.28-beta.4",
10
10
  "dependencies": {
11
11
  "@pierre/diffs": "1.2.3",
12
12
  "@pierre/theme": "1.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/diffs",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28-beta.4",
4
4
  "description": "OpenClaw read-only diff viewer plugin and file renderer for agents.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,13 +26,13 @@
26
26
  "minHostVersion": ">=2026.4.30"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.5.28-beta.3"
29
+ "pluginApi": ">=2026.5.28-beta.4"
30
30
  },
31
31
  "assetScripts": {
32
32
  "build": "node ../../scripts/build-diffs-viewer-runtime.mjs curated"
33
33
  },
34
34
  "build": {
35
- "openclawVersion": "2026.5.28-beta.3",
35
+ "openclawVersion": "2026.5.28-beta.4",
36
36
  "staticAssets": [
37
37
  {
38
38
  "source": "./assets/viewer-runtime.js",
@@ -56,7 +56,7 @@
56
56
  "skills/**"
57
57
  ],
58
58
  "peerDependencies": {
59
- "openclaw": ">=2026.5.28-beta.3"
59
+ "openclaw": ">=2026.5.28-beta.4"
60
60
  },
61
61
  "peerDependenciesMeta": {
62
62
  "openclaw": {