@remnic/plugin-openclaw 1.0.16 → 1.0.18

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ Part of [Remnic](https://github.com/joshuaswarren/remnic), the universal memory
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- openclaw plugins install @remnic/plugin-openclaw --pin
10
+ openclaw plugins install clawhub:@remnic/plugin-openclaw
11
11
  ```
12
12
 
13
13
  Or ask your OpenClaw agent:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/plugin-openclaw",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "OpenClaw adapter for Remnic memory — thin wrapper delegating to @remnic/core",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,16 @@
21
21
  "plugin": "./openclaw.plugin.json",
22
22
  "extensions": [
23
23
  "./dist/index.js"
24
- ]
24
+ ],
25
+ "compat": {
26
+ "pluginApi": ">=2026.4.8"
27
+ },
28
+ "build": {
29
+ "openclawVersion": "2026.5.2"
30
+ },
31
+ "install": {
32
+ "minHostVersion": ">=2026.4.8"
33
+ }
25
34
  },
26
35
  "dependencies": {
27
36
  "openai": "^6.0.0",