@anthropic-ai/claude-code 1.0.59 → 1.0.60

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": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "main": "sdk.mjs",
5
5
  "types": "sdk.d.ts",
6
6
  "bin": {
package/sdk-tools.d.ts CHANGED
@@ -39,6 +39,10 @@ export interface AgentInput {
39
39
  * The task for the agent to perform
40
40
  */
41
41
  prompt: string;
42
+ /**
43
+ * The type of specialized agent to use for this task
44
+ */
45
+ subagent_type: string;
42
46
  }
43
47
  export interface BashInput {
44
48
  /**
package/sdk.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
2
2
 
3
- // Version: 1.0.59
3
+ // Version: 1.0.60
4
4
 
5
5
  // src/entrypoints/sdk.ts
6
6
  import { spawn } from "child_process";
Binary file