Addressing Openclaw feedback#346
Open
sdevinenamd wants to merge 7 commits into
Open
Conversation
…odified lemonade pull and context size, sandboxing
Changed the context length from 190000 to 262144 and added a suggestion on the min required context length
superm1
reviewed
Jun 5, 2026
|
|
||
| Sandbox containers have **no network access** by default. See the [sandboxing reference](https://docs.openclaw.ai/gateway/sandboxing) for bind mounts and network overrides. | ||
|
|
||
| > To verify sandboxing is active, ask the agent to `run hostname` from the dashboard. If you see a short container ID instead of your machine's hostname, the sandbox is working. |
Collaborator
There was a problem hiding this comment.
Maybe we should move the gateway and dashboard launch above this because it's unclear whether to ask the openclaw agent from the CLI or from the UI
Collaborator
Author
There was a problem hiding this comment.
This needs to be done before launching the gateway/ dashboard, only then the Docker sandbox kicks in.
…troubleshooting step for Docker permission denied issue
Collaborator
|
can we clarify which quantization and the provider of the model? that was feedback I got from an internal tester |
Collaborator
|
also, after openclaw installation there was a message at the end recommending for the path to be updated - without this step the openclaw command was not found. We can consider adding this. |
Reduced the RAM requirement to 12GB VS community edition is not required so removed that prerequisite Documented the model details: provider and quant type Made the netsh single line Modified the JSON to reflect the already pulled model in WSL Moved Docker desktop installation to prerequisites so users will first do it Adding sandbox key is now one shot Moved the "If you’ve enabled sandboxing, you can verify it by asking the agent to run hostname from the dashboard. If you see a short container ID instead of your machine’s hostname, the sandbox is working" post agent onboarding 9. For token, there is a tip to fetch the token in case you lost it
ldokovic-personal
approved these changes
Jun 12, 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.
Addressed feedback: