negotium 0.1.34 → 0.1.35

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.
@@ -3532,7 +3532,7 @@ import { tmpdir } from "os";
3532
3532
  import { dirname as dirname7, join as join11 } from "path";
3533
3533
 
3534
3534
  // ../../packages/core/src/version.ts
3535
- var NEGOTIUM_VERSION = "0.1.34";
3535
+ var NEGOTIUM_VERSION = "0.1.35";
3536
3536
 
3537
3537
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
3538
3538
  var moduleRequire = createRequire(import.meta.url);
@@ -3743,6 +3743,29 @@ function writeCodexCatalogWithNativeMultiAgentDisabled(authFilePath, sourcePath)
3743
3743
 
3744
3744
  // ../../packages/core/src/agents/tool-format.ts
3745
3745
  import { diffLines as computeLineDiff } from "diff";
3746
+ var SSH_OPTIONS_WITH_VALUE = new Set([
3747
+ "-B",
3748
+ "-b",
3749
+ "-c",
3750
+ "-D",
3751
+ "-E",
3752
+ "-e",
3753
+ "-F",
3754
+ "-I",
3755
+ "-i",
3756
+ "-J",
3757
+ "-L",
3758
+ "-l",
3759
+ "-m",
3760
+ "-O",
3761
+ "-o",
3762
+ "-p",
3763
+ "-Q",
3764
+ "-R",
3765
+ "-S",
3766
+ "-W",
3767
+ "-w"
3768
+ ]);
3746
3769
  function changedDiffLines(value) {
3747
3770
  const lines = value.split(`
3748
3771
  `);
@@ -6927,4 +6950,4 @@ export {
6927
6950
  MIN_MEMORY_ARCHIVE_EXCHANGES
6928
6951
  };
6929
6952
 
6930
- //# debugId=A03A24352D1C719364756E2164756E21
6953
+ //# debugId=D36BB5FA96D755FD64756E2164756E21