Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Cloud session creation now sends an explicit branchFromHead flag

Creating a cloud/remote session now explicitly tells the server whether to branch from HEAD instead of leaving it inferred

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindInternal Changesin v2.1.268,
Group of 2 Under the hood No documentation found

Creating a cloud/remote session now explicitly tells the server whether to branch from HEAD instead of leaving it inferred

What

When creating a remote (cloud) session, Claude Code now sends an explicit branchFromHead boolean alongside the existing branch and ref parameters. It is computed from whether a reuse-branch name or an explicit ref was given: if neither was provided, branchFromHead is set to indicate the session should branch from HEAD.

Why

Previously this behavior was left for the server to infer. Sending it explicitly makes cloud session creation more predictable and removes ambiguity about which branch a new session starts from.

Read from
Names in the bundlebranchFromHead

See this entry in the whole of v2.1.268 →

Feedback