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
- Add use_global_proxy field to Auth struct and auth files
- Prompt users for proxy preference during login flows
- Use provider-specific defaults (iFlow/Qwen: false, others: true)
- Maintain backward compatibility by defaulting to true for existing files
- Implement GlobalProxySetter interface for token storage
- Update proxy selection logic to respect use_global_proxy flag
This allows users to control proxy usage on a per-auth basis while
maintaining backward compatibility with existing auth files.
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: HustCoderHu <[email protected]>
0 commit comments