openclaw/src/agents/auth-profiles
pomelo dad68d319b
Remove Qwen OAuth integration (qwen-portal-auth) (#52709)
* Remove Qwen OAuth integration (qwen-portal-auth)

Qwen OAuth via portal.qwen.ai is being deprecated by the Qwen team due
to traffic impact on their primary Qwen Code user base. Users should
migrate to the officially supported Model Studio (Alibaba Cloud Coding
Plan) provider instead.

Ref: https://github.com/openclaw/openclaw/issues/49557

- Delete extensions/qwen-portal-auth/ plugin entirely
- Remove qwen-portal from onboarding auth choices, provider aliases,
  auto-enable list, bundled plugin defaults, and pricing cache
- Remove Qwen CLI credential sync (external-cli-sync, cli-credentials)
- Remove QWEN_OAUTH_MARKER from model auth markers
- Update docs/providers/qwen.md to redirect to Model Studio
- Update model-providers docs (EN + zh-CN) to remove Qwen OAuth section
- Regenerate config and plugin-sdk baselines
- Update all affected tests

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

* Clean up residual qwen-portal references after OAuth removal

* Add migration hint for deprecated qwen-portal OAuth provider

* fix: finish qwen oauth removal follow-up

---------

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: Frank Yang <frank.ekn@gmail.com>
2026-03-26 16:32:34 +08:00
..
constants.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
credential-state.test.ts
credential-state.ts
display.test.ts refactor(auth): separate profile ids from email metadata 2026-03-25 04:24:46 -07:00
display.ts refactor(auth): separate profile ids from email metadata 2026-03-25 04:24:46 -07:00
doctor.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
external-cli-sync.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
identity.ts refactor(auth): separate profile ids from email metadata 2026-03-25 04:24:46 -07:00
oauth.fallback-to-main-agent.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
oauth.openai-codex-refresh-fallback.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
oauth.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
oauth.ts fix: restore provider runtime lazy boundary 2026-03-23 09:24:20 +00:00
order.test.ts
order.ts
paths.ts
profiles.ts
repair.ts refactor(auth): separate profile ids from email metadata 2026-03-25 04:24:46 -07:00
session-override.test.ts
session-override.ts perf(inbound): narrow reply startup imports (#51943) 2026-03-21 18:18:41 -07:00
state-observation.test.ts
state-observation.ts
store.ts fix(auth): prevent stale auth store reverts (#53211) 2026-03-23 15:56:46 -07:00
types.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
upsert-with-lock.ts
usage.test.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
usage.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00