@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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-FDI4N2HO.js → chunk-4OXDKMGC.js} +32 -3
- package/dist/chunk-4OXDKMGC.js.map +1 -0
- package/dist/{chunk-SR2HUGEA.js → chunk-F6AZ6KPI.js} +2 -1
- package/dist/chunk-F6AZ6KPI.js.map +1 -0
- package/dist/{claude-pair-runtime-DWM6RNTP.js → claude-pair-runtime-WW55WS2Q.js} +2 -2
- package/dist/lib/manager-worker.js +12 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-IMWW6DLZ.js → persistent-session-XLYRD2CU.js} +2 -2
- package/dist/{responsiveness-probe-34KFMMAC.js → responsiveness-probe-QDNULLSM.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-FDI4N2HO.js.map +0 -1
- package/dist/chunk-SR2HUGEA.js.map +0 -1
- /package/dist/{claude-pair-runtime-DWM6RNTP.js.map → claude-pair-runtime-WW55WS2Q.js.map} +0 -0
- /package/dist/{persistent-session-IMWW6DLZ.js.map → persistent-session-XLYRD2CU.js.map} +0 -0
- /package/dist/{responsiveness-probe-34KFMMAC.js.map → responsiveness-probe-QDNULLSM.js.map} +0 -0
|
@@ -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-
|
|
4593
|
+
//# sourceMappingURL=chunk-F6AZ6KPI.js.map
|