feat: OpenClaw via SDK update - #8
Merged
Merged
Conversation
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
mislavivanda
force-pushed
the
feat/openclaw-update
branch
from
July 29, 2026 13:44
44db4ce to
fda5e6a
Compare
There was a problem hiding this comment.
Review completed against the latest diff
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…idation Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
There was a problem hiding this comment.
All reported issues were addressed across 2 files (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 by cubic
Updates the OpenClaw example to
@daytona/sdkv0.201.0 and runs the gateway on loopback behind an in-sandbox local pairing proxy. Previews are safer by default (private sandbox, token in URL fragment), and startup is hardened with readiness checks, duplicate-start protection, port validation, and failure cleanup.New Features
LOCAL_PROXY_PORTviasrc/local-pairing-proxy.cjsto strip forwarding headers and auto-approve local pairing after token auth.gateway.controlUi.allowedOrigins.#token=); the Control UI reads and clears it. Private sandbox requires Daytona sign-in.MAKE_PUBLIC=false,PERSIST_SANDBOX=true, modelanthropic/claude-sonnet-4-6. README notesLOCAL_PROXY_PORT.Bug Fixes
PERSIST_SANDBOX=trueto avoid stragglers.Written for commit b447108. Summary will update on new commits.