Claude Discovery

← All discoveries

Team of developers working together on computers in a modern tech office.
Photo by cottonbro studio on Pexels
skill

Effort Levels, Session Versioning, and initial_events Land in Claude's API Skill

2026-07-23 · updated 2026-07-25 · source:

Anthropic updated the claude-api Claude Agent Skill to document five new Managed Agents features, including a model effort level, optimistic-concurrency versioning, and a combined initial_events call.

What it is

A commit to Anthropic's public skills repository, the same collection that includes Claude Agent Skills covered previously, updating the claude-api skill's documentation.

What it does

Adds documentation for an effort field on an agent's model object (agent-configuration only, silently ignored in per-session overrides), an optional version field on agent updates for optimistic concurrency, and an initial_events option on session create that collapses session creation and the first message send into a single call, plus partner pricing and tool-runner corrections.

Why it matters

Anthropic followed up this same commit chain with a Claude Opus 5 update to the claude-api skill, adding Opus 5 as the default model across SDK examples, pricing tables, and migration guidance, and retiring Opus 4.7 fast-mode guidance.

How to use it

Pull the latest claude-api skill from the skills repo or let Claude Code load it on demand when you're working with Managed Agents sessions.

Go to source →
claude-agent-skillsmanaged-agentsapi