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

Computer use refuses to confirm saves into protected locations on macOS

You'll notice
Useful3 Signal3
Computer Use

While driving a Mac app, Claude refuses to confirm saves into sensitive startup or ssh files.

What

When Claude is driving a Mac app and a save sheet is open, several actions are now refused: putting a path or a shell-startup, ssh or launch-agent file name in the file-name box, pressing Return in the Go-to-Folder box, dragging or holding a press while the sheet is up, and typing into a window that is editing a protected document.

Details
  • All refusals report save_panel_restricted, a reason code that does not exist in the previous build.
  • Return in Go-to-Folder is refused as unverifiable, since the destination cannot be checked before it commits.
  • Navigation shortcuts still work in a window editing a protected document; only text entry is blocked.
  • The checks run on macOS and depend on the host being able to inspect the open sheet and the document being edited.
Evidence

save_panel_restricted

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 →