fix: make requester bridge work on OpenClaw 2026.5#12
Open
COOLBGT wants to merge 2 commits into
Open
Conversation
42c8db8 to
e751993
Compare
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
cloudsigmaprovider path used by OpenClaw 2026.5.x while retaining staging/legacy aliases/tools/invokecalls using OpenClaw's expected{ name, arguments }shape, while retaining legacy{ tool, args }fields for compatibilityopenclaw.jsongateway token so a systemdTAAS_REQUESTER_LOCAL_GATEWAY_TOKENdrop-in is not required for standard installs0.5.2Why
Live E2E testing on OpenClaw 2026.5.7 showed the plugin loaded but did not attach to the real CloudSigma request path with the old provider id/aliases. After that was fixed, requester bridge tool execution reached the local Gateway but failed unless the Gateway token was manually injected into the service environment. The plugin should discover the local requester Gateway token from the existing OpenClaw config by default, with env vars kept as overrides.
Verification
npm testnpm run buildsession_statusand returned🦞 OpenClaw 2026.5.7 (eeef486)withlocal_tool_ok=1,bridge_outcome_ok=1,abort_count=0,unauth_count=0/tools/invokereturnedok=true; agent requester bridge test returned🦞 OpenClaw 2026.5.7 (eeef486)