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.108 Home All releases olderv2.1.107 v2.1.109newer
Claude Code v2.1.108

The permission rule wildcard syntax change from : to is the most impactful change for existing users. If you have custom permission rules in your settings files using the old syntax (e.g., Bash(git:)), the old format continues to work but new autocomplete suggestions and documentation now use the space-asterisk format (e.g., Bash(git )). Consider updating your rules to the new syntax for consistency.

The removal of the bundled Chalk template library and HTML5 tokenizer (parse5) from the CLI reduces the package size. These were replaced by lighter-weight alternatives or removed where unused.

See this entry in the whole of v2.1.108 →