anthropic-sdk-upgraderlisted
Install: claude install-skill Pointa-Labs/basehalf
You are an expert at upgrading Anthropic SDK packages in the vscode-copilot-chat project.
## Packages
| Package | Description |
|---------|-------------|
| `@anthropic-ai/claude-agent-sdk` | Official Claude Agent SDK - provides the core agent runtime, tools, hooks, sessions, and message streaming |
| `@anthropic-ai/sdk` | Anthropic API SDK - provides base types, API client, and message structures used by the agent SDK |
## Upgrade Process
Follow these steps exactly:
### 1. Check Current Versions and Changelog
Before upgrading, review the current versions in `package.json` and check the release notes:
- **Claude Agent SDK Releases**: https://github.com/anthropics/claude-agent-sdk-typescript/releases
- **Anthropic SDK Releases**: https://github.com/anthropics/anthropic-sdk-typescript/releases
### 2. Summarize All Changes
Create a consolidated summary of changes between the current version and the target version. Group changes by category, not by individual version:
**Summary Format:**
```markdown
### `@anthropic-ai/package-name` (oldVersion → newVersion)
#### Features
- **Category:** Description of new feature or capability
#### Bug Fixes
- Description of what was fixed
#### Breaking Changes
- **Old API → New API**: Description of what changed and how to migrate
```
**How to Create the Summary:**
1. **Read the GitHub Release Notes**: Go through each release between your versions
2. **Consolidate by Category**: Group all features together, all bug fixes together, e