@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.
Files changed (3) hide show
  1. package/cli.js +2420 -2030
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.62",
3
+ "version": "2.1.63",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -1920,7 +1920,7 @@ export interface ExitPlanModeOutput {
1920
1920
  */
1921
1921
  filePath?: string;
1922
1922
  /**
1923
- * Whether the Task tool is available in the current context
1923
+ * Whether the Agent tool is available in the current context
1924
1924
  */
1925
1925
  hasTaskTool?: boolean;
1926
1926
  /**