Skip to content

Commit 9d33135

Browse files
committed
chore(ory-claude): release v0.6.2
1 parent 026af71 commit 9d33135

4 files changed

Lines changed: 19 additions & 14 deletions

File tree

plugins/ory-agent-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ory-agent-plugin",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Ory plugin for Claude Code: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
55
"author": {
66
"name": "Ory",

plugins/ory-agent-plugin/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"command": "npx",
66
"args": [
77
"-y",
8-
"@ory/mcp-server@0.6.1"
8+
"@ory/mcp-server@0.6.2"
99
]
1010
}
1111
}

plugins/ory-agent-plugin/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,24 @@ Inside Claude Code:
2020
/plugin install ory-agent-plugin@ory
2121
```
2222

23-
Skills, slash commands, hooks, and the Ory MCP server are now registered. Verify with `/plugin list`.
23+
Then confirm everything landed:
24+
25+
```bash
26+
npx -y -p @ory/claude-code ory-claude status
27+
```
28+
29+
`status` is the single source of truth — it prints configuration, user and agent identity, per-tool permission coverage, hook + skill registration, and a tail of recent debug logs. Unconfigured fields show inline as `(unset)`.
2430

2531
<details>
2632
<summary>Alternative install path (no Claude Code session required)</summary>
2733

2834
```bash
29-
# Direct installer — registers the marketplace and installs the plugin via the claude CLI.
3035
npx -y -p @ory/claude-code ory-claude install # current project
3136
npx -y -p @ory/claude-code ory-claude install --global # all projects (user scope)
3237
npx -y -p @ory/claude-code ory-claude uninstall
3338
```
3439

35-
The installer requires the `claude` CLI on `PATH`. After it finishes, run `ory-claude status` to confirm the plugin is registered.
40+
The installer requires the `claude` CLI on `PATH`.
3641

3742
</details>
3843

plugins/ory-agent-plugin/hooks/hooks.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"hooks": [
88
{
99
"type": "command",
10-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
10+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
1111
}
1212
]
1313
}
@@ -18,7 +18,7 @@
1818
"hooks": [
1919
{
2020
"type": "command",
21-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
21+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
2222
}
2323
]
2424
}
@@ -29,7 +29,7 @@
2929
"hooks": [
3030
{
3131
"type": "command",
32-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
32+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
3333
}
3434
]
3535
}
@@ -40,7 +40,7 @@
4040
"hooks": [
4141
{
4242
"type": "command",
43-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
43+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
4444
}
4545
]
4646
}
@@ -51,7 +51,7 @@
5151
"hooks": [
5252
{
5353
"type": "command",
54-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
54+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
5555
}
5656
]
5757
}
@@ -62,7 +62,7 @@
6262
"hooks": [
6363
{
6464
"type": "command",
65-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
65+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
6666
}
6767
]
6868
}
@@ -73,7 +73,7 @@
7373
"hooks": [
7474
{
7575
"type": "command",
76-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
76+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
7777
}
7878
]
7979
}
@@ -84,7 +84,7 @@
8484
"hooks": [
8585
{
8686
"type": "command",
87-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
87+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
8888
}
8989
]
9090
}
@@ -95,7 +95,7 @@
9595
"hooks": [
9696
{
9797
"type": "command",
98-
"command": "npx -y -p @ory/claude-code@0.6.1 ory-claude-hook"
98+
"command": "npx -y -p @ory/claude-code@0.6.2 ory-claude-hook"
9999
}
100100
]
101101
}

0 commit comments

Comments
 (0)