fix(qa): preserve gateway cli auth in no-fork rpc path

This commit is contained in:
Vincent Koc
2026-04-07 12:48:52 +01:00
committed by Peter Steinberger
parent e7538b4499
commit f312d6c106
4 changed files with 116 additions and 159 deletions

View File

@@ -1,7 +1,7 @@
export type { Command } from "commander";
export type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/core";
export { definePluginEntry } from "openclaw/plugin-sdk/core";
export { GatewayClient } from "openclaw/plugin-sdk/gateway-runtime";
export { callGatewayFromCli } from "openclaw/plugin-sdk/browser-node-runtime";
export {
buildQaTarget,
createQaBusThread,