An env var for a custom artifact viewer host is recognised but currently ignored.
CLAUDE_CODE_ARTIFACT_VIEWER_BASE_URL is recognised and URL building asks a resolver for the host, but that resolver returns nothing.
What's wrong with this entry?
CLAUDE_CODE_ARTIFACT_VIEWER_BASE_URL is a new recognised environment variable, and artifact URL parsing and building now ask a resolver for the viewer host instead of assuming claude.ai or the staging host. In this build that resolver has an empty body and returns nothing, so the variable is never read and URLs still resolve to the built-in hosts.
CLAUDE_CODE_ARTIFACT_VIEWER_BASE_URL
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.219
Remote Control now explains exactly which endpoint setting blocks it
Both mention base
-
v2.1.238
CLAUDE_CODE_ARTIFACT_SYNC_BASE_URLenv var for artifact syncBoth mention base