Claude Developer Platform Updates & Release Notes
136 updates curated from 2 sources by the Releasebot Team. Last updated: Jul 2, 2026
- Jul 1, 2026
- Date parsed from source:Jul 1, 2026
- First seen by Releasebot:Jul 2, 2026
Claude Developer Platform by Anthropic
July 1, 2026
Claude Developer Platform restores access to Claude Fable 5 and Claude Mythos 5.
- We've restored access to Claude Fable 5 and Claude Mythos 5. See our statement for more information.
- Jun 30, 2026
- Date parsed from source:Jun 30, 2026
- First seen by Releasebot:Jul 1, 2026
- Modified by Releasebot:Jul 2, 2026
Claude Developer Platform by Anthropic
June 30, 2026
Claude Developer Platform launches Claude Sonnet 5 and expands Claude Managed Agents with event deltas, backward pagination, session-level overrides, vault injection controls, and broader lifecycle webhooks.
Claude Sonnet 5
We've launched Claude Sonnet 5 (
claude-sonnet-5), the next generation of our Sonnet model family, at introductory pricing of $2 / $10 per MTok through August 31, 2026 (standard $3 / $15 thereafter). Claude Sonnet 5 supports a 1M token context window, 128k max output tokens, and the same set of tools and platform features as Claude Sonnet 4.6, except Priority Tier, which is not available on Claude Sonnet 5. Three behavior changes apply when migrating: adaptive thinking is now on by default; manual extended thinking (thinking: {type: "enabled", budget_tokens: N}) is removed and returns a 400 error (it was deprecated on Sonnet 4.6); and setting sampling parameters (temperature,top_p,top_k) to non-default values returns a 400 error. Claude Sonnet 5 also uses a new tokenizer that produces approximately 30% more tokens for the same text. The exact increase depends on the content and workload shape. See What's new in Claude Sonnet 5 for details and migration guidance.Claude Managed Agents
Claude Managed Agents session event streams now support event deltas. Opt in with the
event_deltas[]query parameter onGET /v1/sessions/{session_id}/events/stream. Theevent_startandevent_deltaevents preview an agent message's text as it's generated, before the completeagent.messageevent arrives.Listing sessions for Claude Managed Agents now supports backward pagination.
GET /v1/sessionsreturns aprev_pagecursor alongsidenext_page; pass it as thepageparameter to return to the previous page. See Pagination.When creating a Claude Managed Agents session, you can now override the agent's configuration for that session. Pass
agentwithtype: "agent_with_overrides"to replace the model, system prompt, tools, MCP servers, or skills for a single session. The agent itself is unchanged.Claude Managed Agents vaults now support an
injection_locationsetting on environment variable credentials (the Environment variable tab). It controls whether the credential's value is substituted, at egress, into the agent's outbound request headers, the request body, or both.Webhooks for Claude Managed Agents now cover the agent, deployment, and deployment run lifecycle. You can react to a newly published agent version, a paused deployment, or a failed scheduled run without polling. See the Agent events, Deployment events, and Deployment run events tabs in Subscribe to webhooks.
Original source All of your release notes in one feed
Join Releasebot and get updates from Anthropic and hundreds of other software products.
- Jun 29, 2026
- Date parsed from source:Jun 29, 2026
- First seen by Releasebot:Jun 30, 2026
Claude Developer Platform by Anthropic
June 29, 2026
Claude Developer Platform removes fast mode for Claude Opus 4.6 and routes fast requests to standard speed and billing.
- We've removed fast mode for Claude Opus 4.6. Requests to
claude-opus-4-6withspeed: "fast"no longer run at fast speed or premium pricing: they run at standard speed, are billed at standard rates, and do not return an error. The response'susage.speedfield reports the speed used. To continue using fast mode, migrate to Claude Opus 4.8. Read more in Fast mode.
- Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 27, 2026
Claude Developer Platform by Anthropic
June 26, 2026
Claude Developer Platform raises API rate limits and simplifies usage tiers for Claude Sonnet and Haiku.
- We've raised rate limits across the Claude API. Claude Sonnet and Claude Haiku rate limits now match Claude Opus at every usage tier, and usage tiers have been consolidated into three: Start, Build, and Scale. Most organizations move to a higher tier, no organization receives lower limits than before, and no action is required. You can view your tier and current limits in the Claude Console.
- Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 27, 2026
Claude Developer Platform by Anthropic
June 25, 2026
Claude Developer Platform deprecates fast mode for Claude Opus 4.7 and points users to Opus 4.8.
- We've deprecated fast mode for Claude Opus 4.7, with removal on July 24, 2026. After removal, requests to
claude-opus-4-7withspeed: "fast"will return an error. Migrate to fast mode for Claude Opus 4.8. Read more in Fast mode.
Similar to Claude Developer Platform with recent updates:
- Claude updates109 release notes · Latest Jul 2, 2026
- Claude Code updates380 release notes · Latest Jul 2, 2026
- Anthropic updates51 release notes · Latest Jul 2, 2026
- ChatGPT updates185 release notes · Latest Jun 26, 2026
- Gemini updates348 release notes · Latest Jul 1, 2026
- OpenAI updates123 release notes · Latest Jun 30, 2026
- Jun 18, 2026
- Date parsed from source:Jun 18, 2026
- First seen by Releasebot:Jun 26, 2026
Claude Developer Platform by Anthropic
June 18, 2026
Claude Developer Platform adds code_execution_20260120 support across Python, TypeScript, Go, Java, Ruby, PHP, and C# SDKs, bringing REPL state persistence and the minimum version for programmatic tool calling.
- The Python, TypeScript, Go, Java, Ruby, PHP, and C# SDKs now include support for
code_execution_20260120, the code execution tool version that adds REPL state persistence and is the minimum version for programmatic tool calling. To adopt it, set the tool'stypetocode_execution_20260120; no beta header is required. It's available on Claude Fable 5, Claude Mythos 5, Claude Opus 4.5 and newer, and Claude Sonnet 4.5 and newer; see the model compatibility table.
- Jun 15, 2026
- Date parsed from source:Jun 15, 2026
- First seen by Releasebot:Jun 16, 2026
Claude Developer Platform by Anthropic
June 15, 2026
Claude Developer Platform retires Claude Sonnet 4 and Opus 4 models, directing users to newer versions.
- We've retired the Claude Sonnet 4 model (
claude-sonnet-4-20250514) and the Claude Opus 4 model (claude-opus-4-20250514). All requests to these models will now return an error. We recommend upgrading to Claude Sonnet 4.6 and Claude Opus 4.8 respectively. Researchers can request ongoing access through the External Researcher Access Program.
- Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 19, 2026
Claude Developer Platform by Anthropic
June 11, 2026
Claude Developer Platform adds new tool versions for code execution, web search, and web fetch. The update exposes the 90-second per-cell limit for long-running code and adds response_inclusion to trim consumed result blocks for agentic workflows, with no beta header required.
The code execution tool now supports
code_execution_20260521, which discloses the 90-second per-cell execution time limit in the tool description so Claude can budget long-running cells. No beta header is required.The web search tool and web fetch tool now support
web_search_20260318andweb_fetch_20260318, adding aresponse_inclusionparameter to drop consumed result blocks from the API response for agentic workflows. No beta header is required.
- Jun 10, 2026
- Date parsed from source:Jun 10, 2026
- First seen by Releasebot:Jun 16, 2026
Claude Developer Platform by Anthropic
June 10, 2026
Claude Developer Platform adds the GET /v1/environments/{id}/work endpoint for pending work in self-hosted sandboxes on AWS.
- The
GET /v1/environments/{id}/workendpoint, which lists pending work for a self-hosted sandbox, is now available on Claude Platform on AWS. See IAM actions for Claude Platform on AWS for theGetEnvironmentaction that authorizes it.
- Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 10, 2026
Claude Developer Platform by Anthropic
June 9, 2026
Claude Developer Platform launches Claude Fable 5 and Claude Mythos 5 with 1M token context, 128k max output, and always-on adaptive thinking. It also adds Managed Agents scheduled deployments, vault environment variable credentials, and richer session thread webhook events.
- We've launched Claude Fable 5 (
claude-fable-5), our most capable widely released model, alongside Claude Mythos 5 (claude-mythos-5) for Project Glasswing participants. Both models support a 1M token context window by default, 128k max output tokens, and always-on adaptive thinking. See Introducing Claude Fable 5 and Claude Mythos 5 for capabilities, API changes, and availability. - Claude Fable 5 and Claude Mythos 5 use the tokenizer introduced with Claude Opus 4.7. Compared to models before Claude Opus 4.7, the same text produces roughly 30% more tokens. Use the token counting API with
model: "claude-fable-5"to measure your prompts under the new tokenizer. - Claude Fable 5 runs safety classifiers on requests and during response generation. When a classifier declines a request, the Messages API returns
stop_reason: "refusal". You are not billed for a request refused before any output is generated. An opt-infallbacksparameter (in beta on the Claude API and Claude Platform on AWS; not supported on the Message Batches API) re-runs refused requests on another model, billed at the fallback model's rates. See Handling stop reasons. - The
stop_details.categoryfield on refusal responses now includes"reasoning_extraction"on Claude Fable 5, returned when a request is blocked under Anthropic's Terms of Service restrictions on reverse engineering or duplicating model outputs. The existing"cyber"and"bio"categories are unchanged. No beta header is required. - On Claude Fable 5 and Claude Mythos 5, adaptive thinking is the only thinking mode:
thinking: {"type": "disabled"}is not supported, and manual extended thinking budgets and assistant prefill are not supported (both return a 400 error). See Migrating from Claude Mythos Preview to Claude Mythos 5. - On Claude Fable 5 and Claude Mythos 5,
thinking.displaydefaults to"omitted", the same as Claude Opus 4.8, Claude Opus 4.7, and Claude Mythos Preview; setdisplay: "summarized"to receive readable thinking summaries. The raw chain of thought is never returned; pass thinking blocks back unchanged in multi-turn conversations on the same model. See Thinking output on Claude Fable 5 and Claude Mythos 5. - Claude Fable 5 requires 30-day data retention on the Claude API and is not available under zero data retention. See Model-specific data retention requirements.
- Claude Managed Agents now supports scheduled deployments, letting you run sessions on a cron schedule without managing your own scheduler.
- Claude Managed Agents vaults now support environment variable credentials, so you can securely inject secrets into the agent's sandbox for CLIs, SDKs, and other services that authenticate through environment variables.
- The
session.thread_*webhook events now include asession_thread_idfield identifying the multi-agent thread that triggered the event.
- Jun 5, 2026
- Date parsed from source:Jun 5, 2026
- First seen by Releasebot:Jun 6, 2026
Claude Developer Platform by Anthropic
June 5, 2026
Claude Developer Platform deprecates Claude Opus 4.1 and schedules retirement on the Claude API for August 5, 2026.
- We announced the deprecation of the Claude Opus 4.1 model (
claude-opus-4-1-20250805), with retirement on the Claude API scheduled for August 5, 2026. We recommend migrating to Claude Opus 4.8. Read more in model deprecations.
- Jun 2, 2026
- Date parsed from source:Jun 2, 2026
- First seen by Releasebot:Jun 2, 2026
- Modified by Releasebot:Jun 3, 2026
Claude Developer Platform by Anthropic
June 2, 2026
Claude Developer Platform adds advisor tool max_tokens support to cap advisor output per call, helping reduce latency and token cost. It also updates Claude API billing so requests that end with stop_reason: "refusal" and no generated output are no longer billed.
The advisor tool now supports a
max_tokensparameter to cap the advisor model's output per call, reducing latency and output token cost for workloads that don't need full-length advisor responses. Settools[].max_tokenson the advisor tool definition; see Capping advisor output.On the Claude API, you are no longer billed for a request when it returns
stop_reason: "refusal"without Claude having generated any output. See Streaming refusals for detecting and handling refusals.
- May 29, 2026
- Date parsed from source:May 29, 2026
- First seen by Releasebot:May 29, 2026
Claude Developer Platform by Anthropic
May 29, 2026
Claude Developer Platform adds Managed Agents webhooks, multi-agent orchestration, and self-hosted sandboxes on AWS.
- Claude Managed Agents webhooks, multiagent orchestration, and self-hosted sandboxes are now available on Claude Platform on AWS. See IAM actions for Claude Platform on AWS for the new IAM actions and the
AnthropicSelfHostedEnvironmentAccessmanaged policy.
- May 28, 2026
- Date parsed from source:May 28, 2026
- First seen by Releasebot:May 28, 2026
- Modified by Releasebot:Jun 2, 2026
Claude Developer Platform by Anthropic
May 28, 2026
Claude Developer Platform launches Claude Opus 4.8 with a larger default context window, stronger capability, and broader support across API, Bedrock, Vertex AI, Claude Code, and tools. It also adds mid-conversation system messages, clearer refusal details, and new Claude Code workflow updates.
Release notes
- We've launched Claude Opus 4.8 (claude-opus-4-8), our most capable generally available model. Claude Opus 4.8 supports a 1M token context window by default on the Claude API, Amazon Bedrock, and Vertex AI (200k on Microsoft Foundry), 128k max output tokens, and the same set of tools and platform features as Claude Opus 4.7. See What's new in Claude Opus 4.8 for capability improvements, new features, and migration guidance.
- We've launched mid-conversation system messages. On Claude Opus 4.8, you can send
role: "system"messages after a user turn (subject to placement rules) in themessagesarray, preserving prompt cache hits when instructions change during a long-running session. No beta header is required. - The
stop_detailsfield on refusal responses is now publicly documented; it returns acategory(cyber,bio, ornull) and a human-readableexplanation, so your application can route different classes of refusal to the right next step. No beta header is required. - On Claude Opus 4.8, the effort parameter defaults to
highacross all surfaces, including Claude Code and the Messages API. - On Claude Opus 4.8, the minimum cacheable prompt length for prompt caching is 1,024 tokens, lower than on Claude Opus 4.7.
- With adaptive thinking enabled, Claude Opus 4.8 triggers reasoning only when a turn needs it, reducing wasted thinking tokens compared to Claude Opus 4.7 at the same effort level.
- Claude Opus 4.8 supports high-resolution image input (up to 2576 pixels on the long edge), same as Claude Opus 4.7.
- Task budgets now support Claude Opus 4.8.
- The advisor tool now supports Claude Opus 4.8.
- Computer use now supports Claude Opus 4.8.
- Fast mode for Claude Opus 4.8 is available as a research preview on the Claude API only.
- Setting the sampling parameters
temperature,top_p, ortop_kto a non-default value returns a 400 error on Claude Opus 4.8, same as on Claude Opus 4.7. See the migration guide for details. - In Claude Code, we've expanded Auto mode to more users for long-running tasks. See the Claude Code documentation.
- In Claude Code, Max plan users now default to fast mode on Claude Opus 4.8. See the Claude Code documentation.
- In Claude Code, Workflows are available as a research preview, letting you define and run multi-step agentic plans. See the Claude Code documentation.
- We've deprecated fast mode for Claude Opus 4.6, with removal approximately 30 days after launch. Migrate to fast mode for Claude Opus 4.8 or Claude Opus 4.7. Read more in Fast mode.
- For updates to claude.ai, Cowork, Claude for Microsoft 365, and other Claude apps in this release, see the release notes for Claude Apps.
- May 19, 2026
- Date parsed from source:May 19, 2026
- First seen by Releasebot:May 19, 2026
Claude Developer Platform by Anthropic
May 19, 2026
Claude Developer Platform adds MCP tunnels in Research Preview, self-hosted sandboxes for Claude Managed Agents, and live updates to MCP server and tool settings during active sessions. It also improves handling of large tool outputs by spilling them to a sandbox file.
- MCP tunnels is now available as a Research Preview, so you can connect to MCP servers in your private network.
- Self-hosted sandboxes are now available for Claude Managed Agents, as an alternative to running tool execution in Anthropic's infrastructure. See Self-hosted sandboxes.
- With Claude Managed Agents, you can now update the agent's MCP server and tool configurations associated with an active session.
- With Claude Managed Agents, large outputs from
agent_toolsetand MCP tools exceeding 100K tokens are now automatically spilled to a file in the sandbox. The model receives a truncated preview with the file path and can read the full content from there.
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.