SDK hosts can say a credential is unchanged so Claude Code fails fast instead of retrying.
What's wrong with this entry?
The getHostAuthToken control response gains an optional materialUnchanged boolean. It is only consulted when authToken is null, meaning the credential was delivered out of band; setting it true tells Claude Code to fail fast instead of backing off and retrying.
- The CLI-side handler now passes an object result straight through rather than always wrapping the returned value as
{ authToken }.
materialUnchanged is only consulted when authToken is null (out-of-band delivery)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.