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

Chrome connector repairs its own launcher permissions

You'll notice
Useful2 Signal1
Elsewhere

The Chrome launcher script is quoted properly and gets its executable permission repaired.

What

The small script Chrome uses to launch Claude is now written from a proper argument list, quoted for the platform (% doubled on Windows), and when the script already exists with the right contents its executable permission is reset to 0755 instead of being left broken.

Details
  • If the permission repair fails, it logs "[Claude in Chrome] Could not repair wrapper exec bit" rather than silently handing back a script that will not run.
Evidence

[Claude in Chrome] Could not repair wrapper exec bit:

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

See this entry in the whole of v2.1.242 →