Environment variables set to an empty string now count as unset and use the default.
What's wrong with this entry?
Two environment-reading helpers changed so that a variable set to an empty string or to whitespace reads as absent and the default applies, rather than yielding an empty value.
- The Deno code path also gained the same fallback, which it was missing.
globalThis.Deno.env?.get?.(e)?.trim()
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.223
Invalid config dialog is now awaited before returning
Both mention configuration
-
v2.1.232
Corrupt config reporting now also fires from the storage repair path
Both mention configuration
-
v2.1.236
Reporting a corrupted config can no longer crash Claude Code
Both mention configuration