CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

Security

21 articles
Back to all tags
Related:
Claude Code7production6Automation5claude-code3Claude3API3Permissions2mcp2Claude API2API Keys2Trusted Devices2api-key2
Claude Code/2026-05-12Intermediate

Accidentally Committed API Keys to Git — Emergency Response with Claude Code

Step-by-step emergency guide for when you accidentally commit .env API keys to git. Covers immediate key rotation, removing secrets from git history with Claude Code, and preventing it from happening again.

Claude Code/2026-04-25Advanced

Secret Management and Trust Boundaries for Claude Code — A Production Guide for the Agent Era

A field-tested approach to secrets in a Claude Code workflow: trust-boundary modeling, three injection patterns, leak-prevention hooks, and rotation runbooks — with working code for .env, MCP, and OS Keychain integrations.

API & SDK/2026-04-23Advanced

Production Prompt-Injection Defense for the Claude API — Detection, Sanitization, and Layered Guardrails

A practical, code-first design guide for defending Claude API applications against prompt injection — covering input sanitization, channel separation, output validation, and red-teaming for long-term safety.

Claude Code/2026-04-13Intermediate

Claude Code Tool Permissions: Custom Allow/Deny Policies

Learn how to control Claude Code tool permissions with allowedTools, disallowedTools, and settings.json. Includes project-specific permission patterns for frontend, backend, and read-only review 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.

API & SDK/2026-04-10Advanced

Designing Production Architecture for Claude Managed Agents — Sandboxed Execution, Persistent Memory, Credential Management, and Cost Optimization Patterns

A practical guide to designing production-grade architectures with Claude Managed Agents. Covers sandboxed execution, persistent memory, credential management, multi-agent orchestration, and cost optimization.

API & SDK/2026-04-09Advanced

Claude API × Electron: Production Desktop AI Apps — Secure Key Storage, Streaming, Auto-Updates, and Monetization

A complete guide to shipping production-ready Electron apps powered by Claude API. Covers secure API key storage with keytar, IPC architecture for streaming, offline resilience, electron-updater auto-updates, and monetization strategies from trial to paid.

API & SDK/2026-04-05Advanced

MCP Server Production Deployment, Security, and Monetization — Your Roadmap to Launching MCP as a SaaS

Deploy and monetize MCP servers: OAuth 2.0 auth, rate limiting, Stripe billing, CI/CD, and Cloudflare Workers — TypeScript patterns included.

Claude Code/2026-04-03Advanced

Claude Code × Terraform: Complete AWS Infrastructure Automation Guide — Design, Generation, Security Auditing, and Cost Optimization

Combine Claude Code with Terraform to automate AWS infrastructure — IaC generation, security auditing, cost estimation, and drift detection in one AI workflow.