@integrity-labs/agt-cli 0.28.585 → 0.28.586
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-VFBJSNLS.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -4908,7 +4908,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4908
4908
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4909
4909
|
import chalk18 from "chalk";
|
|
4910
4910
|
import ora16 from "ora";
|
|
4911
|
-
var cliVersion = true ? "0.28.
|
|
4911
|
+
var cliVersion = true ? "0.28.586" : "dev";
|
|
4912
4912
|
async function fetchLatestVersion() {
|
|
4913
4913
|
const host2 = getHost();
|
|
4914
4914
|
if (!host2) return null;
|
|
@@ -6088,7 +6088,7 @@ function handleError(err) {
|
|
|
6088
6088
|
}
|
|
6089
6089
|
|
|
6090
6090
|
// src/bin/agt.ts
|
|
6091
|
-
var cliVersion2 = true ? "0.28.
|
|
6091
|
+
var cliVersion2 = true ? "0.28.586" : "dev";
|
|
6092
6092
|
var program = new Command();
|
|
6093
6093
|
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");
|
|
6094
6094
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -5971,7 +5971,7 @@ function exchangeFailureKind(err) {
|
|
|
5971
5971
|
}
|
|
5972
5972
|
|
|
5973
5973
|
// src/lib/api-client.ts
|
|
5974
|
-
var agtCliVersion = true ? "0.28.
|
|
5974
|
+
var agtCliVersion = true ? "0.28.586" : "dev";
|
|
5975
5975
|
var lastConfigHash = null;
|
|
5976
5976
|
function setConfigHash(hash) {
|
|
5977
5977
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9353,4 +9353,4 @@ export {
|
|
|
9353
9353
|
managerInstallSystemUnitCommand,
|
|
9354
9354
|
managerUninstallSystemUnitCommand
|
|
9355
9355
|
};
|
|
9356
|
-
//# sourceMappingURL=chunk-
|
|
9356
|
+
//# sourceMappingURL=chunk-VFBJSNLS.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-VFBJSNLS.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -11629,7 +11629,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
11629
11629
|
var lastVersionCheckAt = 0;
|
|
11630
11630
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
11631
11631
|
var lastResponsivenessProbeAt = 0;
|
|
11632
|
-
var agtCliVersion = true ? "0.28.
|
|
11632
|
+
var agtCliVersion = true ? "0.28.586" : "dev";
|
|
11633
11633
|
function resolveBrewPath(execFileSync2) {
|
|
11634
11634
|
try {
|
|
11635
11635
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/package.json
CHANGED
|
File without changes
|