@nevermined-io/openclaw-plugin 1.5.0 → 1.7.0
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/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-plugin",
|
|
3
3
|
"name": "@nevermined-io/openclaw-plugin",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "Official Nevermined plugin for OpenClaw — AI-agent payments, x402 access tokens, and gateway tools.",
|
|
7
7
|
"author": {
|
package/package.json
CHANGED
|
@@ -63,6 +63,12 @@ Authenticate with Nevermined via browser login. Opens a browser window to obtain
|
|
|
63
63
|
### `/nvm_logout`
|
|
64
64
|
Log out from Nevermined and remove the stored API key.
|
|
65
65
|
|
|
66
|
+
## API versioning
|
|
67
|
+
|
|
68
|
+
Every Nevermined-backend call this plugin makes goes through the `@nevermined-io/payments` SDK, which **pins the backend API version** (the platform `MAJOR.MINOR`) via the `Nevermined-Version` header automatically — so OpenClaw-orchestrated agents keep getting a stable wire shape across platform releases without any per-call work. The pinned version is the one the bundled SDK release was built and tested against; it moves only when the plugin upgrades its SDK dependency.
|
|
69
|
+
|
|
70
|
+
If an agent makes a **direct** REST call to the Nevermined API (outside these tools), send `Nevermined-Version: <MAJOR.MINOR>`, default it to the `current` from `GET /api/v1/meta/versions`, and never silently change a key's stored pin. See <https://docs.nevermined.app/docs/development-guide/api-versioning>.
|
|
71
|
+
|
|
66
72
|
## Subscriber Tools
|
|
67
73
|
|
|
68
74
|
### `nevermined_checkBalance`
|