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
Dual-key credential resolution: honours both MINIMAX_CN_API_KEY and MINIMAX_API_KEY env vars; the policy priority is MINIMAX_API_KEY > MINIMAX_CN_API_KEY.
__testing exports cover the credential parser, the raw HTTP helper, and the model-usage mapping so they can be unit-tested.
New tests/index.test.mjs exercises the credential priority and the ESM HTTP helper, plus a model-mapping test that asserts the raw apiKey is never returned to the UI.
README updated to describe the supported key names and the model usage widget.