@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.
- package/cli.js +1257 -1236
- package/package.json +1 -1
- package/sdk-tools.d.ts +1 -4
package/package.json
CHANGED
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
|
/**
|