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.