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
Fix remote config validation rejecting configs that use proxy-providers — Configs referencing proxy-groups supplied by proxy-providers were rejected during import with errors like "proxy group: '…' not found", because the pre-validation performed full semantic checks before providers were fetched. Switched remote config verification to lightweight YAML-only validation; full validation still occurs when the config is loaded by the core. Fixes #12