docs: align sandbox quickstart defaults#1439
Open
koriyoshi2041 wants to merge 1 commit into
Open
Conversation
|
@koriyoshi2041 is attempting to deploy a commit to the openhands Team on Vercel. A member of the Team first needs to authorize it. |
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.
HUMAN:
AGENT:
Docs-only change. I checked the changed markdown for trailing whitespace and searched the quickstart docs to confirm the old defaults were removed.
Why
A reviewer on #1428 suggested a follow-up PR to avoid creating both
projectsandProjectshost folders, and to avoid a fixed old Docker image tag in the quickstart.Summary
$HOME/Projectsas the host-side default for the Docker sandbox project directory in Unix and Windows quickstarts.ghcr.io/openhands/agent-canvas:latestinstead of the old fixed1.0.0-rc.11image tag./projects.Issue Number
Follow-up from review discussion in #1428.
How to Test
git diff --checkrg -n '\$HOME/projects|Join-Path \$HOME "projects"|agent-canvas:1\.0\.0-rc\.11' README.md README.windows.md || trueVideo/Screenshots
Not applicable; docs-only quickstart change.
Type
Notes
Risk is low. This only changes documented host defaults and image tag; it does not change the container's internal
/projectspath or runtime code.