@ory/claude-code 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
|
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed and signed in
|
|
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
|
@@ -139,6 +139,7 @@ Commands:
|
|
|
139
139
|
install [--global] Install Ory plugin via claude CLI marketplace
|
|
140
140
|
uninstall [--global] Remove Ory plugin and marketplace
|
|
141
141
|
configure Set or view Ory project URL and API key
|
|
142
|
+
agent <cmd> Manage the agent's OAuth2 (DCR) identity (status, unregister)
|
|
142
143
|
permissions <cmd> Manage permission mode and tool permissions (status, bootstrap, observe, enforce)
|
|
143
144
|
status Show plugin status and configuration
|
|
144
145
|
local <cmd> Manage local Ory dev environment (up, down, status, seed, ...)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ory/claude-code",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Ory plugin for Claude Code: 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://github.com/ory/claude-plugins/tree/master/plugins/ory-agent-plugin",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"!dist/**/*.tsbuildinfo"
|
|
76
76
|
],
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@ory/argus": "0.6.
|
|
78
|
+
"@ory/argus": "0.6.1"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=22"
|