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

Settings alias handling gains an explicit 'unset via null' mode

Setting a renamed settings key's old alias to null can now explicitly reset it instead of just being dropped

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSettingswhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Setting a renamed settings key's old alias to null can now explicitly reset it instead of just being dropped

What

Some settings keys have both a current name and an older alias. Previously, setting the alias to null had one behavior. Now, when a special mode called loneNullAlias === 'rename' applies and the current (canonical) key has no value set, setting the alias to null is treated as an explicit reset: Claude Code writes null onto the canonical key before removing the alias. In other cases, the alias is just dropped as before.

Why

This lets a null on an old setting name still express 'clear this setting' after it has been renamed, instead of that intent getting lost.

See this entry in the whole of v2.1.277 →