@adhdev/daemon-standalone 0.9.77-rc.17 → 0.9.77-rc.19
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/package.json
CHANGED
|
@@ -34534,9 +34534,6 @@ function buildCoordinatorDelegatedCliLaunchOptions(input) {
|
|
|
34534
34534
|
const cliType = String(input.cliType || "").trim();
|
|
34535
34535
|
const cliArgs = Array.isArray(input.cliArgs) ? [...input.cliArgs] : [];
|
|
34536
34536
|
const env2 = { ...input.env || {}, ...COORDINATOR_DELEGATED_ENV_UNSETS };
|
|
34537
|
-
if (cliType === "hermes-cli" && !hasCliArg(cliArgs, "--ignore-user-config")) {
|
|
34538
|
-
cliArgs.unshift("--ignore-user-config");
|
|
34539
|
-
}
|
|
34540
34537
|
if (cliType === "claude-cli" && !hasCliArg(cliArgs, "--mcp-config")) {
|
|
34541
34538
|
cliArgs.unshift("--mcp-config", ensureEmptyDelegatedMcpConfig(input.workspace));
|
|
34542
34539
|
}
|