@synkro-sh/cli 1.7.55 → 1.7.57

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
@@ -4826,7 +4826,7 @@ function writeConfigEnv(opts) {
4826
4826
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
4827
4827
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
4828
4828
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
4829
- `SYNKRO_VERSION=${shellQuoteSingle("1.7.55")}`
4829
+ `SYNKRO_VERSION=${shellQuoteSingle("1.7.57")}`
4830
4830
  ];
4831
4831
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
4832
4832
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
@@ -9078,7 +9078,7 @@ var args = process.argv.slice(2);
9078
9078
  var cmd = args[0] || "";
9079
9079
  var subArgs = args.slice(1);
9080
9080
  function printVersion() {
9081
- console.log("1.7.55");
9081
+ console.log("1.7.57");
9082
9082
  }
9083
9083
  function printHelp2() {
9084
9084
  console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synkro-sh/cli",
3
- "version": "1.7.55",
3
+ "version": "1.7.57",
4
4
  "description": "Catch risky code before your AI coding agent ships it. Reviews every edit and shell command with full context.",
5
5
  "type": "module",
6
6
  "bin": {