@integrity-labs/agt-cli 0.19.26 → 0.20.0
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 +3 -3
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-V7PNYKIT.js → chunk-YKWSBTTJ.js} +8180 -8180
- package/dist/chunk-YKWSBTTJ.js.map +1 -0
- package/dist/lib/manager-worker.js +2 -2
- package/dist/lib/manager-worker.js.map +1 -1
- package/mcp/slack-channel.js +2 -2
- package/mcp/telegram-channel.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-V7PNYKIT.js.map +0 -1
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveChannels,
|
|
23
23
|
resolveDmTarget,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-YKWSBTTJ.js";
|
|
26
26
|
import {
|
|
27
27
|
findTaskByTemplate,
|
|
28
28
|
getProjectDir,
|
|
@@ -2140,7 +2140,7 @@ function clearAgentCaches(agentId, codeName) {
|
|
|
2140
2140
|
var cachedFrameworkVersion = null;
|
|
2141
2141
|
var lastVersionCheckAt = 0;
|
|
2142
2142
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
2143
|
-
var agtCliVersion = true ? "0.
|
|
2143
|
+
var agtCliVersion = true ? "0.20.0" : "dev";
|
|
2144
2144
|
function resolveBrewPath(execFileSync4) {
|
|
2145
2145
|
try {
|
|
2146
2146
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|