Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

getProjectDirsUpToHome now stats candidate .claude dirs in parallel

The walk up to home for .claude directories now stats candidates in parallel instead of one at a time.

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

The walk up to home for .claude directories now stats candidates in parallel instead of one at a time.

getProjectDirsUpToHome, which walks up from the current directory to home collecting .claude subdirectories, now collects all candidate paths first and stats them concurrently via Promise.all, keeping only the ones that exist, instead of stating each one sequentially during the walk.

See this entry in the whole of v2.1.259 →

Feedback