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

New session-initiator / wakeup-source telemetry categories

New telemetry categories record why and how a session was started or woken up

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

New telemetry categories record why and how a session was started or woken up

What

Claude Code now records, in telemetry, a category explaining what triggered a session to start. The options include:

  • user
  • scheduled-task
  • sleep-auto-resume
  • quit-auto-resume
  • remote-restart-auto-resume
  • ci-monitor
  • dispatch
  • side-session-brief
  • side-session-start
  • side-session-wake
  • other

A separate wakeup_source field records whether a wakeup came from loop_wakeup or schedule_wakeup.

Why

This gives more detailed visibility into how sessions get started or resumed, whether by a person, a scheduled task, auto-resume after sleep or a quit, or other automated triggers.

See this entry in the whole of v2.1.280 →

Feedback