@synkro-sh/cli 1.6.16 → 1.6.17

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
@@ -6649,7 +6649,7 @@ function writeConfigEnv(opts) {
6649
6649
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
6650
6650
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
6651
6651
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
6652
- `SYNKRO_VERSION=${shellQuoteSingle("1.6.16")}`
6652
+ `SYNKRO_VERSION=${shellQuoteSingle("1.6.17")}`
6653
6653
  ];
6654
6654
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
6655
6655
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
@@ -9316,7 +9316,7 @@ var args = process.argv.slice(2);
9316
9316
  var cmd = args[0] || "";
9317
9317
  var subArgs = args.slice(1);
9318
9318
  function printVersion() {
9319
- console.log("1.6.16");
9319
+ console.log("1.6.17");
9320
9320
  }
9321
9321
  function printHelp2() {
9322
9322
  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.6.16",
3
+ "version": "1.6.17",
4
4
  "description": "Catch risky code before your Claude Code agent ships it. Reviews every edit and shell command with full context.",
5
5
  "type": "module",
6
6
  "bin": {