@synkro-sh/cli 1.6.26 → 1.6.27

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
@@ -7532,7 +7532,7 @@ function writeConfigEnv(opts) {
7532
7532
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
7533
7533
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
7534
7534
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
7535
- `SYNKRO_VERSION=${shellQuoteSingle("1.6.26")}`
7535
+ `SYNKRO_VERSION=${shellQuoteSingle("1.6.27")}`
7536
7536
  ];
7537
7537
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
7538
7538
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
@@ -10200,7 +10200,7 @@ var args = process.argv.slice(2);
10200
10200
  var cmd = args[0] || "";
10201
10201
  var subArgs = args.slice(1);
10202
10202
  function printVersion() {
10203
- console.log("1.6.26");
10203
+ console.log("1.6.27");
10204
10204
  }
10205
10205
  function printHelp2() {
10206
10206
  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.26",
3
+ "version": "1.6.27",
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": {