You'll notice
Logging out now also revokes and cleans up enterprise gateway authentication state
What
When logging out, if the current authentication method is an enterprise gateway, Claude Code now waits up to 5 seconds for any in-flight gateway calls to finish, invalidates the cached credentials, and looks up the stored gateway configuration to run a cleanup step on it before continuing with the rest of logout.
Why
This ensures logging out fully revokes enterprise gateway credentials instead of leaving stale gateway auth state behind, and avoids cutting off requests that were already in progress.