@anthropic-ai/claude-code 2.1.80 → 2.1.81
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 +2412 -2330
- package/package.json +1 -1
- package/sdk-tools.d.ts +1 -5
package/package.json
CHANGED
package/sdk-tools.d.ts
CHANGED
|
@@ -2215,7 +2215,7 @@ export interface ConfigInput {
|
|
|
2215
2215
|
}
|
|
2216
2216
|
export interface EnterWorktreeInput {
|
|
2217
2217
|
/**
|
|
2218
|
-
* Optional name for the worktree. A random name is generated if not provided.
|
|
2218
|
+
* Optional name for the worktree (letters, digits, dots, underscores, dashes only; max 64 chars). A random name is generated if not provided.
|
|
2219
2219
|
*/
|
|
2220
2220
|
name?: string;
|
|
2221
2221
|
}
|
|
@@ -2313,10 +2313,6 @@ export interface ExitPlanModeOutput {
|
|
|
2313
2313
|
* Unique identifier for the plan approval request
|
|
2314
2314
|
*/
|
|
2315
2315
|
requestId?: string;
|
|
2316
|
-
/**
|
|
2317
|
-
* Whether this plan was generated by an ultraplan remote session
|
|
2318
|
-
*/
|
|
2319
|
-
isUltraplan?: boolean;
|
|
2320
2316
|
}
|
|
2321
2317
|
export interface FileEditOutput {
|
|
2322
2318
|
/**
|