@anthropic-ai/claude-code 2.0.22 → 2.0.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.0.22",
3
+ "version": "2.0.24",
4
4
  "main": "sdk.mjs",
5
5
  "types": "sdk.d.ts",
6
6
  "bin": {
package/sdk-tools.d.ts CHANGED
@@ -69,6 +69,10 @@ export interface BashInput {
69
69
  * Set to true to run this command in the background. Use BashOutput to read the output later.
70
70
  */
71
71
  run_in_background?: boolean;
72
+ /**
73
+ * Set this to true to dangerously override sandbox mode and run commands without sandboxing.
74
+ */
75
+ dangerouslyOverrideSandbox?: boolean;
72
76
  }
73
77
  export interface BashOutputInput {
74
78
  /**
package/sdk.d.ts CHANGED
@@ -365,6 +365,7 @@ export type SDKSystemMessage = SDKMessageBase & {
365
365
  permissionMode: PermissionMode;
366
366
  slash_commands: string[];
367
367
  output_style: string;
368
+ skills: string[];
368
369
  };
369
370
  export type SDKPartialAssistantMessage = SDKMessageBase & {
370
371
  type: 'stream_event';
package/sdk.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  // (c) Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://docs.claude.com/en/docs/claude-code/legal-and-compliance.
3
3
 
4
- // Version: 2.0.22
4
+ // Version: 2.0.24
5
5
 
6
6
  // Want to see the unminified source? We're hiring!
7
7
  // https://job-boards.greenhouse.io/anthropic/jobs/4816199008