@ory/claude-agent-sdk 0.11.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ query({ prompt, options: { canUseTool: oryCanUseTool() } });
24
24
 
25
25
  `createOryHooks` runs the Ory session gates on `SessionStart`, authorizes on `PreToolUse`
26
26
  (a deny returns `permissionDecision: "deny"`, blocking the tool), records `tool.complete` on
27
- `PostToolUse`, and writes an agent→subagent delegation tuple when the `Task` tool spawns a
27
+ `PostToolUse`, and writes an agent→subagent delegation permission when the `Task` tool spawns a
28
28
  typed sub-agent. In **observe** mode (default) denies are logged but tools run; in **enforce**
29
29
  mode (`ORY_PERMISSION_MODE=enforce`) they're blocked.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/claude-agent-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Ory Agent Security for the Anthropic Claude Agent SDK — per-tool authorization, tracing, and identity propagation via PreToolUse hooks and canUseTool. Built on @ory/argus.",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -30,7 +30,7 @@
30
30
  "ai"
31
31
  ],
32
32
  "dependencies": {
33
- "@ory/argus": "0.11.0"
33
+ "@ory/argus": "0.11.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "^6.0.2",