Back
AnthropicClaude API
The code execution tool now supports code_execution_20260521, which discloses the 90-second per-cell…
AI summary
Written by AI from the official notes. Check them for exact details.The code execution tool now has a time limit disclosure, and web tools have a new parameter for result management.
- Code execution tool supports code_execution_20260521 with 90-second execution limit disclosure.
- Web search and fetch tools support web_search_20260318 and web_fetch_20260318.
- New response_inclusion parameter allows dropping consumed result blocks.
Why it matters: Developers and users of Claude should care for improved execution management and streamlined web tool responses.
Full release notes2 changes
- 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.