docs(quickstart): keep sandbox name examples consistent#5675
Closed
WilliamK112 wants to merge 1 commit into
Closed
docs(quickstart): keep sandbox name examples consistent#5675WilliamK112 wants to merge 1 commit into
WilliamK112 wants to merge 1 commit into
Conversation
Signed-off-by: WilliamK112 <164879897+WilliamK112@users.noreply.github.com>
Contributor
|
✨ Thanks for the proposed fix addressing the sandbox name inconsistency in the quickstart guide. This proposes a way to align the terminal connect example with the review summary and install output by using my-gpt-claw throughout. Related open issues: |
miyoungc
approved these changes
Jun 23, 2026
Collaborator
|
Thanks for the docs fix. Before this can land, please work through the GitHub Verified commit requirement for the commit on this PR. The contributor guides cover this requirement as well, so please use those steps to make sure the PR history shows properly verified commits. Since force-push is not allowed, you'd need to create a new PR. |
14 tasks
Contributor
Author
|
Closing in favor of #5723, which contains the same docs-only fix rebuilt on GitHub Verified signed commits as requested. |
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.
Summary
Keeps the OpenClaw quickstart sandbox name consistent by using
my-gpt-clawin the terminal chat example, matching the review summary and install output shown earlier on the page.Related Issue
Addresses #5631 item 2.
Changes
my-gpt-clawis the example sandbox name and should be replaced with the user's own onboarding sandbox name.connectexample frommy-assistanttomy-gpt-claw.Type of Change
Testing
npx prek run --all-filespasses (or equivalentlymake check).npm testpasses.make docsbuilds without warnings. (for doc-only changes)Targeted docs check run:
npm run docscompleted with 0 errors and 2 existing Fern warnings reported without details by default.Checklist
General
Doc Changes
npm run docs.Signed-off-by: WilliamK112 164879897+WilliamK112@users.noreply.github.com