PulseAugur
EN
LIVE 16:01:40

Claude Code updates fork behavior to reduce subagent costs

Claude Code has introduced a new 'fork' subagent type that inherits the conversation and prompt cache, significantly reducing costs by allowing subsequent agents to read from the cache rather than re-processing the entire prompt. This change, effective in version 2.1.232, addresses the high token usage previously associated with starting subagents from scratch. The update also clarifies the distinction between the 'fork' concept in skill frontmatter, the '/fork' slash command (which now copies the conversation to a new background session), and the new 'fork' subagent type. AI

IMPACT Reduces operational costs for users of Claude Code's subagent functionality.

RANK_REASON Product update for a specific AI development tool.

Read on dev.to — Claude Code tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude Code updates fork behavior to reduce subagent costs

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Rulestack ·

    Claude Code fork vs subagent: what /fork, /subtask, and subagent_type: "fork" each copy

    <p>If you have ever delegated work to a Claude Code subagent and then looked at your usage, you have probably had the same reaction I did: <em>why did that cost so much for such a small job?</em></p> <p>The answer is that a plain subagent starts from nothing. It does not know wha…