@integrity-labs/agt-cli 0.28.848 → 0.28.849
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 +5 -5
- package/dist/{chunk-N4TMATK2.js → chunk-JFCISESR.js} +4 -4
- package/dist/{chunk-MFU2FD4N.js → chunk-WUXQVP7A.js} +17 -5
- package/dist/{chunk-MFU2FD4N.js.map → chunk-WUXQVP7A.js.map} +1 -1
- package/dist/{chunk-PMQNTU7W.js → chunk-XCAI3GSF.js} +2 -2
- package/dist/{claude-pair-runtime-BQ5JUW5F.js → claude-pair-runtime-CJXQTVSC.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/computer-use-proxy.js +317 -4
- package/dist/mcp/direct-chat-channel.js +16 -4
- package/dist/mcp/index.js +16 -4
- package/dist/mcp/origami.js +16 -4
- package/dist/mcp/slack-channel.js +16 -4
- package/dist/mcp/telegram-channel.js +16 -4
- package/dist/{persistent-session-JKES3FMW.js → persistent-session-YGK7YHPR.js} +3 -3
- package/dist/{responsiveness-probe-P7EAWN6J.js → responsiveness-probe-NGWO3JK3.js} +3 -3
- package/dist/{session-auth-dead-IFU2XLHO.js → session-auth-dead-4UZR5655.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-N4TMATK2.js.map → chunk-JFCISESR.js.map} +0 -0
- /package/dist/{chunk-PMQNTU7W.js.map → chunk-XCAI3GSF.js.map} +0 -0
- /package/dist/{claude-pair-runtime-BQ5JUW5F.js.map → claude-pair-runtime-CJXQTVSC.js.map} +0 -0
- /package/dist/{persistent-session-JKES3FMW.js.map → persistent-session-YGK7YHPR.js.map} +0 -0
- /package/dist/{responsiveness-probe-P7EAWN6J.js.map → responsiveness-probe-NGWO3JK3.js.map} +0 -0
- /package/dist/{session-auth-dead-IFU2XLHO.js.map → session-auth-dead-4UZR5655.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,12 +40,12 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-JFCISESR.js";
|
|
44
44
|
import {
|
|
45
45
|
getProjectDir,
|
|
46
46
|
isSessionResumeDisabled,
|
|
47
47
|
readDirectChatSessionState
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-XCAI3GSF.js";
|
|
49
49
|
import {
|
|
50
50
|
AnchorSessionClient,
|
|
51
51
|
CHANNEL_REGISTRY,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
serializeManifestForSlackCli,
|
|
80
80
|
sessionFileExists,
|
|
81
81
|
sessionTranscriptDir
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-WUXQVP7A.js";
|
|
83
83
|
import "../chunk-XWVM4KPK.js";
|
|
84
84
|
|
|
85
85
|
// src/bin/agt.ts
|
|
@@ -5467,7 +5467,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
5467
5467
|
import { existsSync as existsSync11, realpathSync as realpathSync2 } from "fs";
|
|
5468
5468
|
import chalk18 from "chalk";
|
|
5469
5469
|
import ora16 from "ora";
|
|
5470
|
-
var cliVersion = true ? "0.28.
|
|
5470
|
+
var cliVersion = true ? "0.28.849" : "dev";
|
|
5471
5471
|
async function fetchLatestVersion() {
|
|
5472
5472
|
const host2 = getHost();
|
|
5473
5473
|
if (!host2) return null;
|
|
@@ -6658,7 +6658,7 @@ function handleError(err) {
|
|
|
6658
6658
|
}
|
|
6659
6659
|
|
|
6660
6660
|
// src/bin/agt.ts
|
|
6661
|
-
var cliVersion2 = true ? "0.28.
|
|
6661
|
+
var cliVersion2 = true ? "0.28.849" : "dev";
|
|
6662
6662
|
var program = new Command();
|
|
6663
6663
|
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");
|
|
6664
6664
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
parseEnvIntegrations,
|
|
17
17
|
shellQuote,
|
|
18
18
|
summarizeUnanswerablePane
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-XCAI3GSF.js";
|
|
20
20
|
import {
|
|
21
21
|
BIND_FAILURE_QUARANTINE_THRESHOLD,
|
|
22
22
|
INTEGRATIONS_SECTION_END,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
sessionTranscriptDir,
|
|
77
77
|
worseConnectivityOutcome,
|
|
78
78
|
wrapScheduledTaskPrompt
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-WUXQVP7A.js";
|
|
80
80
|
import {
|
|
81
81
|
parsePsRows
|
|
82
82
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6566,7 +6566,7 @@ function exchangeFailureKind(err) {
|
|
|
6566
6566
|
}
|
|
6567
6567
|
|
|
6568
6568
|
// src/lib/api-client.ts
|
|
6569
|
-
var agtCliVersion = true ? "0.28.
|
|
6569
|
+
var agtCliVersion = true ? "0.28.849" : "dev";
|
|
6570
6570
|
var lastConfigHash = null;
|
|
6571
6571
|
function setConfigHash(hash) {
|
|
6572
6572
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -10924,4 +10924,4 @@ export {
|
|
|
10924
10924
|
managerInstallSystemUnitCommand,
|
|
10925
10925
|
managerUninstallSystemUnitCommand
|
|
10926
10926
|
};
|
|
10927
|
-
//# sourceMappingURL=chunk-
|
|
10927
|
+
//# sourceMappingURL=chunk-JFCISESR.js.map
|
|
@@ -6636,10 +6636,22 @@ var FLAG_REGISTRY = [
|
|
|
6636
6636
|
// See the description: `shadow` is what prod compiles today, so it is the
|
|
6637
6637
|
// only default that ships this flag as a no-op.
|
|
6638
6638
|
defaultValue: "shadow",
|
|
6639
|
-
// enforce changes the admission rule on the platform's front door
|
|
6640
|
-
//
|
|
6641
|
-
//
|
|
6642
|
-
//
|
|
6639
|
+
// enforce changes the admission rule on the platform's front door. This is
|
|
6640
|
+
// precisely the deliberate, audited flip ADR-0022 §4 reserves confirmation
|
|
6641
|
+
// for, and it stays `sensitive` — but NOT for the reason first written here.
|
|
6642
|
+
// That read "the families it starts refusing include mcp-proxy, one of the
|
|
6643
|
+
// fleet's dominant callers", and ENG-9895 measured otherwise: mcp-proxy
|
|
6644
|
+
// verifies its own token on a route carrying no `authMiddleware`, so it is a
|
|
6645
|
+
// dominant caller of a different door and cannot be in the refused set. The
|
|
6646
|
+
// measured population at that door is ZERO over 298,839,353 prod log records
|
|
6647
|
+
// / 14 days, and the impersonation families are absent too — one
|
|
6648
|
+
// structurally (`X-Agent-Impersonation` header, own verifier), one by
|
|
6649
|
+
// measurement (307 requests through that door, zero lines). What keeps this
|
|
6650
|
+
// `sensitive` is therefore NOT an unresolved residue: it is that `enforce`
|
|
6651
|
+
// changes an admission rule on the front door, and that the predicate is
|
|
6652
|
+
// structural, so a FUTURE family 13 is born refusable without an edit here.
|
|
6653
|
+
// That is exactly the deliberate, audited flip ADR-0022 §4 reserves
|
|
6654
|
+
// confirmation for. docs/research/eng-9895-prod-shadow-measurement.md
|
|
6643
6655
|
sensitive: true
|
|
6644
6656
|
},
|
|
6645
6657
|
{
|
|
@@ -13960,4 +13972,4 @@ export {
|
|
|
13960
13972
|
peekCurrentSession,
|
|
13961
13973
|
readDailySessionPin
|
|
13962
13974
|
};
|
|
13963
|
-
//# sourceMappingURL=chunk-
|
|
13975
|
+
//# sourceMappingURL=chunk-WUXQVP7A.js.map
|