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_activity_parked_leaked warning added for leaked parked-on-user activity

Claude Code now logs a warning if session activity tracking leaks a 'parked on user' count

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 No documentation found

Claude Code now logs a warning if session activity tracking leaks a 'parked on user' count

What

Claude Code tracks internally when a session's activity is "parked" waiting on the user. A new warning, session_activity_parked_leaked, is now logged if the internal counter that tracks reasons for activity drops to zero while there's still a nonzero count of activity parked on the user. The leaked count is included in the warning, and an internal generation counter is bumped before the stale count is cleared.

Why

This is an internal consistency check, not a user-facing feature. It helps catch a bookkeeping bug where the app thinks it's still waiting on you when it shouldn't be, which could otherwise cause confusing hangs or stuck states.

Read from
Names in the bundlesession_activity_parked_leaked

See this entry in the whole of v2.1.265 →

Feedback