@anthropic-ai/claude-code 2.1.62 → 2.1.63
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 +2420 -2030
- package/package.json +1 -1
- package/sdk-tools.d.ts +1 -1
package/package.json
CHANGED
package/sdk-tools.d.ts
CHANGED
|
@@ -1920,7 +1920,7 @@ export interface ExitPlanModeOutput {
|
|
|
1920
1920
|
*/
|
|
1921
1921
|
filePath?: string;
|
|
1922
1922
|
/**
|
|
1923
|
-
* Whether the
|
|
1923
|
+
* Whether the Agent tool is available in the current context
|
|
1924
1924
|
*/
|
|
1925
1925
|
hasTaskTool?: boolean;
|
|
1926
1926
|
/**
|