Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Path/id normalization simplified and macOS-specific NFC handling

Path/id matching now normalizes text, with extra Unicode handling on macOS

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Path/id matching now normalizes text, with extra Unicode handling on macOS

What

A helper used to find an item by matching its id case-insensitively against a list has been replaced with a function that runs the input through a normalization step, and on macOS specifically also applies Unicode NFC normalization (a standard way of representing accented and composed characters consistently).

Why

This should make id and path matching more reliable on macOS, where the filesystem can represent the same text using different underlying Unicode byte sequences, causing otherwise-identical names to fail to match.

See this entry in the whole of v2.1.269 →