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

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaErrorswhat it touches
KindImprovementsin v2.1.268,
Group of 2 You'll notice

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.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhether this appears to users depends on server-side gates (`tengu_ranch_rc_shown`, `tengu_ranch_rc_link_shown`) that have not been read for…

See this entry in the whole of v2.1.268 →

Feedback