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

error

17 articles
Back to all tags
Related:
troubleshooting17claude-code11fix9automation3git2edit-tool2authentication2claude2api2timeout2shell1push1
Claude Code/2026-04-08Intermediate

Fix Claude Code Bash Tool Execution Errors — Timeouts, Permission Denied, and Truncated Output

Learn how to troubleshoot and fix Claude Code Bash tool errors including timeouts, Permission Denied, ENOENT, truncated output, and environment variable issues with step-by-step solutions.

API & SDK/2026-04-07Intermediate

How to Fix Claude API 429, 503 Errors and Timeouts: A Complete Troubleshooting Guide

Struggling with Claude API 429 rate limit errors, 503 service unavailable responses, or timeout failures? This guide covers root causes and step-by-step fixes including exponential backoff, concurrency control, and Tier upgrades.

Claude AI/2026-04-04Beginner

Claude Not Responding or Freezing — How to Tell the Cause Apart and Fix It

A diagnosis-first guide to Claude not responding or freezing. Learn to split the problem into browser-side and API-side, decide when to wait, reload, or fix your code — with timeout and retry examples included.

Claude Code/2026-03-29Beginner

Claude Code Not Working? Complete Troubleshooting Checklist — From Setup to Connection Issues

Getting started with Claude Code but nothing works? Commands fail, files aren't created, or you get connection errors. This beginner-friendly guide covers installation, configuration, common errors, and immediate fixes.

Claude Code/2026-03-26Beginner

Fixing ENOSPC Errors in Claude Code: A Hands-On Guide

ENOSPC errors in Claude Code and Cowork can stop your work cold. Drawing on the time I jammed my own four-site automation pipeline, here's how to find the cause, recover on the spot, and design so it never happens again.