@adhdev/daemon-core 0.9.77-rc.16 → 0.9.77-rc.18
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.js
CHANGED
|
@@ -18588,9 +18588,6 @@ function buildCoordinatorDelegatedCliLaunchOptions(input) {
|
|
|
18588
18588
|
const cliType = String(input.cliType || "").trim();
|
|
18589
18589
|
const cliArgs = Array.isArray(input.cliArgs) ? [...input.cliArgs] : [];
|
|
18590
18590
|
const env = { ...input.env || {}, ...COORDINATOR_DELEGATED_ENV_UNSETS };
|
|
18591
|
-
if (cliType === "hermes-cli" && !hasCliArg(cliArgs, "--ignore-user-config")) {
|
|
18592
|
-
cliArgs.unshift("--ignore-user-config");
|
|
18593
|
-
}
|
|
18594
18591
|
if (cliType === "claude-cli" && !hasCliArg(cliArgs, "--mcp-config")) {
|
|
18595
18592
|
cliArgs.unshift("--mcp-config", ensureEmptyDelegatedMcpConfig(input.workspace));
|
|
18596
18593
|
}
|