@integrity-labs/agt-cli 0.28.559 → 0.28.560
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-TBP245GG.js → chunk-AN7V4OG6.js} +7 -1
- package/dist/{chunk-TBP245GG.js.map → chunk-AN7V4OG6.js.map} +1 -1
- package/dist/{chunk-FIOLFAYB.js → chunk-C2GQLZ4F.js} +3 -3
- package/dist/{claude-pair-runtime-OASMES54.js → claude-pair-runtime-D4BXRU2P.js} +2 -2
- package/dist/lib/manager-worker.js +76 -35
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +6 -0
- package/dist/mcp/origami.js +6 -0
- package/dist/mcp/slack-channel.js +6 -0
- package/dist/mcp/telegram-channel.js +6 -0
- package/dist/{persistent-session-WX4ILTCF.js → persistent-session-7P5B6Z4M.js} +2 -2
- package/dist/{responsiveness-probe-FKJBQ6PQ.js → responsiveness-probe-AALUPZKZ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-FIOLFAYB.js.map → chunk-C2GQLZ4F.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OASMES54.js.map → claude-pair-runtime-D4BXRU2P.js.map} +0 -0
- /package/dist/{persistent-session-WX4ILTCF.js.map → persistent-session-7P5B6Z4M.js.map} +0 -0
- /package/dist/{responsiveness-probe-FKJBQ6PQ.js.map → responsiveness-probe-AALUPZKZ.js.map} +0 -0
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-C2GQLZ4F.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
requiredMcpWildcard,
|
|
72
72
|
resolveChannels,
|
|
73
73
|
serializeManifestForSlackCli
|
|
74
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-AN7V4OG6.js";
|
|
75
75
|
import "../chunk-XWVM4KPK.js";
|
|
76
76
|
|
|
77
77
|
// src/bin/agt.ts
|
|
@@ -4834,7 +4834,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4834
4834
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4835
4835
|
import chalk18 from "chalk";
|
|
4836
4836
|
import ora16 from "ora";
|
|
4837
|
-
var cliVersion = true ? "0.28.
|
|
4837
|
+
var cliVersion = true ? "0.28.560" : "dev";
|
|
4838
4838
|
async function fetchLatestVersion() {
|
|
4839
4839
|
const host2 = getHost();
|
|
4840
4840
|
if (!host2) return null;
|
|
@@ -6009,7 +6009,7 @@ function handleError(err) {
|
|
|
6009
6009
|
}
|
|
6010
6010
|
|
|
6011
6011
|
// src/bin/agt.ts
|
|
6012
|
-
var cliVersion2 = true ? "0.28.
|
|
6012
|
+
var cliVersion2 = true ? "0.28.560" : "dev";
|
|
6013
6013
|
var program = new Command();
|
|
6014
6014
|
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");
|
|
6015
6015
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -10179,6 +10179,12 @@ var FLAG_REGISTRY = [
|
|
|
10179
10179
|
// operational decision with blast radius, so mutations require confirmation.
|
|
10180
10180
|
sensitive: true
|
|
10181
10181
|
},
|
|
10182
|
+
{
|
|
10183
|
+
key: "frozen-customer-waiting-page",
|
|
10184
|
+
description: "Frozen-prompt-with-a-customer-waiting PAGE (ENG-8683): when ON, the responsiveness-probe route opens a `warning` `agent_frozen_customer_waiting` alert for an agent whose input watchdog gave up on the session AFTER a message was queued, and whose message is still unanswered past the window. Both halves were already measured in the same request and both were `info` (agent_input_stuck, agent_pending_inbound), which alert-pager drops before routing \u2014 so the condition was detected twice a minute and paged nobody. Defaults ON, unlike the usual ships-dark posture for anything that pages, because both inputs have been in observe mode for months (the input-stuck alarm has defaulted ON since ENG-6055, the pending-inbound metric has been written since ENG-6017) and the conjunction is strictly narrower than either \u2014 shipping it dark would make the fix a fleet-wide no-op and leave the ticket open in everything but name. Flip OFF from the admin Feature Flags page to disarm stage-wide; the wait window is tuned with the AUGMENTED_FROZEN_CUSTOMER_WAITING_SECONDS API tunable (default 300). No envVar: an API-evaluated flag with a declared envVar risks the ENG-8303 sst.config.ts pin, and a new AUGMENTED_*_ENABLED gate is what check-new-env-gates.sh rejects.",
|
|
10185
|
+
flagType: "boolean",
|
|
10186
|
+
defaultValue: true
|
|
10187
|
+
},
|
|
10182
10188
|
{
|
|
10183
10189
|
key: "promise-outstanding-alarm",
|
|
10184
10190
|
description: 'Outstanding-interim-promise alarm (ENG-8265): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm on `PromiseOutstandingOldestAgeSeconds` \u2014 an inbound the agent acknowledged with an interim reply ("on it") and never answered substantively. Closes the blind spot where an ack satisfied channel-silent-loss, refreshed pending-inbound, and left agent_stall with no in_progress card to see, so a broken promise looked like a served request. Defaults ON (armed on deploy) because the alert it opens is `info` severity \u2014 dashboard-only, never paged \u2014 so a day-one false positive costs a visible row, not a woken human. Flip OFF from the admin Feature Flags page to disarm stage-wide; the window itself is tuned with the AUGMENTED_PROMISE_OUTSTANDING_THRESHOLD_SECONDS API tunable (default 1800).',
|
|
@@ -15733,4 +15739,4 @@ export {
|
|
|
15733
15739
|
stopAllSessionsAndWait,
|
|
15734
15740
|
getProjectDir
|
|
15735
15741
|
};
|
|
15736
|
-
//# sourceMappingURL=chunk-
|
|
15742
|
+
//# sourceMappingURL=chunk-AN7V4OG6.js.map
|