@adhdev/daemon-core 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/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/commands/cli-manager.ts +0 -4
package/dist/index.mjs
CHANGED
|
@@ -18371,9 +18371,6 @@ function buildCoordinatorDelegatedCliLaunchOptions(input) {
|
|
|
18371
18371
|
const cliType = String(input.cliType || "").trim();
|
|
18372
18372
|
const cliArgs = Array.isArray(input.cliArgs) ? [...input.cliArgs] : [];
|
|
18373
18373
|
const env = { ...input.env || {}, ...COORDINATOR_DELEGATED_ENV_UNSETS };
|
|
18374
|
-
if (cliType === "hermes-cli" && !hasCliArg(cliArgs, "--ignore-user-config")) {
|
|
18375
|
-
cliArgs.unshift("--ignore-user-config");
|
|
18376
|
-
}
|
|
18377
18374
|
if (cliType === "claude-cli" && !hasCliArg(cliArgs, "--mcp-config")) {
|
|
18378
18375
|
cliArgs.unshift("--mcp-config", ensureEmptyDelegatedMcpConfig(input.workspace));
|
|
18379
18376
|
}
|