@matelink/cli 2026.4.8 → 2026.4.9

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/bin/matecli.mjs +1 -1
  2. package/package.json +1 -1
package/bin/matecli.mjs CHANGED
@@ -673,7 +673,7 @@ function buildGatewayWsUrl(base) {
673
673
  } else {
674
674
  parsed.protocol = "ws:";
675
675
  }
676
- parsed.pathname = "/";
676
+ parsed.pathname = "/v1/ws";
677
677
  parsed.search = "";
678
678
  parsed.hash = "";
679
679
  return parsed.toString();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matelink/cli",
3
- "version": "2026.4.8",
3
+ "version": "2026.4.9",
4
4
  "private": false,
5
5
  "description": "Relay-first CLI for pairing and bridging OpenClaw gateway traffic",
6
6
  "type": "module",