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

CLAUDE_CODE_POLL_EVENTS gate simplified — extra guard conditions removed

CLAUDE_CODE_POLL_EVENTS alone can once again switch on poll-event delivery

TierUse it nowhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPoll Eventswhat it touches
KindImprovementsin v2.1.275,
Use it now Notable No documentation found

CLAUDE_CODE_POLL_EVENTS alone can once again switch on poll-event delivery

What

The function that decides whether Claude Code uses poll-based event delivery previously required two additional internal conditions to be true on top of the CLAUDE_CODE_POLL_EVENTS environment variable. Those extra conditions have been removed, so the function now only checks CLAUDE_CODE_POLL_EVENTS.

Why

This reverses a prior change that had required the SDK or streaming-input entry path to separately confirm that event ingress was wired before the environment variable would take effect. Now, setting CLAUDE_CODE_POLL_EVENTS is sufficient on its own again.

Read from
Names in the bundleCLAUDE_CODE_POLL_EVENTS

See this entry in the whole of v2.1.275 →

Feedback