-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
Windows post-onboarding provider switch path is not discoverable #88373
Copy link
Copy link
Open
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Priority
None yet
Summary
On Windows, the post-onboarding provider switch path is not discoverable.
openclaw onboard --auth-choice <provider>implies the key prompt will appear, but the user must choose "Review and update" first. That dependency is not signposted.Environment
2026.5.27 (27ae826)v24.16.0Steps to reproduce
Expected result
The
--auth-choiceflag should route directly to the provider credential prompt, or the wizard should explicitly say:Actual result
No API key prompt appears unless the user knows to pick "Review and update". The correct path exists but is not discoverable from the flag name or wizard wording.
Impact
Low-to-medium onboarding friction. A beginner user will likely assume provider switching is unsupported or broken.
Suggested fix
--auth-choicedirectly to the relevant provider credential step when safe.Source
HeraldLabs beta QA report from Miriam Peter, 2026-05-30.