@synkro-sh/cli 1.4.56 → 1.4.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
@@ -146,24 +146,12 @@ function installCCHooks(settingsPath, config) {
146
146
  type: "command",
147
147
  command: config.editPrecheckScriptPath,
148
148
  timeout: 30
149
- }
150
- ],
151
- [SYNKRO_MARKER]: true
152
- });
153
- settings.hooks.PreToolUse.push({
154
- matcher: "Edit|Write|MultiEdit|NotebookEdit",
155
- hooks: [
149
+ },
156
150
  {
157
151
  type: "command",
158
152
  command: config.cwePrecheckScriptPath,
159
153
  timeout: 30
160
- }
161
- ],
162
- [SYNKRO_MARKER]: true
163
- });
164
- settings.hooks.PreToolUse.push({
165
- matcher: "Edit|Write|MultiEdit|NotebookEdit",
166
- hooks: [
154
+ },
167
155
  {
168
156
  type: "command",
169
157
  command: config.cvePrecheckScriptPath,
@@ -5105,7 +5093,7 @@ function writeConfigEnv(opts) {
5105
5093
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
5106
5094
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
5107
5095
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
5108
- `SYNKRO_VERSION=${shellQuoteSingle("1.4.56")}`
5096
+ `SYNKRO_VERSION=${shellQuoteSingle("1.4.57")}`
5109
5097
  ];
5110
5098
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
5111
5099
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);