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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

App locks block whole-screen actions, and a remote switch-off releases them

Not switched on
Useful2 Signal3
Computer Use

While Claude controls one app, whole-screen actions are refused until it releases the app.

App locking blocks screen-wide computer use, but availability rests on a host implementation absent here.

What

While the new per-app control holds a lock on an application, whole-screen computer-use actions are refused with a message telling the model to release the app first. Whether any of this is available is decided by the host program at runtime, not by a setting visible in the build.

Details
  • The tool router branches on the app-scoped tools, including app_release and the new request_full_control and release_full_control.
  • If the host provides app-scoped control but its enabled check returns false, any app-scoped call other than release drops the app lock, clears the stored screenshot and returns a feature_disabled error.
  • Sessions holding a lock report it in text beginning "This session is currently controlling ".
Evidence

This session is currently controlling

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →