Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Owner
Author
|
Superseded by openclaw#28, which correctly targets the upstream repository. |
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 Problem This Solves
The packaged Windows Gateway needs to report the session mode selected by its launcher without giving the Gateway any ability to change, disable, or escape that isolation boundary. It also needs an obvious Control UI surface rather than relying on the generic plugin inventory.
Why This Change Was Made
CLAWCTL_GATEWAY_ISOLATION, with the exact valuesenabledanddisabled.dist/extensionsdirectory and asks the selected OpenClaw runtime to verify that the bundled plugin loads with exactly one HTTP route and no capability surfaces. This also rejects incompatible manualopenclaw_refoverrides.User Impact
The Control sidebar shows Gateway Isolation with Reported Gateway Isolation: Enabled or Disabled, plus the approved Change with CLI guidance. The current interactive-user-session launcher path truthfully reports
disabled; a future isolated agent-session launcher can pass the typedEnabledmode without changing the plugin.This is diagnostic reporting only. It does not claim cryptographic attestation or independently verify the security boundary.
Evidence
2026.8.2payload: built successfully with 36,777 files / 785.8 MiBA direct rendered disabled-state screenshot is attached below. A full Control shell screenshot was not feasible with the available successful upstream artifact: its Control UI and Gateway builds had different build timestamps despite sharing the same commit, so the Gateway rejected the client build with close code 4008 and forced a reload. The plugin itself loaded and its authenticated route rendered successfully.