@synkro-sh/cli 1.7.66 → 1.7.68

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/dist/bootstrap.js CHANGED
@@ -132,7 +132,7 @@ function getIdentity() {
132
132
  if (cached2) return cached2;
133
133
  let cliVersion = "0.0.0";
134
134
  try {
135
- cliVersion = "1.7.66";
135
+ cliVersion = "1.7.68";
136
136
  } catch {
137
137
  }
138
138
  const creds = loadCredentialsIdentity();
@@ -6310,7 +6310,7 @@ async function promptDeployLocation(current = "local") {
6310
6310
  rl.question(
6311
6311
  `Where should Synkro run?
6312
6312
  local \u2014 a grading container on this machine (Docker)
6313
- cloud \u2014 a private container hosted by Synkro (Cloudflare)
6313
+ cloud \u2014 a private container hosted by Synkro
6314
6314
  Both use your own Claude key. Choose [${current}] / ${other}: `,
6315
6315
  (answer) => {
6316
6316
  rl.close();
@@ -6467,7 +6467,7 @@ function writeConfigEnv(opts) {
6467
6467
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle2(credsPath)}`,
6468
6468
  `SYNKRO_TIER=${shellQuoteSingle2(safeTier)}`,
6469
6469
  `SYNKRO_INFERENCE=${shellQuoteSingle2(safeInference)}`,
6470
- `SYNKRO_VERSION=${shellQuoteSingle2("1.7.66")}`
6470
+ `SYNKRO_VERSION=${shellQuoteSingle2("1.7.68")}`
6471
6471
  ];
6472
6472
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle2(safeSynkroBin)}`);
6473
6473
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle2(safeUserId)}`);
@@ -7127,7 +7127,7 @@ async function installCommand(opts = {}) {
7127
7127
  await setTelemetryState({ enabled: true, remoteFlushEnabled: telemetryConsent });
7128
7128
  emit("install", {
7129
7129
  phase: "started",
7130
- cli_version_to: "1.7.66",
7130
+ cli_version_to: "1.7.68",
7131
7131
  agents_detected: agents.map((a) => a.kind),
7132
7132
  with_github: false,
7133
7133
  with_local_cc: false,
@@ -11016,7 +11016,7 @@ var subArgs = args.slice(1);
11016
11016
  var isDetachedChild = process.env.SYNKRO_TELEMETRY_DETACHED === "1";
11017
11017
  var FLUSH_SKIP = /* @__PURE__ */ new Set(["grade", "version", "--version", "-v", "help", "--help", "-h", ""]);
11018
11018
  function printVersion() {
11019
- console.log("1.7.66");
11019
+ console.log("1.7.68");
11020
11020
  }
11021
11021
  function printHelp2() {
11022
11022
  console.log(`Synkro CLI \u2014 runtime safety for AI coding agents