CLAUDE LABJP
OPUS5 — Claude Code v2.1.219 makes Claude Opus 5 the default Opus model, with a 1M context window and fast-mode pricing of $10/$50 per million input/output tokensSONNET5 — Claude Sonnet 5 is now the default model for Free and Pro worldwide, with introductory pricing of $2/$10 per million input/output tokens through August 31SANDBOX — Claude Code adds sandbox.network.strictAllowlist, letting you deny any host that isn't on the allowlist for sandboxed commandsSTREAM — stream-json output now supports nested subagent forwarding, so you can trace inner exchanges across multi-layer agent setupsSKILL — The open-source Claude API skill, bundled with Claude Code, gives up-to-date Messages API and Managed Agents references across eight languagesVOICE — Voice mode now runs on Opus, Sonnet, and Haiku, reaches connected tools like Gmail and Slack, and speaks many more languagesOPUS5 — Claude Code v2.1.219 makes Claude Opus 5 the default Opus model, with a 1M context window and fast-mode pricing of $10/$50 per million input/output tokensSONNET5 — Claude Sonnet 5 is now the default model for Free and Pro worldwide, with introductory pricing of $2/$10 per million input/output tokens through August 31SANDBOX — Claude Code adds sandbox.network.strictAllowlist, letting you deny any host that isn't on the allowlist for sandboxed commandsSTREAM — stream-json output now supports nested subagent forwarding, so you can trace inner exchanges across multi-layer agent setupsSKILL — The open-source Claude API skill, bundled with Claude Code, gives up-to-date Messages API and Managed Agents references across eight languagesVOICE — Voice mode now runs on Opus, Sonnet, and Haiku, reaches connected tools like Gmail and Slack, and speaks many more languages
TAG

Sandbox

8 articles
Back to all tags
Related:
Claude Code3security2Bash2git2troubleshooting2production2Security1Automation1Networking1claude-code1credentials1automation1
Claude Code/2026-07-25Advanced

Locking down Claude Code sandbox egress with strictAllowlist

Using sandbox.network.strictAllowlist in Claude Code v2.1.219 to tighten an automation pipeline's outbound traffic to a minimal allowlist, with a runnable script to discover real destinations and the pitfalls I hit.

Claude Code/2026-06-25Advanced

Your Sandbox Can Run the Code but Shouldn't Read Your Credentials — Shrinking the Secret-Read Surface with sandbox.credentials

Claude Code's sandbox can still read ~/.aws/credentials and token env vars by default. Using sandbox.credentials (v2.1.187+), here is how I tightened the secret-read surface of unattended runs at the OS level, with config and verification you can reuse.

Claude Code/2026-05-27Intermediate

When Claude Code's Bash Tool Hits Permission Denied on /tmp — A $HOME/repos Fallback Pattern

A practical look at why git clone inside Claude Code's sandboxed Bash sometimes fails with Permission denied on /tmp, and how a tiny $HOME/repos fallback keeps unattended schedules alive across four indie sites.

Cowork/2026-05-23Intermediate

When pip install Stops with externally-managed-environment in Cowork's Bash Sandbox — Three Patterns for PEP 668

Why pip install fails with externally-managed-environment in Cowork's Bash sandbox, and three practical fixes — --break-system-packages, venv, and pipx — written from real scheduled-task experience.

Claude AI/2026-05-04Advanced

Claude Mythos in Production: A Deployment Playbook From Internals to Operations

Most Claude Mythos coverage stops at conceptual overviews. This playbook covers actual production deployment — System Card highlights that change implementation, gateway architecture, sandboxing, prompt-injection defense, monitoring, and scaling — with patterns from running Mythos-aware services.

Claude Code/2026-05-03Intermediate

How to Commit and Push via GitHub REST API When git CLI Fails in VM Environments

A practical guide to using GitHub REST API (blobs→trees→commits→refs) to push files when git CLI is blocked by index.lock, ownership errors, or permission issues in VM and sandbox environments.

Claude AI/2026-05-02Intermediate

Claude Mythos Explained — Understanding Anthropic's New Agent-Focused Product Through Its System Card

A deep dive into Claude Mythos, Anthropic's new sandboxed agent model. Covers the system card, sandbox architecture, comparison with general Claude models, and practical adoption scenarios.

API & SDK/2026-04-12Advanced

Claude Managed Agents Sandbox Design: Running Autonomous Agents Safely in Production

A deep dive into the sandbox architecture of Claude Managed Agents, with production-ready security patterns and implementation code for running autonomous agents safely.