@integrity-labs/agt-cli 0.28.136 → 0.28.138
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 +4 -4
- package/dist/{chunk-2WWCHEQT.js → chunk-NGES4EZD.js} +2 -2
- package/dist/{chunk-FDRT52UA.js → chunk-QJCTWNIJ.js} +3 -3
- package/dist/{chunk-QKA46UNQ.js → chunk-ROOFBKRE.js} +11 -1
- package/dist/chunk-ROOFBKRE.js.map +1 -0
- package/dist/{claude-pair-runtime-ODRPKNKT.js → claude-pair-runtime-7TJXAPIK.js} +2 -2
- package/dist/lib/manager-worker.js +60 -49
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +68 -5
- package/dist/{persistent-session-VQCCFN4M.js → persistent-session-SVZCOP7I.js} +3 -3
- package/dist/{responsiveness-probe-FIXXJ7ZV.js → responsiveness-probe-AS7ASMDE.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-QKA46UNQ.js.map +0 -1
- /package/dist/{chunk-2WWCHEQT.js.map → chunk-NGES4EZD.js.map} +0 -0
- /package/dist/{chunk-FDRT52UA.js.map → chunk-QJCTWNIJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-ODRPKNKT.js.map → claude-pair-runtime-7TJXAPIK.js.map} +0 -0
- /package/dist/{persistent-session-VQCCFN4M.js.map → persistent-session-SVZCOP7I.js.map} +0 -0
- /package/dist/{responsiveness-probe-FIXXJ7ZV.js.map → responsiveness-probe-AS7ASMDE.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
success,
|
|
38
38
|
table,
|
|
39
39
|
warn
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-QJCTWNIJ.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
renderTemplate,
|
|
65
65
|
resolveChannels,
|
|
66
66
|
serializeManifestForSlackCli
|
|
67
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-ROOFBKRE.js";
|
|
68
68
|
|
|
69
69
|
// src/bin/agt.ts
|
|
70
70
|
import { join as join22 } from "path";
|
|
@@ -4777,7 +4777,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4777
4777
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4778
4778
|
import chalk18 from "chalk";
|
|
4779
4779
|
import ora16 from "ora";
|
|
4780
|
-
var cliVersion = true ? "0.28.
|
|
4780
|
+
var cliVersion = true ? "0.28.138" : "dev";
|
|
4781
4781
|
async function fetchLatestVersion() {
|
|
4782
4782
|
const host2 = getHost();
|
|
4783
4783
|
if (!host2) return null;
|
|
@@ -5791,7 +5791,7 @@ function handleError(err) {
|
|
|
5791
5791
|
}
|
|
5792
5792
|
|
|
5793
5793
|
// src/bin/agt.ts
|
|
5794
|
-
var cliVersion2 = true ? "0.28.
|
|
5794
|
+
var cliVersion2 = true ? "0.28.138" : "dev";
|
|
5795
5795
|
var program = new Command();
|
|
5796
5796
|
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");
|
|
5797
5797
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ROOFBKRE.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1589,4 +1589,4 @@ export {
|
|
|
1589
1589
|
stopAllSessionsAndWait,
|
|
1590
1590
|
getProjectDir
|
|
1591
1591
|
};
|
|
1592
|
-
//# sourceMappingURL=chunk-
|
|
1592
|
+
//# sourceMappingURL=chunk-NGES4EZD.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveConnectivityProbe,
|
|
23
23
|
worseConnectivityOutcome,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-ROOFBKRE.js";
|
|
26
26
|
|
|
27
27
|
// ../../packages/core/dist/integrations/registry.js
|
|
28
28
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7746,7 +7746,7 @@ function requireHost() {
|
|
|
7746
7746
|
}
|
|
7747
7747
|
|
|
7748
7748
|
// src/lib/api-client.ts
|
|
7749
|
-
var agtCliVersion = true ? "0.28.
|
|
7749
|
+
var agtCliVersion = true ? "0.28.138" : "dev";
|
|
7750
7750
|
var lastConfigHash = null;
|
|
7751
7751
|
function setConfigHash(hash) {
|
|
7752
7752
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9043,4 +9043,4 @@ export {
|
|
|
9043
9043
|
managerInstallSystemUnitCommand,
|
|
9044
9044
|
managerUninstallSystemUnitCommand
|
|
9045
9045
|
};
|
|
9046
|
-
//# sourceMappingURL=chunk-
|
|
9046
|
+
//# sourceMappingURL=chunk-QJCTWNIJ.js.map
|
|
@@ -1276,6 +1276,16 @@ var FLAG_REGISTRY = [
|
|
|
1276
1276
|
defaultValue: true,
|
|
1277
1277
|
envVar: "AGT_CHANNEL_REPLAY_ENABLED"
|
|
1278
1278
|
},
|
|
1279
|
+
{
|
|
1280
|
+
key: "channel-silent-loss-alarm",
|
|
1281
|
+
description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
|
|
1282
|
+
flagType: "boolean",
|
|
1283
|
+
defaultValue: false,
|
|
1284
|
+
envVar: "AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED",
|
|
1285
|
+
// Enabling the alarm pages on customer-facing message loss; flipping it is an
|
|
1286
|
+
// operational decision with blast radius, so mutations require confirmation.
|
|
1287
|
+
sensitive: true
|
|
1288
|
+
},
|
|
1279
1289
|
{
|
|
1280
1290
|
key: "channel-skip-reaction",
|
|
1281
1291
|
description: 'Seen-but-skipping reaction (ENG-6464): the agent adds a configured emoji (e.g. \u2796 / \u{1FAE1}) to a DM or thread message it saw but deliberately chose not to reply to, so the sender can tell "seen and skipped" from "never received". Explicit-agent-verb model (no Stop-hook inference). Boolean gate; ships dark \u2014 inert until flipped on per host/org.',
|
|
@@ -5800,4 +5810,4 @@ export {
|
|
|
5800
5810
|
parseEnvIntegrations,
|
|
5801
5811
|
probeMcpEnvSubstitution
|
|
5802
5812
|
};
|
|
5803
|
-
//# sourceMappingURL=chunk-
|
|
5813
|
+
//# sourceMappingURL=chunk-ROOFBKRE.js.map
|