mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-19 21:55:06 +00:00
Align the api-key-auth branch with main's new nested AuthController pattern and unified provider-setup-flow. The PR's original feature (direct model selection for API key users) is superseded by the new AuthDialog architecture which no longer exposes an API_KEY option. - Adopt main's nested auth: AuthController['actions'] in UIActionsContext - Use new provider-setup-flow (ALIBABA_MODELSTUDIO / THIRD_PARTY / CUSTOM) - Preserve ModelDialog's closeAuthDialog call and uiActions dependency - Add setAuthError(null) in closeAuthDialog callback - Adopt main's reasoning-effort preservation in config.handleModelChange - Remove duplicate closeAuthDialog in useAuth return object |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| vendor | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||