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.273 ·

New "strict" parked-permission answer lane defined but never selected

A new stricter permission-answer matching path exists in the code but isn't yet used

TierNothing to try yethow much it should matter to you
Useful4my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPermissionswhat it touches
KindIn Developmentin v2.1.273,
Nothing to try yet

A new stricter permission-answer matching path exists in the code but isn't yet used

What

Claude Code has a mechanism for "parking" a permission request (asking whether a tool can run) and later matching it up with the answer that comes back. A new, more conservative matching path called routeStrictAnswer has been added for this. It carefully re-checks the request ID, the specific tool call ID, the tool name, and that the tool call is still the most recent one before accepting an answer, rejecting mismatches for reasons like not_the_park, decided, tool_name_mismatch, or not_queued. This new path only runs when an internal setting is set to "strict", and nothing in this change actually turns that setting on.

Why

This is groundwork for tighter, less error-prone matching of permission answers to the right tool call, guarding against stale or mismatched approvals slipping through. Since nothing currently selects the "strict" mode, it has no visible effect yet.

See this entry in the whole of v2.1.273 →