@anthropic-ai/claude-code 2.0.73 → 2.0.74

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 (3) hide show
  1. package/cli.js +1336 -1417
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.0.73",
3
+ "version": "2.0.74",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -102,14 +102,6 @@ export interface TaskOutputInput {
102
102
  timeout?: number;
103
103
  }
104
104
  export interface ExitPlanModeInput {
105
- /**
106
- * Whether to launch a swarm to implement the plan
107
- */
108
- launchSwarm?: boolean;
109
- /**
110
- * Number of teammates to spawn in the swarm
111
- */
112
- teammateCount?: number;
113
105
  [k: string]: unknown;
114
106
  }
115
107
  export interface FileEditInput {