@integrity-labs/agt-cli 0.7.8 → 0.7.9

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.
@@ -9,7 +9,7 @@ import {
9
9
  provisionStopHook,
10
10
  requireHost,
11
11
  resolveChannels
12
- } from "../chunk-B47JW4MM.js";
12
+ } from "../chunk-X3FLX6EO.js";
13
13
  import {
14
14
  findTaskByTemplate,
15
15
  getProjectDir,
@@ -350,8 +350,8 @@ function startPersistentSession(config2) {
350
350
  return session;
351
351
  }
352
352
  function spawnSession(config2, session) {
353
- const { codeName, projectDir, mcpConfigPath, claudeMdPath, channels, devChannels, log: log2 } = config2;
354
- sanitizeMcpJson(mcpConfigPath);
353
+ const { codeName, projectDir, mcpConfigPath, claudeMdPath, channels, devChannels, apiHost, log: log2 } = config2;
354
+ sanitizeMcpJson(mcpConfigPath, apiHost);
355
355
  const args = [];
356
356
  if (channels.length > 0) {
357
357
  args.push("--channels", ...channels);
@@ -2587,6 +2587,7 @@ async function ensurePersistentSession(agent, tasks, boardItems, refreshData) {
2587
2587
  claudeMdPath,
2588
2588
  channels,
2589
2589
  devChannels,
2590
+ apiHost: requireHost(),
2590
2591
  log
2591
2592
  });
2592
2593
  persistentSessionAgents.add(codeName);