@hywkp/test-openclaw-sider-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.mjs +2 -0
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -302,6 +302,8 @@ function runPairingLogin({ accountId }) {
|
|
|
302
302
|
const command = buildLoginCommand(accountId);
|
|
303
303
|
const args = command.slice(1);
|
|
304
304
|
|
|
305
|
+
log("Enabling Sider channel before pairing...");
|
|
306
|
+
configSet(accountConfigPath(accountId, "enabled"), true);
|
|
305
307
|
log("Plugin is ready. Starting Sider pairing...");
|
|
306
308
|
const result = runOpenclaw(args, { inherit: true });
|
|
307
309
|
if (!result.error && result.status === 0) {
|