@ory/openclaw 0.6.0 → 0.6.1
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 +1 -1
- package/dist/cli/main.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ You don't need an Ory account or any prior Ory experience to start.
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
9
|
- [OpenClaw](https://github.com/openclaw/openclaw) installed and configured
|
|
10
|
-
- Node.js **≥
|
|
10
|
+
- Node.js **≥ 22**
|
|
11
11
|
- [Docker](https://docs.docker.com/get-docker/) (only needed for the local Ory stack)
|
|
12
12
|
- macOS or Linux. Windows works via WSL2.
|
|
13
13
|
|
package/dist/cli/main.js
CHANGED
|
@@ -191,6 +191,7 @@ Commands:
|
|
|
191
191
|
install [--project-dir <path>] Register the Ory plugin in OpenClaw config
|
|
192
192
|
uninstall [--project-dir <path>] Remove the Ory plugin from OpenClaw config
|
|
193
193
|
configure Set or view Ory project URL and API key
|
|
194
|
+
agent <cmd> Manage the agent's OAuth2 (DCR) identity (status, unregister)
|
|
194
195
|
permissions <cmd> Manage permission mode and tool permissions (status, bootstrap, observe, enforce)
|
|
195
196
|
status [--project-dir <path>] Show plugin configuration and status
|
|
196
197
|
watch [trace-file] Watch live trace output
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ory/openclaw",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Ory plugin for OpenClaw: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://ory.com",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"!dist/**/*.tsbuildinfo"
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@ory/argus": "0.6.
|
|
68
|
+
"@ory/argus": "0.6.1"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=22"
|