@anthropic-ai/claude-code 2.1.21 → 2.1.23

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 +1581 -1583
  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.1.21",
3
+ "version": "2.1.23",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -154,14 +154,6 @@ export interface ExitPlanModeInput {
154
154
  * The remote session title if pushed to remote
155
155
  */
156
156
  remoteSessionTitle?: string;
157
- /**
158
- * Whether to launch a swarm to implement the plan
159
- */
160
- launchSwarm?: boolean;
161
- /**
162
- * Number of teammates to spawn in the swarm
163
- */
164
- teammateCount?: number;
165
157
  [k: string]: unknown;
166
158
  }
167
159
  export interface FileEditInput {