@integrity-labs/agt-cli 0.28.622 → 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
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-X73OEEMY.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
46
|
} from "../chunk-UIB2SMFE.js";
|
|
@@ -4909,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4909
4909
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4910
4910
|
import chalk18 from "chalk";
|
|
4911
4911
|
import ora16 from "ora";
|
|
4912
|
-
var cliVersion = true ? "0.28.
|
|
4912
|
+
var cliVersion = true ? "0.28.623" : "dev";
|
|
4913
4913
|
async function fetchLatestVersion() {
|
|
4914
4914
|
const host2 = getHost();
|
|
4915
4915
|
if (!host2) return null;
|
|
@@ -6089,7 +6089,7 @@ function handleError(err) {
|
|
|
6089
6089
|
}
|
|
6090
6090
|
|
|
6091
6091
|
// src/bin/agt.ts
|
|
6092
|
-
var cliVersion2 = true ? "0.28.
|
|
6092
|
+
var cliVersion2 = true ? "0.28.623" : "dev";
|
|
6093
6093
|
var program = new Command();
|
|
6094
6094
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
6095
6095
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -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
|