@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.
Files changed (3) hide show
  1. package/cli.js +2412 -2330
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.80",
3
+ "version": "2.1.81",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
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
  /**