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 ·

New "verification required" error message with tracking

A 403 verification_required API error now shows a dedicated message to users, with telemetry for when it and its link are shown

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

A 403 verification_required API error now shows a dedicated message to users, with telemetry for when it and its link are shown

What

Claude Code now recognizes a specific kind of 403 error response from the API: one whose body indicates error.type: 'permission_error' with details.error_code: 'verification_required'. Instead of falling through to a generic error message, this is turned into a distinct verification_required error result that shows the server-provided message directly to the user.

Two new telemetry events, tengu_ranch_rc_shown and tengu_ranch_rc_link_shown, were added and fire when this verification-required message (and, separately, its link) are shown. The tengu_ranch_rc_shown event only fires the first time this happens.

Why

This gives users a clear, specific explanation when their account or request needs verification, instead of a generic error, and lets Claude Code track how often users encounter this situation.

See this entry in the whole of v2.1.268 →

Feedback