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 ·

Audio playback: per-session play-count cap removed, only concurrency cap remains

Audio playback no longer caps the total number of plays per session, only how many can play at once

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

Audio playback no longer caps the total number of plays per session, only how many can play at once

What

The $.audio.play helper used to enforce two limits: a total number of plays allowed per session, and a limit on how many sounds could play at the same time. The per-session total-plays cap has been removed, along with its internal tracking. Only the concurrent-plays limit remains.

Why

Sounds that were previously refused after a session played too many of them will now keep playing, as long as too many aren't overlapping at once.

See this entry in the whole of v2.1.275 →