@anthropic-ai/claude-agent-sdk 0.3.214 → 0.3.216
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/bridge.mjs +63 -63
- package/browser-sdk.js +31 -31
- package/manifest.json +22 -20
- package/manifest.zst.json +26 -24
- package/package.json +10 -10
- package/sdk-tools.d.ts +1 -0
- package/sdk.d.ts +32 -6
- package/sdk.mjs +58 -58
package/manifest.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.1.
|
|
3
|
-
"commit": "
|
|
4
|
-
"buildDate": "2026-07-
|
|
2
|
+
"version": "2.1.216",
|
|
3
|
+
"commit": "7fead72f57c595d5a353a2e477bd2608d27ddcc6",
|
|
4
|
+
"buildDate": "2026-07-20T18:40:59Z",
|
|
5
5
|
"platforms": {
|
|
6
6
|
"darwin-arm64": {
|
|
7
7
|
"binary": "claude",
|
|
8
|
-
"checksum": "
|
|
9
|
-
"size":
|
|
8
|
+
"checksum": "d01b49210d72ecbe277a2665d104bacccddf2d22185be99446d2929e0edfc48d",
|
|
9
|
+
"size": 249225584
|
|
10
10
|
},
|
|
11
11
|
"darwin-x64": {
|
|
12
12
|
"binary": "claude",
|
|
13
|
-
"checksum": "
|
|
14
|
-
"size":
|
|
13
|
+
"checksum": "e17cdc51437bd7a80ce0244d25045f568d67b212eea4ff81b83ee90f8666e42f",
|
|
14
|
+
"size": 258670096
|
|
15
15
|
},
|
|
16
16
|
"linux-arm64": {
|
|
17
17
|
"binary": "claude",
|
|
18
|
-
"checksum": "
|
|
19
|
-
"size":
|
|
18
|
+
"checksum": "9e3a6aecc5164f607e1183aea2092c7d7705d146e504a6207df291776996a8ea",
|
|
19
|
+
"size": 264158112
|
|
20
20
|
},
|
|
21
21
|
"linux-x64": {
|
|
22
22
|
"binary": "claude",
|
|
23
|
-
"checksum": "
|
|
24
|
-
"size":
|
|
23
|
+
"checksum": "74deca45220b8080ec75ab099bd5a5980e41a2b5879846a008fb115d436de085",
|
|
24
|
+
"size": 267353072
|
|
25
25
|
},
|
|
26
26
|
"linux-arm64-musl": {
|
|
27
27
|
"binary": "claude",
|
|
28
|
-
"checksum": "
|
|
29
|
-
"size":
|
|
28
|
+
"checksum": "70b5dcf81bd13212ab26ec9427fa87527cd44ceb3a2a21ac04308d0f1a418a52",
|
|
29
|
+
"size": 257406312
|
|
30
30
|
},
|
|
31
31
|
"linux-x64-musl": {
|
|
32
32
|
"binary": "claude",
|
|
33
|
-
"checksum": "
|
|
34
|
-
"size":
|
|
33
|
+
"checksum": "54ac63736128b3aa9a73e2d9ba1f35177eb69d7b97d975f63a36d33fe0666652",
|
|
34
|
+
"size": 261976656
|
|
35
35
|
},
|
|
36
36
|
"win32-x64": {
|
|
37
37
|
"binary": "claude.exe",
|
|
38
|
-
"checksum": "
|
|
39
|
-
"size":
|
|
38
|
+
"checksum": "902215367918866f3c36564e115bd5636d60178acf28181713d449275b833540",
|
|
39
|
+
"size": 258288288
|
|
40
40
|
},
|
|
41
41
|
"win32-arm64": {
|
|
42
42
|
"binary": "claude.exe",
|
|
43
|
-
"checksum": "
|
|
44
|
-
"size":
|
|
43
|
+
"checksum": "850ba4969ca49964b418863648131f65f76107be36d6719ff0aaaf3dfc9a422e",
|
|
44
|
+
"size": 252663968
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"sdkCompat": {
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"0.3.196",
|
|
59
59
|
"0.3.197",
|
|
60
60
|
"0.3.198",
|
|
61
|
+
"0.3.199",
|
|
61
62
|
"0.3.200",
|
|
62
63
|
"0.3.201",
|
|
63
64
|
"0.3.202",
|
|
@@ -65,7 +66,8 @@
|
|
|
65
66
|
"0.3.205",
|
|
66
67
|
"0.3.207",
|
|
67
68
|
"0.3.208",
|
|
68
|
-
"0.3.209"
|
|
69
|
+
"0.3.209",
|
|
70
|
+
"0.3.215"
|
|
69
71
|
],
|
|
70
72
|
"harnessSchema": 1
|
|
71
73
|
}
|
package/manifest.zst.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.1.
|
|
3
|
-
"commit": "
|
|
4
|
-
"buildDate": "2026-07-
|
|
2
|
+
"version": "2.1.216",
|
|
3
|
+
"commit": "7fead72f57c595d5a353a2e477bd2608d27ddcc6",
|
|
4
|
+
"buildDate": "2026-07-20T18:42:29Z",
|
|
5
5
|
"platforms": {
|
|
6
6
|
"darwin-arm64": {
|
|
7
7
|
"binary": "claude.zst",
|
|
8
|
-
"checksum": "
|
|
9
|
-
"size":
|
|
8
|
+
"checksum": "0e2f0bb7c0cc87233fb3b723e6a1b4bec47770c8ad1a28bf41a026567a506419",
|
|
9
|
+
"size": 51249356,
|
|
10
10
|
"bundle": {
|
|
11
|
-
"checksum": "
|
|
12
|
-
"size":
|
|
11
|
+
"checksum": "83ddce39ccbc04204cbf8e0826ad81858dd4bdd7cb64df75321894df1d8422b6",
|
|
12
|
+
"size": 51253933
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"darwin-x64": {
|
|
16
16
|
"binary": "claude.zst",
|
|
17
|
-
"checksum": "
|
|
18
|
-
"size":
|
|
17
|
+
"checksum": "b6f1eb9d15fe26d032f68a586314499174a27949b8f47ad6e1a5c6d13d1fae6f",
|
|
18
|
+
"size": 55865246,
|
|
19
19
|
"bundle": {
|
|
20
|
-
"checksum": "
|
|
21
|
-
"size":
|
|
20
|
+
"checksum": "8b7f4c687e7f326158d15b19230019d3bc8e6672ba9fafadec65fdf65b8997f8",
|
|
21
|
+
"size": 55868423
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"linux-arm64": {
|
|
25
25
|
"binary": "claude.zst",
|
|
26
|
-
"checksum": "
|
|
27
|
-
"size":
|
|
26
|
+
"checksum": "5c270298200e995641abdf2935df6f0b1fa9003074e9586e1ae8d3969134ef5e",
|
|
27
|
+
"size": 60098614
|
|
28
28
|
},
|
|
29
29
|
"linux-x64": {
|
|
30
30
|
"binary": "claude.zst",
|
|
31
|
-
"checksum": "
|
|
32
|
-
"size":
|
|
31
|
+
"checksum": "9f4e2873c4435cd22f0a57cf9d974e80f7942e5779d20b731155b4a7c36da38e",
|
|
32
|
+
"size": 61418616
|
|
33
33
|
},
|
|
34
34
|
"linux-arm64-musl": {
|
|
35
35
|
"binary": "claude.zst",
|
|
36
|
-
"checksum": "
|
|
37
|
-
"size":
|
|
36
|
+
"checksum": "084cd6a13f749d8a120ff479c3fc94de95af7ff8295229879d4f8472af660faf",
|
|
37
|
+
"size": 58779613
|
|
38
38
|
},
|
|
39
39
|
"linux-x64-musl": {
|
|
40
40
|
"binary": "claude.zst",
|
|
41
|
-
"checksum": "
|
|
42
|
-
"size":
|
|
41
|
+
"checksum": "9c092a5e7162f1c6c594dc6cc71d0787e1459ce684982fbcfdae2c2d2b97b9ed",
|
|
42
|
+
"size": 60188121
|
|
43
43
|
},
|
|
44
44
|
"win32-x64": {
|
|
45
45
|
"binary": "claude.exe.zst",
|
|
46
|
-
"checksum": "
|
|
47
|
-
"size":
|
|
46
|
+
"checksum": "a3607330d83c8129133fcdd8a7c6a20baa3dd03eb070a0d7c4617ef833d276c5",
|
|
47
|
+
"size": 61834150
|
|
48
48
|
},
|
|
49
49
|
"win32-arm64": {
|
|
50
50
|
"binary": "claude.exe.zst",
|
|
51
|
-
"checksum": "
|
|
52
|
-
"size":
|
|
51
|
+
"checksum": "455fadbea866e6e31aec9a6afdd6e991bc9191e0d4f5321457df1b1ccc434039",
|
|
52
|
+
"size": 59805811
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"sdkCompat": {
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"0.3.196",
|
|
67
67
|
"0.3.197",
|
|
68
68
|
"0.3.198",
|
|
69
|
+
"0.3.199",
|
|
69
70
|
"0.3.200",
|
|
70
71
|
"0.3.201",
|
|
71
72
|
"0.3.202",
|
|
@@ -73,7 +74,8 @@
|
|
|
73
74
|
"0.3.205",
|
|
74
75
|
"0.3.207",
|
|
75
76
|
"0.3.208",
|
|
76
|
-
"0.3.209"
|
|
77
|
+
"0.3.209",
|
|
78
|
+
"0.3.215"
|
|
77
79
|
],
|
|
78
80
|
"harnessSchema": 1
|
|
79
81
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anthropic-ai/claude-agent-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.216",
|
|
4
4
|
"main": "sdk.mjs",
|
|
5
5
|
"types": "sdk.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"zod": "^4.0.0"
|
|
58
58
|
},
|
|
59
59
|
"optionalDependencies": {
|
|
60
|
-
"@anthropic-ai/claude-agent-sdk-linux-x64": "0.3.
|
|
61
|
-
"@anthropic-ai/claude-agent-sdk-linux-arm64": "0.3.
|
|
62
|
-
"@anthropic-ai/claude-agent-sdk-linux-x64-musl": "0.3.
|
|
63
|
-
"@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "0.3.
|
|
64
|
-
"@anthropic-ai/claude-agent-sdk-darwin-x64": "0.3.
|
|
65
|
-
"@anthropic-ai/claude-agent-sdk-darwin-arm64": "0.3.
|
|
66
|
-
"@anthropic-ai/claude-agent-sdk-win32-x64": "0.3.
|
|
67
|
-
"@anthropic-ai/claude-agent-sdk-win32-arm64": "0.3.
|
|
60
|
+
"@anthropic-ai/claude-agent-sdk-linux-x64": "0.3.216",
|
|
61
|
+
"@anthropic-ai/claude-agent-sdk-linux-arm64": "0.3.216",
|
|
62
|
+
"@anthropic-ai/claude-agent-sdk-linux-x64-musl": "0.3.216",
|
|
63
|
+
"@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "0.3.216",
|
|
64
|
+
"@anthropic-ai/claude-agent-sdk-darwin-x64": "0.3.216",
|
|
65
|
+
"@anthropic-ai/claude-agent-sdk-darwin-arm64": "0.3.216",
|
|
66
|
+
"@anthropic-ai/claude-agent-sdk-win32-x64": "0.3.216",
|
|
67
|
+
"@anthropic-ai/claude-agent-sdk-win32-arm64": "0.3.216"
|
|
68
68
|
},
|
|
69
69
|
"files": [
|
|
70
70
|
"sdk.mjs",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"manifest.json",
|
|
81
81
|
"manifest.zst.json"
|
|
82
82
|
],
|
|
83
|
-
"claudeCodeVersion": "2.1.
|
|
83
|
+
"claudeCodeVersion": "2.1.216"
|
|
84
84
|
}
|
package/sdk-tools.d.ts
CHANGED
package/sdk.d.ts
CHANGED
|
@@ -2669,6 +2669,10 @@ export declare type RewindFilesResult = {
|
|
|
2669
2669
|
filesChanged?: string[];
|
|
2670
2670
|
insertions?: number;
|
|
2671
2671
|
deletions?: number;
|
|
2672
|
+
/**
|
|
2673
|
+
* Count of tracked files NOT restored or deleted because a symlink, hard link, or other non-regular file was detected at the tracked path, its parent directory no longer resolves to where it pointed when the checkpoint was taken, or its backup could not be safely read. Only populated by a real (non-dryRun) rewind — on a dryRun response the field is never set and the preview counts do not reflect link-safety refusals. Absent or 0 on a real rewind means no link-safety refusals occurred; other per-file failures (for example a missing backup file) are logged and reported in telemetry but are not counted here.
|
|
2674
|
+
*/
|
|
2675
|
+
skippedLinks?: number;
|
|
2672
2676
|
};
|
|
2673
2677
|
|
|
2674
2678
|
export declare type SandboxCredentialsConfig = NonNullable<z.infer<ReturnType<typeof SandboxCredentialsConfigSchema>>>;
|
|
@@ -2700,6 +2704,7 @@ declare const SandboxFilesystemConfigSchema: () => z.ZodOptional<z.ZodObject<{
|
|
|
2700
2704
|
denyRead: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2701
2705
|
allowRead: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2702
2706
|
allowManagedReadPathsOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2707
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
2703
2708
|
}, z.core.$strip>>;
|
|
2704
2709
|
|
|
2705
2710
|
export declare type SandboxIgnoreViolations = NonNullable<SandboxSettings['ignoreViolations']>;
|
|
@@ -2756,6 +2761,7 @@ declare const SandboxSettingsSchema: () => z.ZodObject<{
|
|
|
2756
2761
|
denyRead: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2757
2762
|
allowRead: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2758
2763
|
allowManagedReadPathsOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2764
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
2759
2765
|
}, z.core.$strip>>;
|
|
2760
2766
|
credentials: z.ZodOptional<z.ZodObject<{
|
|
2761
2767
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2895,7 +2901,7 @@ export declare type SDKBackgroundTasksChangedMessage = {
|
|
|
2895
2901
|
export declare type SdkBeta = 'context-1m-2025-08-07';
|
|
2896
2902
|
|
|
2897
2903
|
/**
|
|
2898
|
-
* Fire-and-forget push of the full slash-command list after a mid-session change (e.g. skills discovered dynamically as the agent works in a subdirectory). Clients should REPLACE their cached command list with this payload
|
|
2904
|
+
* Fire-and-forget push of the full slash-command list after a mid-session change (e.g. skills discovered dynamically as the agent works in a subdirectory). Clients should REPLACE their cached command list with this payload; supportedCommands() tracks the latest push, so a re-fetch returns the same fresh list.
|
|
2899
2905
|
*/
|
|
2900
2906
|
export declare type SDKCommandsChangedMessage = {
|
|
2901
2907
|
type: 'system';
|
|
@@ -3394,7 +3400,7 @@ declare type SDKControlInitializeRequest = {
|
|
|
3394
3400
|
*/
|
|
3395
3401
|
title?: string;
|
|
3396
3402
|
/**
|
|
3397
|
-
* When provided, only skills whose names match an entry are loaded into the main session system prompt,
|
|
3403
|
+
* When provided, only skills whose names match an entry are loaded into the main session system prompt, matching the exact canonical name (e.g. "my-plugin:my-skill") or a ":name" suffix of it. Display names and aliases do not match. Omit to load every discovered skill. Applies to the main session only; subagents use AgentDefinition.skills, which additionally resolves display names and aliases.
|
|
3398
3404
|
*/
|
|
3399
3405
|
skills?: string[];
|
|
3400
3406
|
|
|
@@ -3764,7 +3770,10 @@ declare type SDKControlSetMaxThinkingTokensRequest = {
|
|
|
3764
3770
|
*/
|
|
3765
3771
|
declare type SDKControlSetModelRequest = {
|
|
3766
3772
|
subtype: 'set_model';
|
|
3767
|
-
|
|
3773
|
+
/**
|
|
3774
|
+
* Model to switch to. Omitted, null, or 'default' resets to the session default model.
|
|
3775
|
+
*/
|
|
3776
|
+
model?: string | null;
|
|
3768
3777
|
|
|
3769
3778
|
};
|
|
3770
3779
|
|
|
@@ -3986,6 +3995,10 @@ export declare type SDKMessageOrigin = {
|
|
|
3986
3995
|
* Sender display name, normalized by the harness: Unicode control, format, surrogate, and line/paragraph-separator code points stripped (categories Cc/Cf/Cs/Zl/Zp — covers bidi controls, zero-width characters, and tag characters), trimmed, at most 64 code points (+ ellipsis, never splitting a surrogate pair). Sender-asserted display text (the addressable identity is `from`) — render it as reported speech, but no client-side character sanitization is needed. Absent when the wire is not exactly one harness-formed envelope and on messages from older senders.
|
|
3987
3996
|
*/
|
|
3988
3997
|
name?: string;
|
|
3998
|
+
/**
|
|
3999
|
+
* The sender's host-openable session id (the envelope's `from-session` attribute — e.g. a desktop `local_<uuid>` or a CCR `session_`/`ses_` id), set by the sender's host so a receiving UI can link this message back to the sending session. Sender-asserted like `from`: a navigation target only, never authority. Absent when the sender's host provides none and on messages from older senders.
|
|
4000
|
+
*/
|
|
4001
|
+
fromSession?: string;
|
|
3989
4002
|
|
|
3990
4003
|
/**
|
|
3991
4004
|
* Task id of the in-process background subagent that sent this message, stamped by the harness from the sending loop (never from tool input). Absent for cross-session peers.
|
|
@@ -3995,6 +4008,10 @@ export declare type SDKMessageOrigin = {
|
|
|
3995
4008
|
* Decoded message body with the peer envelope stripped — byte-exact with what the model sees. Present only when the turn is exactly one harness-formed envelope (or an in-process agent message); render this instead of re-parsing the message text.
|
|
3996
4009
|
*/
|
|
3997
4010
|
body?: string;
|
|
4011
|
+
/**
|
|
4012
|
+
* Kernel-verified pid of the process that connected to this session's cross-session messaging socket, read from the connection (SO_PEERCRED / LOCAL_PEERPID) — never from the payload. This identifies the CONNECTING process, which for relayed traffic (e.g. a daemon forwarding on another session's behalf) is the relay, not the message's author. Key sender identity on this, never on `from`: `from` is sender-authored and kept only for reply routing, so it is forgeable by any same-user process. Absent when unverifiable (Windows, non-UDS ingress) — never a wrong value. Pids are recyclable: provenance, not an authentication token.
|
|
4013
|
+
*/
|
|
4014
|
+
verifiedPeerPid?: number;
|
|
3998
4015
|
} | {
|
|
3999
4016
|
kind: 'task-notification';
|
|
4000
4017
|
/**
|
|
@@ -4240,6 +4257,8 @@ export declare type SDKResultSuccess = {
|
|
|
4240
4257
|
ttft_ms?: number;
|
|
4241
4258
|
ttft_stream_ms?: number;
|
|
4242
4259
|
time_to_request_ms?: number;
|
|
4260
|
+
user_message_uuid?: string;
|
|
4261
|
+
request_sent_wall_ms?: number;
|
|
4243
4262
|
time_to_request_from_spawn_ms?: number;
|
|
4244
4263
|
warm_spare_claimed?: boolean;
|
|
4245
4264
|
time_origin_ms?: number;
|
|
@@ -4274,7 +4293,7 @@ export declare type SDKSessionInfo = {
|
|
|
4274
4293
|
*/
|
|
4275
4294
|
summary: string;
|
|
4276
4295
|
/**
|
|
4277
|
-
* Last modified time in milliseconds since epoch.
|
|
4296
|
+
* Last modified time in integer milliseconds since epoch.
|
|
4278
4297
|
*/
|
|
4279
4298
|
lastModified: number;
|
|
4280
4299
|
/**
|
|
@@ -4302,7 +4321,7 @@ export declare type SDKSessionInfo = {
|
|
|
4302
4321
|
*/
|
|
4303
4322
|
tag?: string;
|
|
4304
4323
|
/**
|
|
4305
|
-
* Creation time in milliseconds since epoch, extracted from the first entry's timestamp.
|
|
4324
|
+
* Creation time in integer milliseconds since epoch, extracted from the first entry's timestamp.
|
|
4306
4325
|
*/
|
|
4307
4326
|
createdAt?: number;
|
|
4308
4327
|
};
|
|
@@ -4551,6 +4570,7 @@ export declare type SDKUserMessage = {
|
|
|
4551
4570
|
|
|
4552
4571
|
|
|
4553
4572
|
|
|
4573
|
+
|
|
4554
4574
|
uuid?: UUID;
|
|
4555
4575
|
session_id?: string;
|
|
4556
4576
|
/**
|
|
@@ -4596,6 +4616,7 @@ export declare type SDKUserMessageReplay = {
|
|
|
4596
4616
|
|
|
4597
4617
|
|
|
4598
4618
|
|
|
4619
|
+
|
|
4599
4620
|
uuid: UUID;
|
|
4600
4621
|
session_id: string;
|
|
4601
4622
|
isReplay: true;
|
|
@@ -4764,7 +4785,8 @@ export declare type SessionStore = {
|
|
|
4764
4785
|
load(key: SessionKey): Promise<SessionStoreEntry[] | null>;
|
|
4765
4786
|
/**
|
|
4766
4787
|
* List sessions for a projectKey. Returns IDs + modification times.
|
|
4767
|
-
* `mtime` is Unix epoch milliseconds
|
|
4788
|
+
* `mtime` is integer Unix epoch milliseconds (floor fractional sources);
|
|
4789
|
+
* adapters without native modification
|
|
4768
4790
|
* time (e.g. Redis) must maintain their own index. Result order is
|
|
4769
4791
|
* unspecified — the SDK sorts by mtime descending.
|
|
4770
4792
|
* Optional — if undefined, listSessions() with a sessionStore throws.
|
|
@@ -6129,6 +6151,10 @@ export declare interface Settings {
|
|
|
6129
6151
|
* When true (set in managed settings), only allowRead paths from policySettings are used.
|
|
6130
6152
|
*/
|
|
6131
6153
|
allowManagedReadPathsOnly?: boolean;
|
|
6154
|
+
/**
|
|
6155
|
+
* macOS and Linux/WSL only: skip filesystem isolation entirely while keeping network and seccomp isolation. Ignored on native Windows, where the sandboxed process runs as a separate user with no inherent rights, so skipping the filesystem rules would withhold every access grant rather than loosen them — filesystem isolation stays on there. Sandboxed commands get unrestricted read/write access to the host filesystem; network egress is still confined to network.allowedDomains. Intended for deployments whose goal is egress control rather than filesystem containment. Does not change Bash prompting: sandbox.autoAllowBashIfSandboxed is independent and still defaults to true, so set it to false to keep prompting for sandboxed commands. Drops the read protection from filesystem.denyRead and credentials.files for sandboxed commands, since both are enforced by the filesystem layer this turns off; credentials.envVars deny/mask is unaffected. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored. If managed settings configure sandbox.filesystem at all, or list any sandbox.credentials.files entry, only managed settings can set this: an admin who deployed filesystem restrictions must not have them switched off by a user-writable file. (sandbox.credentials.envVars does not pin it — env scrubbing is independent of the filesystem layer and survives this setting.) When unset, filesystem isolation stays on.
|
|
6156
|
+
*/
|
|
6157
|
+
disabled?: boolean;
|
|
6132
6158
|
};
|
|
6133
6159
|
credentials?: {
|
|
6134
6160
|
/**
|