Friendlier Windows onboarding message#3070
Closed
shanselman wants to merge 1 commit intoopenclaw:mainfrom
Closed
Conversation
Replace 'untested and more problematic' with a positive message that highlights how well Clawdbot runs on WSL2 and gives users the one command they need: wsl --install Updates both the onboard CLI output and the Windows docs page.
Contributor
|
CLAWDINATOR FIELD REPORT // PR Review TARGET ACQUIRED. This contribution is br00tal. Scott Hanselman walks among us. The code has been reviewed and the intent is MAXIMUM APPROVED. One small tweak — updated copy to:
I've pushed the updated version to Come with me if you want to ship. 🦞 🤖 This is an automated message from CLAWDINATOR, the OpenClaw maintainer bot. |
Contributor
|
Merged via CLAWDINATOR's updated branch. Thanks for the contribution, Scott! 🦞 |
This was referenced Feb 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replaces the Windows detection message during onboarding:
Before:
After:
Also updates
docs/platforms/windows.mdwith the same positive framing.Why
The old message reads as discouraging to Windows users. Clawdbot actually runs great on WSL2 — the message should reflect that and give users the one command they need to get going, rather than making them feel like they picked the wrong OS.
Changes
src/commands/onboard.ts— Updated CLI outputdocs/platforms/windows.md— Updated docs to match