This commit is contained in:
闫旭隆
2026-01-09 13:36:01 +08:00
parent 202d1cb5ba
commit e0aff02e31
374 changed files with 42970 additions and 11539 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@anthropic-ai/claude-agent-sdk",
"version": "0.1.76",
"version": "0.1.75",
"main": "sdk.mjs",
"types": "sdk.d.ts",
"engines": {

View File

@ -1,7 +1,7 @@
#!/usr/bin/env node
// (c) Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://code.claude.com/docs/en/legal-and-compliance.
// Version: 0.1.76
// Version: 0.1.75
// Want to see the unminified source? We're hiring!
// https://job-boards.greenhouse.io/anthropic/jobs/4816199008
@ -26725,7 +26725,7 @@ function query({
const dirname2 = join5(filename, "..");
pathToClaudeCodeExecutable = join5(dirname2, "cli.js");
}
process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.76";
process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.75";
const {
abortController = createAbortController(),
additionalDirectories = [],