@anthropic-ai/claude-agent-sdk 0.1.57 → 0.1.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.
- package/LICENSE.md +1 -1
- package/README.md +2 -2
- package/cli.js +1171 -1166
- package/package.json +1 -1
- package/sdk.d.ts +7 -0
- package/sdk.mjs +9 -3
package/LICENSE.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
© Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://
|
|
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
|
The Claude Agent SDK enables you to programmatically build AI agents with Claude Code's capabilities. Create autonomous agents that can understand codebases, edit files, run commands, and execute complex workflows.
|
|
8
8
|
|
|
9
|
-
**Learn more in the [official documentation](https://
|
|
9
|
+
**Learn more in the [official documentation](https://platform.claude.com/docs/en/agent-sdk/overview)**.
|
|
10
10
|
|
|
11
11
|
## Get started
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ npm install @anthropic-ai/claude-agent-sdk
|
|
|
18
18
|
|
|
19
19
|
## Migrating from the Claude Code SDK
|
|
20
20
|
|
|
21
|
-
The Claude Code SDK is now the Claude Agent SDK. Please check out the [migration guide](https://
|
|
21
|
+
The Claude Code SDK is now the Claude Agent SDK. Please check out the [migration guide](https://platform.claude.com/docs/en/agent-sdk/migration-guide) for details on breaking changes.
|
|
22
22
|
|
|
23
23
|
## Reporting Bugs
|
|
24
24
|
|