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

Window screenshots no longer trigger spurious "take a new screenshot" warnings

You'll notice
Useful2 Signal2
Computer Use

Window screenshots no longer produce bogus "take a new screenshot" warnings before clicks.

What

Before clicking, Claude normally re-captures a crop and compares it against the last screenshot, warning if the screen changed. Captures that carry the window frame size now skip that check outright, so the warning is never produced for them.

Details
  • Screenshots from the macOS app-scoped tools can now report the window's frame size separately from the captured image size, and percentage-to-pixel coordinate maths prefers the frame size when present.
  • No flag controls this; the check is skipped whenever the reference screenshot has a frame size.
  • The frame-size field does not exist in the previous build.
Evidence

Screen content at the target location changed since the last screenshot. Take a new screenshot before clicking.

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 →