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

cd-tracking helper simplified, dropping the 'capped directory set' telemetry path

The working-directory tracker for cd/pushd/popd chains was simplified, dropping its telemetry-reporting branch

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

The working-directory tracker for cd/pushd/popd chains was simplified, dropping its telemetry-reporting branch

What

The internal helper that tracks the current working directory through a chain of cd, pushd, and popd commands (used to check permissions on subsequent commands) was simplified. It no longer takes an optional fourth parameter, and no longer reports whether it hit a "capped" directory-tracking limit or ended up in an "unresolved" state through a telemetry-adjacent callback. It now simply returns a deny result or nothing.

Why

This is an internal cleanup that removes a reporting path Claude Code no longer needs, without changing what a command chain that uses cd/pushd/popd is allowed or denied to do.

See this entry in the whole of v2.1.273 →