@agentprojectcontext/apx 1.77.2 → 1.77.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentprojectcontext/apx",
3
- "version": "1.77.2",
3
+ "version": "1.77.3",
4
4
  "description": "APX — unified CLI + daemon for the Agent Project Context (APC) standard.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,7 +20,10 @@
20
20
  import { randomUUID } from "node:crypto";
21
21
  import os from "node:os";
22
22
 
23
- const PAIRING_TTL_MS = 90_000;
23
+ // 90s was not enough for the real sequence: pick up the phone, unlock it,
24
+ // open the camera, scan, wait for the browser. Five minutes is still short
25
+ // enough that a nonce left on screen is not a standing invitation.
26
+ const PAIRING_TTL_MS = 5 * 60_000;
24
27
 
25
28
  // Reachable base URLs a device on the LAN can hit. When the daemon binds to
26
29
  // the wildcard (0.0.0.0/::) we enumerate non-internal IPv4s; when it binds to