@super-one/cli 0.53.9-alpha → 0.53.10-alpha

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/MANIFEST.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@super-one/cli",
3
- "version": "0.53.9-alpha",
3
+ "version": "0.53.10-alpha",
4
4
  "kind": "npm",
5
5
  "minNodeMajor": 20,
6
- "builtAt": "2026-08-16T08:21:23.732Z"
6
+ "builtAt": "2026-08-17T01:00:29.043Z"
7
7
  }
package/lib/cli.mjs CHANGED
@@ -18770,11 +18770,20 @@ var init_types2 = __esm({
18770
18770
  }
18771
18771
  });
18772
18772
 
18773
+ // ../../packages/shared/src/platform-registry/relay-identify.ts
18774
+ var init_relay_identify = __esm({
18775
+ "../../packages/shared/src/platform-registry/relay-identify.ts"() {
18776
+ "use strict";
18777
+ init_protocols();
18778
+ }
18779
+ });
18780
+
18773
18781
  // ../../packages/shared/src/platform-registry/capabilities.ts
18774
18782
  var init_capabilities2 = __esm({
18775
18783
  "../../packages/shared/src/platform-registry/capabilities.ts"() {
18776
18784
  "use strict";
18777
18785
  init_protocols();
18786
+ init_relay_identify();
18778
18787
  }
18779
18788
  });
18780
18789
 
@@ -18862,6 +18871,7 @@ var init_relay_discovery = __esm({
18862
18871
  "use strict";
18863
18872
  init_model_tasks();
18864
18873
  init_protocols();
18874
+ init_relay_identify();
18865
18875
  CANONICAL_CATALOG_PROVIDERS = ["openai", "anthropic", "google"];
18866
18876
  FIRST_PARTY_CATALOG_PROVIDERS = /* @__PURE__ */ new Set([
18867
18877
  ...CANONICAL_CATALOG_PROVIDERS,
@@ -19897,6 +19907,7 @@ var init_platform_registry = __esm({
19897
19907
  init_capabilities2();
19898
19908
  init_merge();
19899
19909
  init_relay_discovery();
19910
+ init_relay_identify();
19900
19911
  init_effective_endpoints();
19901
19912
  init_builtin();
19902
19913
  }
@@ -61410,8 +61421,8 @@ import { fileURLToPath } from "node:url";
61410
61421
  function resolveCliReleaseVersion() {
61411
61422
  const fromEnv = process.env.SUPERONE_CLI_VERSION?.trim();
61412
61423
  if (fromEnv) return fromEnv;
61413
- if ("0.53.9-alpha".trim()) {
61414
- return "0.53.9-alpha".trim();
61424
+ if ("0.53.10-alpha".trim()) {
61425
+ return "0.53.10-alpha".trim();
61415
61426
  }
61416
61427
  const fromDist = readDistManifestVersion();
61417
61428
  if (fromDist) return fromDist;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-one/cli",
3
- "version": "0.53.9-alpha",
3
+ "version": "0.53.10-alpha",
4
4
  "description": "SuperOne headless node CLI — remote execution environment (RPC, workspaces, sessions).",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",