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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

GitLab tokens and the glab config file treated as secrets

You'll notice
Useful3 Signal2
Permissions

More GitLab token formats get redacted, and the glab config file is flagged as sensitive.

What

Secret redaction now catches more GitLab personal access token shapes, and the GitLab CLI config file joins GitHub's hosts.yml in the list of sensitive paths that command safety checks flag.

Details
  • The token pattern now allows = in the body and an optional nine-character dotted suffix: [A-Za-z0-9_=-]{20,}(?:\.[0-9a-z]{9})?.
  • The sensitive-path pattern now also matches .config/glab-cli/config.yml, alongside .config/gh/hosts.yml.
Evidence

\.config\/glab-cli\/config\.yml\b

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.232 →