@anthropic-ai/claude-code 1.0.0 → 1.0.2
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/README.md +2 -2
- package/cli.js +463 -463
- package/package.json +1 -1
- package/vendor/claude-code.vsix +0 -0
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Some of its key capabilities include:
|
|
|
11
11
|
- Execute and fix tests, lint, and other commands
|
|
12
12
|
- Search through git history, resolve merge conflicts, and create commits and PRs
|
|
13
13
|
|
|
14
|
-
**Learn more in the [official documentation](https://docs.anthropic.com/en/docs/
|
|
14
|
+
**Learn more in the [official documentation](https://docs.anthropic.com/en/docs/claude-code/overview)**.
|
|
15
15
|
|
|
16
16
|
## Get started
|
|
17
17
|
|
|
@@ -24,7 +24,7 @@ Some of its key capabilities include:
|
|
|
24
24
|
Navigate to your project directory and run <code>claude</code>
|
|
25
25
|
</li>
|
|
26
26
|
<li>
|
|
27
|
-
Complete the one-time OAuth process with your Anthropic Console account.
|
|
27
|
+
Complete the one-time OAuth process with your Claude Max or Anthropic Console account.
|
|
28
28
|
</li>
|
|
29
29
|
</ol>
|
|
30
30
|
|