You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add HTTP/HTTPS proxy support via undici ProxyAgent
Use undici's ProxyAgent + setGlobalDispatcher to inject proxy at
startup — all fetch calls go through it automatically without
touching any call site.
Proxy priority: HTTPS_PROXY > HTTP_PROXY > ALL_PROXY > config file.
Users can also persist via: mmx config set --key proxy --value URL
Supersedes #101, closes#96
0 commit comments