@anthropic-ai/claude-code 2.0.56 → 2.0.58

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 (4) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +2 -2
  3. package/cli.js +1195 -1195
  4. package/package.json +1 -1
package/LICENSE.md CHANGED
@@ -1 +1 @@
1
- © Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://docs.claude.com/en/docs/claude-code/legal-and-compliance.
1
+ © Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://code.claude.com/docs/en/legal-and-compliance.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github.
8
8
 
9
- **Learn more in the [official documentation](https://docs.claude.com/en/docs/claude-code/overview)**.
9
+ **Learn more in the [official documentation](https://code.claude.com/docs/en/overview)**.
10
10
 
11
11
  <img src="https://github.com/anthropics/claude-code/blob/main/demo.gif?raw=1" />
12
12
 
@@ -34,7 +34,7 @@ When you use Claude Code, we collect feedback, which includes usage data (such a
34
34
 
35
35
  ### How we use your data
36
36
 
37
- See our [data usage policies](https://docs.claude.com/en/docs/claude-code/data-usage).
37
+ See our [data usage policies](https://code.claude.com/docs/en/data-usage).
38
38
 
39
39
  ### Privacy safeguards
40
40