0886938694
The IIFE approach that injected httpsAgent into the request config caused "Converting circular structure to JSON" when the CLOB client serialized the config object (HttpsProxyAgent has circular refs). New approach: register an axios request interceptor after the axios import. This is simpler (no need to find request config patterns), works with any code format, and avoids serialization issues since axios handles httpsAgent internally after interceptors run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>