📦 Claude Code v2.1.97 + Agent SDK Launch#841
Merged
claude-yolo[bot] merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
MAJOR UPDATE: Agent SDK launch + new API endpoints NEW FEATURES: - Claude Code v2.1.97 with focus view (Ctrl+O), status line improvements, subagent indicators - Complete Agent SDK docs (custom tools, file checkpointing, hosting, cost tracking) - New Agents API (beta endpoints for create, list, update, archive, versions) - New API endpoints: environments, sessions, vaults - 500+ documentation updates across API reference and platform docs WHY IT MATTERS: The Agent SDK enables developers to build custom Claude-powered applications with domain-specific tools and persistent state management. This represents a significant expansion of Claude's capabilities beyond chat into programmable agent workflows. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major documentation update capturing the launch of the Agent SDK and Claude Code v2.1.97.
Key Additions:
New API Endpoints (Beta):
/v1/agents- Create, manage, and version agents/v1/environments- Isolated execution contexts/v1/sessions- Conversation state management/v1/vaults- Secure credential storageClaude Code v2.1.97 Features:
/agentsImpact:
This represents Claude's biggest platform expansion yet - moving from chat assistant to programmable agent framework. Developers can now build specialized Claude applications with persistent memory, custom tools, and managed hosting.
Documentation Changes
🤖 Generated with Claude Code