@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.
- package/cli.js +1581 -1583
- package/package.json +1 -1
- package/sdk-tools.d.ts +0 -8
package/package.json
CHANGED
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 {
|