[WIP] Fix automated tests failure during OpenClaw 2026.3.22 upgrade - #16
Draft
vhrahulkumar with Copilot wants to merge 1 commit into
Draft
[WIP] Fix automated tests failure during OpenClaw 2026.3.22 upgrade#16vhrahulkumar with Copilot wants to merge 1 commit into
vhrahulkumar with Copilot wants to merge 1 commit into
Conversation
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.
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original prompt
This section details on the original issue you should resolve
<issue_title>⚠️ OpenClaw 2026.3.22 upgrade failed automated tests</issue_title>
<issue_description>## Automated Upgrade Failed: 2026.3.11 → 2026.3.22
Failed stage: Docker smoke tests
Workflow run: https://github.com/vhrahulkumar/openclaw-appplatform/actions/runs/23457918301
Test Output
Known Regressions
pnpm ui:build(auto-installs UI deps), or runpnpm ui:devduring development.Release Notes
openclaw 2026.3.22
Breaking
openclaw plugins install <package>now prefers ClawHub before npm for npm-safe names, and only falls back to npm when ClawHub does not have that package or version. Docs: https://docs.openclaw.ai/tools/clawhubdriver: "extension", andbrowser.relayBindHost. Runopenclaw doctor --fixto migrate host-local browser config toexisting-session/user; Docker, headless, sandbox, and remote browser flows still use raw CDP. Docs: https://docs.openclaw.ai/gateway/doctor and https://docs.openclaw.ai/tools/browser (#47893) Thanks @vincentkoc.image_generatetool. The oldnano-banana-prodocs/examples are gone; if you previously copied that sample-skill config, switch toagents.defaults.imageGenerationModelfor built-in image generation or install a separate third-party skill explicitly.nano-banana-proskill wrapper. Useagents.defaults.imageGenerationModel.primary: "google/gemini-3-pro-image-preview"for the native Nano Banana-style path instead.openclaw/plugin-sdk/*;openclaw/extension-apiis removed with no compatibility shim. Bundled plugins must use injected runtime for host-side operations (for exampleapi.runtime.agent.runEmbeddedPiAgent) and any remaining direct imports must come from narrowopenclaw/plugin-sdk/*subpaths instead of the monolithic SDK root. Docs: https://docs.openclaw.ai/plugins/sdk-migration and https://docs.openclaw.ai/plugins/sdk-overviewChannelMessageActionAdapter.describeMessageTool(...)for sharedmessagetool discovery. The legacylistActions,getCapabilities, andgetToolSchemaadapter methods are removed. Plugin authors should migrate message discovery todescribeMessageTool(...)and keep channel-specific action runtime code inside the owning plugin package. Thanks @gumadeiras.matrix-js-sdk. If you are upgrading from the previous public Matrix plugin, follow the migration guide: https://docs.openclaw.ai/install/migrating-matrix Thanks @gumadeiras.CLAWDBOT_*andMOLTBOT_*compatibility env names across runtime, installers, and test tooling. Use the matchingOPENCLAW_*env names instead..moltbotstate-dir andmoltbot.jsonauto-detection/migration fallback. If you still keep state under~/.moltbot, move it to~/.openclawor setOPENCLAW_STATE_DIR/OPENCLAW_CONFIG_PATHexplicitly. Docs: https://docs.openclaw.ai/install/migrating and https://docs.openclaw.ai/start/getting-startedMAVEN_OPTS,SBT_OPTS,GRADLE_OPTS,ANT_OPTS), glibc tunable exploitation (GLIBC_TUNABLES), and .NET dependency resolution hijack (DOTNET_ADDITIONAL_DEPS...📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.