negotium 0.5.1 → 0.5.2

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.
@@ -442,7 +442,7 @@ var init_config = __esm(() => {
442
442
  PDFTOTEXT_BIN = envText("PDFTOTEXT_BIN") ?? "pdftotext";
443
443
  WHISPER_BACKEND = resolveWhisperBackend();
444
444
  MLX_WHISPER_BIN = envText("MLX_WHISPER_BIN");
445
- WHISPER_MODEL_MLX = envText("WHISPER_MODEL_MLX") ?? WHISPER_MODEL;
445
+ WHISPER_MODEL_MLX = envText("WHISPER_MODEL_MLX") ?? "mlx-community/whisper-large-v3-turbo";
446
446
  _envMaxTellDepth = Number.parseInt(process.env.MAX_TELL_DEPTH ?? "", 10);
447
447
  MAX_TELL_DEPTH = Number.isInteger(_envMaxTellDepth) && _envMaxTellDepth > 0 ? _envMaxTellDepth : 20;
448
448
  });
@@ -2426,7 +2426,7 @@ var init_claude_registry = __esm(() => {
2426
2426
  });
2427
2427
 
2428
2428
  // ../../packages/core/src/version.ts
2429
- var NEGOTIUM_VERSION = "0.5.1";
2429
+ var NEGOTIUM_VERSION = "0.5.2";
2430
2430
 
2431
2431
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
2432
2432
  import { spawn as spawn2 } from "child_process";
@@ -19156,4 +19156,4 @@ export {
19156
19156
  DEFAULT_SELF_CONFIG_PRODUCT
19157
19157
  };
19158
19158
 
19159
- //# debugId=EF98ADC98B610D8864756E2164756E21
19159
+ //# debugId=1B25D75C87B2239164756E2164756E21