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

Reasoning

4 articles
Back to all tags
Related:
Extended Thinking2extended-thinking2Claude Code1Claude 41API1Claude API1Troubleshooting1Advanced1gemma-41claude1google1llm1
Claude Code/2026-05-05Advanced

Using Extended Thinking with Claude Code in 2026: A

A practical guide to using Claude 4's Extended Thinking feature with the Claude Code CLI and API. Learn how to set thinking budgets, handle streaming, and use it where it actually helps in production.

Claude AI/2026-04-25Advanced

When Extended Thinking 'Does Not Work': 7 Causes That Hide Behind the Same Symptom

When you turn on Extended Thinking but the response feels identical to before, the cause is usually one of seven distinct problems. This guide walks through how to diagnose each from the API, the chat UI, the SDK, and the model layer.

Claude AI/2026-04-14Intermediate

Gemma 4's Thinking Mode vs. Claude Extended Thinking: What's Actually Different

Gemma 4 introduced internal reasoning that generates 4,000+ tokens before answering. Here's how it compares to Claude Extended Thinking, what makes them different, and when to choose each.

API & SDK/2026-03-30Advanced

Claude Opus 4.6 Extended Thinking Production Patterns — Controlled Reasoning

Master production-grade patterns for Claude Opus 4.6's Extended Thinking: budget_tokens design, cost optimization, error handling, streaming integration, and reasoning chain verification.