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.275 ·

Path-normalizing helpers no longer require a leading slash

Two path-normalizing helpers now accept relative paths, not just absolute ones

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.275,
You'll notice

Two path-normalizing helpers now accept relative paths, not just absolute ones

What

Two internal path-handling helper functions previously rejected any input that didn't start with a leading slash (/), returning null for relative paths. That restriction has been removed, so both functions now also process relative paths.

Why

This broadens where these helpers can be used, since they no longer fail outright on relative paths.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say which callers rely on these helpers or what effect processing relative paths has downstream.

See this entry in the whole of v2.1.275 →