Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Command allowlists can no longer widen during poll-event delivery

You'll notice
Useful3 Signal4
Permissions

Your always-allowed command list can no longer grow while an injected event is being delivered.

What

The permission context used when checking a tool call gained a flag that marks a poll-event or empty dispatch delivery. While it is set, the layers that would normally inject or replace the list of always-allowed commands leave the context untouched, so the allowlist cannot grow during that delivery.

Details
  • Applies on every build; no setting turns it on or off.
Evidence

pollEventDeliveryGuard

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.234 →