Under the hood
The "Failed to save OAuth tokens" warning text was moved into a shared constant
What
The warning message "Failed to save OAuth tokens," shown when Claude Code can't save an OAuth authentication token, is now defined once as a shared constant instead of being written inline. It's still combined with the specific error detail when logged.
Why
This is a small internal cleanup with no change to what you see when a token save fails.