@integrity-labs/agt-cli 0.19.16 → 0.19.17
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.
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveChannels,
|
|
23
23
|
resolveDmTarget,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-AYSU35A4.js";
|
|
26
26
|
import {
|
|
27
27
|
findTaskByTemplate,
|
|
28
28
|
getProjectDir,
|
|
@@ -1929,7 +1929,7 @@ function clearAgentCaches(agentId, codeName) {
|
|
|
1929
1929
|
var cachedFrameworkVersion = null;
|
|
1930
1930
|
var lastVersionCheckAt = 0;
|
|
1931
1931
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
1932
|
-
var agtCliVersion = true ? "0.19.
|
|
1932
|
+
var agtCliVersion = true ? "0.19.17" : "dev";
|
|
1933
1933
|
function resolveBrewPath(execFileSync3) {
|
|
1934
1934
|
try {
|
|
1935
1935
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|