Claude Discovery

← All discoveries

Retro Apple computers with keyboards displayed in a Tokyo store window, showcasing early tech design.
Photo by Derek Xing on Pexels
tool

Claude Code 2.1.219 Makes Claude Opus 5 the Default Opus Model

2026-07-25 ยท source:

Claude Code 2.1.219 makes Claude Opus 5 the default Opus model with 1M context and fast mode at $10/$50 per Mtok, and adds a sandbox.network.strictAllowlist setting to silently deny non-allowlisted hosts.

What it is

A same-day Claude Code release tied to Anthropic's Claude Opus 5 launch, switching the CLI's default Opus model and adding a stricter network sandbox option.

What it does

Sets claude-opus-5 as the default Opus model with a 1M token context and fast mode priced at $10/$50 per million tokens, adds sandbox.network.strictAllowlist to deny non-allowlisted hosts outright instead of prompting, adds a DirectoryAdded hook that fires after /add-dir or register_repo_root, and surfaces mcp_server_errors in the headless stream-json init event for MCP configs that failed validation.

Why it matters

Unlike a prompt for every unlisted host, strictAllowlist fails closed by default, which matters if you're running Claude Code in CI or unattended agent loops where nobody is there to click approve.

How to use it

Update Claude Code to pick up claude-opus-5 automatically as the default Opus model, and set sandbox.network.strictAllowlist in your settings if you want sandboxed commands to hard-deny instead of interactively prompt on unknown hosts.

Go to source →
claude-codeopus-5sandboxmcp