@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.
Files changed (2) hide show
  1. package/cli.mjs +2 -0
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hywkp/test-openclaw-sider-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Official CLI for installing and connecting the chrome-openclaw-sider plugin",
5
5
  "license": "MIT",
6
6
  "type": "module",