@anthropic-ai/claude-code 2.0.73 → 2.0.75
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 +1336 -1419
- package/package.json +1 -1
- package/sdk-tools.d.ts +0 -8
package/package.json
CHANGED
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 {
|