Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Policy-limits fetch now tracks whether the account/principal changed mid-request

Policy-limits requests now record whether the logged-in account changed mid-request

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPolicy Limitswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Policy-limits requests now record whether the logged-in account changed mid-request

What

The internal request that fetches policy limits (rules about what an account is allowed to do) now records three extra pieces of information on every outcome, whether it succeeds, returns unchanged data, fails to parse, or errors out: which account was active when the request was sent, which account was being asked about, and whether the account changed between the start and end of the request.

Why

This is internal bookkeeping that helps distinguish a genuine policy problem from a case where the user switched accounts mid-request, which is not something end users will directly see.

See this entry in the whole of v2.1.271 →