Claude Developer Platform Updates & Release Notes
130 updates curated from 2 sources by the Releasebot Team. Last updated: Jun 19, 2026
- Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 19, 2026
๐ Anthropic logo
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 15, 2026
- Date parsed from source:Jun 15, 2026
- First seen by Releasebot:Jun 16, 2026
๐ Anthropic logo
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.
All of your release notes in one feed
Join Releasebot and get updates from Anthropic and hundreds of other software products.
Create accountGet updates with:- Jun 10, 2026
- Date parsed from source:Jun 10, 2026
- First seen by Releasebot:Jun 16, 2026
๐ Anthropic logo
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
๐ Anthropic logo
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
๐ Anthropic logo
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
๐ Anthropic logo
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
๐ Anthropic logo
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
๐ Anthropic logo
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
๐ Anthropic logo
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.
- May 18, 2026
- Date parsed from source:May 18, 2026
- First seen by Releasebot:May 19, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
May 18, 2026
Claude Developer Platform now returns richer SEC filing data to ground financial research and due diligence in primary sources.
- The web search tool now returns richer SEC filing data, making it easier to ground financial research agents, earnings analysis, and due-diligence workflows in primary sources with citations.
- May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 19, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
May 13, 2026
Claude Developer Platform launches cache diagnostics in public beta to explain prompt cache misses in Messages.
- We've launched cache diagnostics in public beta. Pass
diagnostics.previous_message_idon a Messages request and the API reports acache_miss_reasonexplaining where the prompt cache prefix diverged from the previous turn. Include thecache-diagnosis-2026-04-07beta header in your requests.
- May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 13, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
May 12, 2026
Claude Developer Platform adds Fast mode support for Claude Opus 4.7, bringing faster output token generation in research preview.
- Fast mode (research preview) now supports Claude Opus 4.7. Set
speed: "fast"withmodel: "claude-opus-4-7"and thefast-mode-2026-02-01beta header for significantly faster output token generation at premium pricing. Pricing, rate limits, and access are the same as for Opus 4.6 fast mode; interested customers should join the waitlist.
- May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
May 11, 2026
Claude Developer Platform launches Claude Platform on AWS with AWS billing, IAM, and native access to core Claude APIs and tools.
- We've launched Claude Platform on AWS, bringing the Claude API to Anthropic-managed infrastructure accessible through AWS, with AWS billing and IAM authentication. Access the full Messages API, Files API, Message Batches API, Claude Managed Agents, Agent Skills, code execution, and tool use through native AWS endpoints. Learn more in Claude Platform on AWS.
- May 6, 2026
- Date parsed from source:May 6, 2026
- First seen by Releasebot:May 6, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
May 6, 2026
Claude Developer Platform adds public beta support for multiagent sessions and outcomes, plus new webhook support for Claude Managed Agents. It also expands vault credential background refresh and adds more filtering and sorting options for sessions and events.
Multiagent sessions and Outcomes are now in public beta under the standard
managed-agents-2026-04-01beta header.Vault credential background refresh is now supported for
mcp_oauthcredentials. See Authenticate with vaults.Webhooks for Claude Managed Agents are now supported. Webhook event types include session and vault lifecycle events. See Subscribe to webhooks.
Additional filtering and sorting options are now supported. Sessions can be filtered by status, and events can be filtered by type. Events can now be filtered by creation time.
- Apr 30, 2026
- Date parsed from source:Apr 30, 2026
- First seen by Releasebot:May 1, 2026
๐ Anthropic logo
Claude Developer Platform by Anthropic
April 30, 2026
Claude Developer Platform retires the 1M token context beta for Sonnet 4.5 and 4, guiding users to 4.6 models for general availability.
- We've retired the 1M token context window beta (
context-1m-2025-08-07) for Claude Sonnet 4.5 and Claude Sonnet 4. The beta header now has no effect on these models, and requests exceeding the standard 200k-token context window return an error. To use the 1M context window, migrate to Claude Sonnet 4.6 or Claude Opus 4.6, where it's generally available at standard pricing with no beta header required.
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.
Similar to Claude Developer Platform with recent updates:
- Claude updates102 release notes ยท Latest Jun 18, 2026
- Claude Code updates354 release notes ยท Latest Jun 19, 2026
- Anthropic updates46 release notes ยท Latest Jun 9, 2026
- Gemini updates346 release notes ยท Latest Jun 18, 2026
- ChatGPT updates181 release notes ยท Latest Jun 18, 2026
- OpenAI updates112 release notes ยท Latest Jun 18, 2026
