alink-cli 0.1.2 → 0.1.3

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/dist/daemon.js +1 -1
  2. package/package.json +1 -1
package/dist/daemon.js CHANGED
@@ -4742,7 +4742,7 @@ function connect2() {
4742
4742
  failures = 0;
4743
4743
  armPingWatchdog();
4744
4744
  console.log(`[daemon] hub says hello (protocol v${msg.v}, hub ${msg.hubVersion ?? "?"})`);
4745
- send(ws, { type: "register", hostname: hostname(), daemonVersion: ownVersion(), dirs: DIRS, agents });
4745
+ send(ws, { type: "register", hostname: hostname(), daemonVersion: ownVersion(), dirs: DIRS, agents, e2e: CRED.enckey !== void 0 });
4746
4746
  console.log(`[daemon] registered. Waiting for work pushed from the hub...`);
4747
4747
  if (printedLink) return;
4748
4748
  printedLink = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alink-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "一条命令把工作机接入 AgentLink,随时随地遥控本机的编码 agent。One command to link your machine to AgentLink and control your coding agents from anywhere.",
5
5
  "license": "MIT",
6
6
  "repository": {