@integrity-labs/agt-cli 0.28.101 → 0.28.103
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.
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-UL7V7NIG.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -6961,7 +6961,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6961
6961
|
var lastVersionCheckAt = 0;
|
|
6962
6962
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6963
6963
|
var lastResponsivenessProbeAt = 0;
|
|
6964
|
-
var agtCliVersion = true ? "0.28.
|
|
6964
|
+
var agtCliVersion = true ? "0.28.103" : "dev";
|
|
6965
6965
|
function resolveBrewPath(execFileSync4) {
|
|
6966
6966
|
try {
|
|
6967
6967
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/dist/mcp/index.js
CHANGED
|
@@ -21089,10 +21089,8 @@ var FEATURE_REQUEST_TYPES = [
|
|
|
21089
21089
|
];
|
|
21090
21090
|
function describeFeatureRequestResult(resp) {
|
|
21091
21091
|
if (resp.status === "created") {
|
|
21092
|
-
const ref = resp.identifier ? ` (${resp.identifier})` : "";
|
|
21093
|
-
const link = resp.url ? ` ${resp.url}` : "";
|
|
21094
21092
|
return {
|
|
21095
|
-
text:
|
|
21093
|
+
text: "Feature request submitted to Augmented Team support.",
|
|
21096
21094
|
isError: false
|
|
21097
21095
|
};
|
|
21098
21096
|
}
|