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

iOS app project detection gains a 'fresh' cache-bypass option and reports unknown separately

iOS app project detection gains a way to bypass its cache and treats 'unknown' like a cache miss

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaDev Intentwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

iOS app project detection gains a way to bypass its cache and treats 'unknown' like a cache miss

What

The internal helper that checks whether a project is an iOS app project was renamed and now accepts an options object with a fresh flag. Setting fresh clears the previously cached result before re-checking. It also now treats a has_ios_app_project result of null (unknown) the same as a null result, meaning both cases invalidate the cache rather than being treated as a settled answer.

Why

This lets Claude Code force a re-check of whether a project is an iOS app instead of always trusting a stale or inconclusive cached answer.

See this entry in the whole of v2.1.271 →