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

troubleshooting

98 articles
Back to all tags
Related:
claude-code34Claude Code19error17fix12git9api9billing7automation6claude-api5MCP5timeout5hooks4
Claude Code/2026-05-10Intermediate

Why Claude Code's Glob and Grep Return Zero Results

When Claude Code's Glob or Grep tool returns no matches even though the files clearly exist, the cause is almost always one of four things. Here's how to triage.

Cowork/2026-05-06Intermediate

Claude in Chrome Not Working? A Practical Troubleshooting Guide

Buttons that do nothing, pages that never load, tasks that report success but change nothing. Symptom-by-symptom fixes, plus the 42-run log where adding waits and verification steps moved completion from 62% to 95%.

Claude AI/2026-05-05Beginner

Claude Keeps Making the Same Mistake — Why Corrections Don't Stick and How to Fix It

Why Claude repeats mistakes even after correction, and how to make your instructions stick permanently using Projects, custom prompts, and smarter conversation design.

Claude Code/2026-05-05Advanced

Claude Code MCP Connection Troubleshooting: A Complete Diagnostic Guide

A systematic approach to diagnosing MCP server failures in Claude Code—from config file validation to transport-layer debugging, crash recovery, and multi-server production patterns.

Claude Code/2026-05-05Intermediate

5 Common Claude Code Errors and How to Fix Them

A practical guide to the five most common Claude Code errors—Permission denied, rate limits, MCP connection failures, context overflow, and bash failures—with real causes and fixes for each.

Claude Code/2026-05-05Beginner

MCP Server Suddenly Stopped Working in Claude Code: A 5-Step Diagnosis Guide

Five steps for diagnosing a broken MCP server: check /mcp status, read stderr logs, validate JSON config, verify auth tokens, and restart Claude Code cleanly.

API & SDK/2026-05-04Intermediate

Claude API stop_sequences Not Working — 5 Things to Check Before You Give Up

Diagnose why your Claude API stop_sequences parameter isn't halting generation as expected. Practical breakdown of token boundaries, whitespace mismatches, Tool Use interactions, and streaming pitfalls — with copy-paste code examples.

Cowork/2026-05-04Advanced

Why Cowork Scheduled Tasks Stop Mid-Run and How to Recover

Diagnose Cowork scheduled task failures using measured exit codes and real error output — why safe.directory delays failure instead of fixing it, how to pick a writable root before cloning, and how to structure logs with reason codes.

API & SDK/2026-05-04Beginner

7 Common Errors When Getting Started with Claude API in Python (With Fixes)

A practical troubleshooting guide covering the 7 most common errors Python developers hit when starting with the Claude API SDK — from AuthenticationError and RateLimitError to response parsing mistakes and streaming pitfalls.

Claude AI/2026-05-04Intermediate

How to Fix the "Tool Result Could Not Be Submitted" Error in Claude

A practical guide to diagnosing and fixing the "tool result could not be submitted" error in Claude's tool use API, based on real development experience.

Claude Code/2026-05-03Beginner

How to Diagnose and Fix Claude Code Network and Connection Errors in 5 Minutes

A systematic guide to diagnosing network and connection errors in Claude Code. Understand what common error messages mean, and follow a step-by-step flow to pinpoint the root cause within 5 minutes.

Claude Code/2026-05-02Intermediate

Claude Code Stops Mid-Execution: Complete Diagnostic Guide

Diagnose why Claude Code freezes or stops mid-task. Covers context budget exhaustion, unresponsive subagents, infinite loops, and tool timeouts with actionable fixes for each scenario.