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

Bug fix: variable mismatch in remote-control policy check

Bug fix: remote-control permission check was reading the wrong variable

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Bug fix: remote-control permission check was reading the wrong variable

What

The check for the allow_remote_control policy was rewritten as a switch statement over the correct, properly-scoped variable, replacing a reference to a different, apparently mistakenly-named variable that looks like it was a leftover typo or scoping bug.

Why

This fixes a bug that could have caused the remote-control permission check to evaluate against the wrong value, potentially misjudging whether remote control should be allowed.

See this entry in the whole of v2.1.267 →