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

Bash command classification set consolidated (search/read/list)

Bash command classification for search/read/list commands was consolidated into one combined set

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

Bash command classification for search/read/list commands was consolidated into one combined set

What

Claude Code's logic for recognizing whether a bash command counts as a "search," "read," or "list" command (used for permission decisions) now draws from a single combined set built out of several smaller ones. One of those smaller sets specifically lists ls, tree, and du as list-type commands.

Why

Consolidating these lists makes the classification used for permission checks more consistent, since commands like ls, tree, and du are now explicitly grouped as list operations alongside the existing search and read categories.

See this entry in the whole of v2.1.267 →

Feedback