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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Permission-request polling adds a "refused" bucket

Under the hood
Useful2 Signal3
Permissions

Pending permission requests now count a fifth outcome for messages refused before delivery.

What

The polled summary of pending permission requests now counts a fifth outcome, refused, alongside held, denied, expired and delivered. A helper that previously returned a long auto-reply hint for artifacts now returns just "discarded" or "refused".

Evidence

["held", "denied", "expired", "delivered", "refused"]

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.238 →