1e36185b70
1. credential_pool._seed_from_env() now calls _resolve_kimi_base_url() for kimi-coding provider, matching the runtime resolver logic. Previously, sk-kimi- prefixed keys were seeded with the default moonshot.ai URL, causing 401 on first request. Fixes #5561. 2. Hermes-native PKCE OAuth login (run_hermes_oauth_login_pure) now tries platform.claude.com first with console.anthropic.com fallback, consistent with refresh_anthropic_oauth_pure(). The old _OAUTH_TOKEN_URL constant hardcoded console.anthropic.com only.