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

App relaunch flow split into two steps calling execRelaunch

The app's relaunch process was refactored into a two-step call chain

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.271,
Under the hood

The app's relaunch process was refactored into a two-step call chain

What

The code path that restarts the Claude Code app now runs in two steps: it first runs a given callback, then loads a module and triggers the restart through a function that calls execRelaunch(). Previously this was done through a more direct import.

Why

This is an internal restructuring of how the app relaunches itself; it should not change what a user sees when the app restarts.

See this entry in the whole of v2.1.271 →

Feedback