@integrity-labs/agt-cli 0.28.710 → 0.28.712

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.
@@ -3326,6 +3326,7 @@ function writePersistentClaudeWrapper(args) {
3326
3326
  "set +a"
3327
3327
  );
3328
3328
  }
3329
+ wrapperLines.push("export DISABLE_AUTOUPDATER=1");
3329
3330
  const brokerBinDir = join6(projectDir, ".claude", "agt-bin");
3330
3331
  if (existsSync5(brokerBinDir)) {
3331
3332
  wrapperLines.push(`export PATH=${JSON.stringify(brokerBinDir)}:"$PATH"`);
@@ -4589,4 +4590,4 @@ export {
4589
4590
  stopAllSessionsAndWait,
4590
4591
  getProjectDir
4591
4592
  };
4592
- //# sourceMappingURL=chunk-SR2HUGEA.js.map
4593
+ //# sourceMappingURL=chunk-F6AZ6KPI.js.map