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

Session keepalive heartbeat can now be 'parked on user' and skip sending

Session keepalive heartbeat can now be skipped entirely while 'parked on user'

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

Session keepalive heartbeat can now be skipped entirely while 'parked on user'

What

Claude Code's session keepalive mechanism (which periodically signals that a session is still active) now checks first whether the session is "parked on user" — a state waiting on the user. If so, it logs a debug event noting the reference count and parked state, and skips the normal heartbeat activity entirely.

Why

This avoids sending unnecessary keepalive signals while a session is simply waiting on the user, which should reduce needless background activity in that state.

See this entry in the whole of v2.1.265 →

Feedback