Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One capture · claude-code

One read of Claude Code CLI

2 pages moved out of 191 read.

claude-code-20260904T153701Z

Pages moved 2 significant first
Pages read 191 in this capture
Captured 15:37 UTC
Corpus hash e99391d56754 corpus-hash

What this read moved

1–2 of 2

agent-sdk/migration-guide Changed · +2 / -0 lines

from line 6
66 
77The Claude Code SDK has been renamed to the **Claude Agent SDK** and its documentation has been reorganized. This change reflects the SDK's broader capabilities for building AI agents beyond just coding tasks.
88 
9Migrating from the OpenAI Agents SDK instead? The [OpenAI Agents SDK migration recipe](https://platform.claude.com/cookbook/claude-agent-sdk-04-migrating-from-openai-agents-sdk) maps each primitive onto the Claude Agent SDK through a single worked example.
10 
911## What's Changed
1012 
1113| Aspect | Old | New |

agent-sdk/overview Changed · +1 / -0 lines

from line 80
8080These resources cover deeper technical detail and example projects for building with the Agent SDK.
8181 
8282* [Quickstart](/docs/en/agent-sdk/quickstart): build your first agent that finds and fixes bugs
83* [Migration guide](/docs/en/agent-sdk/migration-guide): migrate from the Claude Code SDK packages to the Agent SDK
8384* [Agent loop](/docs/en/agent-sdk/agent-loop): how Claude plans, calls tools, and decides when a task is done
8485* [Example agents](https://github.com/anthropics/claude-agent-sdk-demos): demo apps for local development
8586* [TypeScript SDK](/docs/en/agent-sdk/typescript): full TypeScript API reference and examples