@integrity-labs/agt-cli 0.28.621 → 0.28.623
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-QSPSXG4K.js → chunk-UIB2SMFE.js} +94 -279
- package/dist/chunk-UIB2SMFE.js.map +1 -0
- package/dist/{chunk-MSQXSVA5.js → chunk-X73OEEMY.js} +4 -3
- package/dist/chunk-X73OEEMY.js.map +1 -0
- package/dist/{claude-pair-runtime-63GQ5AOP.js → claude-pair-runtime-4JKKKO2Q.js} +2 -2
- package/dist/lib/manager-worker.js +11 -11
- package/dist/{persistent-session-IFZS5AXT.js → persistent-session-UCWXUJE6.js} +2 -2
- package/dist/{responsiveness-probe-76U4MR6U.js → responsiveness-probe-YDGTWNZ3.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-MSQXSVA5.js.map +0 -1
- package/dist/chunk-QSPSXG4K.js.map +0 -1
- /package/dist/{claude-pair-runtime-63GQ5AOP.js.map → claude-pair-runtime-4JKKKO2Q.js.map} +0 -0
- /package/dist/{persistent-session-IFZS5AXT.js.map → persistent-session-UCWXUJE6.js.map} +0 -0
- /package/dist/{responsiveness-probe-76U4MR6U.js.map → responsiveness-probe-YDGTWNZ3.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
expandTemplateVars,
|
|
8
8
|
isolationMode,
|
|
9
9
|
parseEnvIntegrations
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-UIB2SMFE.js";
|
|
11
11
|
import {
|
|
12
12
|
BIND_FAILURE_QUARANTINE_THRESHOLD,
|
|
13
13
|
INTEGRATIONS_SECTION_END,
|
|
@@ -5259,6 +5259,7 @@ ${sections}`
|
|
|
5259
5259
|
writeIntegrationsSummaryForAgent(codeName, summariesForSidecar);
|
|
5260
5260
|
const decryptedIntegrations = integrations.map((integration) => ({
|
|
5261
5261
|
...integration,
|
|
5262
|
+
// atrest-reader-context-allow: host adapter — POST /host/agent-integrations decrypts server-side and returns PLAINTEXT creds (the host holds no AUTH_ENCRYPTION_KEY and ResolvedIntegration carries no org/rowId to build a ref). This decrypt is dead-defensive on plaintext; a v2 (enc:2) blob never reaches the host (ENG-9110 trace).
|
|
5262
5263
|
credentials: decryptIntegrationCredentials(integration.credentials)
|
|
5263
5264
|
}));
|
|
5264
5265
|
const envUpdates = {};
|
|
@@ -6065,7 +6066,7 @@ function exchangeFailureKind(err) {
|
|
|
6065
6066
|
}
|
|
6066
6067
|
|
|
6067
6068
|
// src/lib/api-client.ts
|
|
6068
|
-
var agtCliVersion = true ? "0.28.
|
|
6069
|
+
var agtCliVersion = true ? "0.28.623" : "dev";
|
|
6069
6070
|
var lastConfigHash = null;
|
|
6070
6071
|
function setConfigHash(hash) {
|
|
6071
6072
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9558,4 +9559,4 @@ export {
|
|
|
9558
9559
|
managerInstallSystemUnitCommand,
|
|
9559
9560
|
managerUninstallSystemUnitCommand
|
|
9560
9561
|
};
|
|
9561
|
-
//# sourceMappingURL=chunk-
|
|
9562
|
+
//# sourceMappingURL=chunk-X73OEEMY.js.map
|