qwen-code/packages/cli
qwen-code-dev-bot 7e415ceff5 merge: resolve conflicts between api-key-auth PR and provider-setup-flow architecture
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
2026-07-07 11:26:46 +00:00
..
src merge: resolve conflicts between api-key-auth PR and provider-setup-flow architecture 2026-07-07 11:26:46 +00:00
index.ts fix(cli): add bootstrap fast paths (#6188) 2026-07-02 22:28:11 +00:00
package.json chore(release): v0.19.6 (#6280) 2026-07-03 16:37:54 +00:00
test-setup.ts perf(cli): code-split lowlight to cut startup V8 parse cost (#4070) 2026-05-15 17:26:18 +08:00
tsconfig.json feat(cli): Add daemon-managed channel worker for serve --channel (#6031) 2026-07-01 01:40:54 +00:00
vitest.config.ts fix(serve): optimize daemon NDJSON stream handling (#6263) 2026-07-03 15:27:28 +00:00