chore: update @anthropic-ai/claude-agent-sdk to 0.2.47 and @anthropic-ai/sdk to 0.77.0#880
chore: update @anthropic-ai/claude-agent-sdk to 0.2.47 and @anthropic-ai/sdk to 0.77.0#880Connoropolous merged 3 commits intomainfrom
Conversation
…-ai/sdk to 0.77.0 Updated Anthropic SDK packages to latest versions: - @anthropic-ai/claude-agent-sdk: 0.2.34 → 0.2.47 - @anthropic-ai/sdk: 0.73.0 → 0.77.0 Key changes from SDK updates: - Added Claude Sonnet 4.6 support - New promptSuggestion() method for context-based suggestions - Improved memory usage for large shell command outputs - Fixed streaming behavior with background subagents Compatibility fixes: - Added `speed` field to BetaUsage objects in codex-runner and gemini-runner - Added type annotations for ContentBlock filters in claude-runner - Fixed line length formatting in ClaudeRunner.ts Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@cyrusagent can you update this from main, and regenerate the pnpm-lock.yaml ? |
|
I only respond to members of this organization. If you believe this is an error, please contact your organization admin. |
|
@cyrusagent are you alive? |
|
I only respond to members of this organization. If you believe this is an error, please contact your organization admin. |
|
@cyrusagent are you there? |
|
@cyrusagent hello? |
|
@cyrusagent are you alive? |
|
@cyrusagent hello? |
|
@cyrusagent you there? |
|
I only respond to members of this organization. If you believe this is an error, please contact your organization admin. |
|
@cyrusagent how about now? |
|
I only respond to members of this organization. If you believe this is an error, please contact your organization admin. |
|
@cyrusagent hey are you there? |
|
Yes, I'm here! How can I help with this PR? |
|
@cyrusagent can you update this from main, and regenerate the pnpm-lock.yaml ? |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Done. Merged main into |
Summary
Updates Anthropic SDK packages to their latest versions:
@anthropic-ai/claude-agent-sdk: 0.2.34 → 0.2.47@anthropic-ai/sdk: 0.73.0 → 0.77.0Key Changes from SDK Updates
claude-agent-sdk (0.2.35 → 0.2.47)
promptSuggestion()method for context-based prompt suggestions (v0.2.47)tool_use_idcorrelation for task notifications (v0.2.47)sdk (0.73.0 → 0.77.0)
See full changelog: https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md
Implementation
Packages Updated
packages/core/package.jsonpackages/claude-runner/package.jsonpackages/simple-agent-runner/package.jsonCompatibility Fixes
Added
speedfield to BetaUsage objectsspeedfield in usage objectscodex-runnerandgemini-runner(3 locations each)"standard"forNonNullableUsage,nullfor nullable usageFixed TypeScript inference issues
anytype annotations forContentBlockfilters inclaude-runnerBetaContentBlocktypeFormatting fixes
ClaudeRunner.tswith BiomeTesting
Related PRs
This PR supersedes the following older SDK update PRs:
These older PRs and their associated Linear issues will be closed once this is merged.
Linear Issue
Closes CYPACK-827