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

apply_flag_settings dispatch bug fixed

Fixed a bug that likely prevented apply_flag_settings events from ever firing

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaInternalswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Fixed a bug that likely prevented apply_flag_settings events from ever firing

What

The engine's event loop now checks the type of the actual event being processed when handling apply_flag_settings, instead of checking an unrelated variable. This fixes a bug where the branch that applies flag settings likely never triggered.

Why

This ensures flag settings sent via apply_flag_settings events are actually applied instead of silently being skipped.

See this entry in the whole of v2.1.269 →