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 are now stripped from logs and error output

You'll notice
Useful3 Signal1
Secret Redaction

GitLab tokens are now masked in logs, and GitHub token matching covers one more prefix.

What

The scrubber that replaces secrets with <token> before anything is logged or reported now recognises GitLab tokens, and its GitHub rule was widened to catch one more prefix letter (gh[psour]_, previously gh[psou]_).

Details
  • Covers the glpat, gldt, glrt, glft, glsoat, gloas, glagent, glptt, glcbt, glimt and glffct prefixes, with or without the trailing 9-character checksum.
  • Applies everywhere the sanitiser runs, so pasted GitLab tokens in error text are redacted for everyone.
Evidence

/gl(?:pat|dt|rt|ft|soat|oas|agent|ptt|cbt|imt|ffct)-[A-Za-z0-9_=-]+(?:\.[0-9a-z]{9})?/g

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