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 ·

Bridge session fetch now blocked for third-party providers

Bridge session fetches are now blocked outright for non-Anthropic providers

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.268,
You'll notice

Bridge session fetches are now blocked outright for non-Anthropic providers

What

The internal bridge_session_get helper, used to fetch a session over the bridge, now checks upfront whether the active provider is Anthropic itself (first-party). If it isn't, the fetch is refused immediately, returning session:null and logging a new telemetry reason (bridge_session_get_3p_provider). Separately, this helper gained a useV2 override option, so it no longer always derives whether to use the V2 path solely from isCcrV2SessionCrudEnabled.

Why

This stops session-fetch requests from going out to the bridge when a third-party provider is in use, rather than attempting a fetch that presumably wasn't meant to succeed in that setup.

See this entry in the whole of v2.1.268 →

Feedback