@synkro-sh/cli 1.4.13 → 1.4.14

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
@@ -4205,7 +4205,7 @@ tmux kill-session -t "$SESSION" 2>/dev/null || true
4205
4205
  # this, the grader's own tool calls would re-trigger synkro grading,
4206
4206
  # causing recursion / deadlock with the same channel session.
4207
4207
  tmux new-session -d -s "$SESSION" \\
4208
- "claude --dangerously-load-development-channels server:synkro-local --dangerously-skip-permissions --setting-sources project,local"
4208
+ "claude --dangerously-load-development-channels server:synkro-local --dangerously-skip-permissions --setting-sources project,local --model claude-sonnet-4-6"
4209
4209
 
4210
4210
  # Block on the tmux session so pueue's task lifetime tracks claude's.
4211
4211
  while tmux has-session -t "$SESSION" 2>/dev/null; do
@@ -4833,7 +4833,7 @@ function writeConfigEnv(opts) {
4833
4833
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
4834
4834
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
4835
4835
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
4836
- `SYNKRO_VERSION=${shellQuoteSingle("1.4.13")}`
4836
+ `SYNKRO_VERSION=${shellQuoteSingle("1.4.14")}`
4837
4837
  ];
4838
4838
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
4839
4839
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);