@anthropic-ai/claude-code 2.0.55 → 2.0.56

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 +1257 -1236
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.0.55",
3
+ "version": "2.0.56",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -94,10 +94,7 @@ export interface BashOutputInput {
94
94
  filter?: string;
95
95
  }
96
96
  export interface ExitPlanModeInput {
97
- /**
98
- * The plan you came up with, that you want to run by the user for approval. Supports markdown. The plan should be pretty concise.
99
- */
100
- plan: string;
97
+ [k: string]: unknown;
101
98
  }
102
99
  export interface FileEditInput {
103
100
  /**