@integrity-labs/agt-cli 0.28.926 → 0.28.928

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.
Files changed (24) hide show
  1. package/dist/bin/agt.js +5 -5
  2. package/dist/{chunk-6SKPDXGU.js → chunk-NIUBYSLW.js} +2 -2
  3. package/dist/{chunk-XISR7YWZ.js → chunk-OXWLTPU2.js} +4 -4
  4. package/dist/{chunk-UBXUNYTR.js → chunk-Y7ERASS6.js} +50 -1
  5. package/dist/chunk-Y7ERASS6.js.map +1 -0
  6. package/dist/{claude-pair-runtime-PVJNKWJC.js → claude-pair-runtime-RFY57WC3.js} +2 -2
  7. package/dist/lib/manager-worker.js +49 -15
  8. package/dist/lib/manager-worker.js.map +1 -1
  9. package/dist/mcp/direct-chat-channel.js +49 -0
  10. package/dist/mcp/index.js +49 -0
  11. package/dist/mcp/origami.js +49 -0
  12. package/dist/mcp/slack-channel.js +49 -0
  13. package/dist/mcp/telegram-channel.js +49 -0
  14. package/dist/{persistent-session-PKHXX4LZ.js → persistent-session-O3AKW6IW.js} +3 -3
  15. package/dist/{responsiveness-probe-JX2TNGQ2.js → responsiveness-probe-MIPUX3BG.js} +3 -3
  16. package/dist/{session-auth-dead-2W2OFAZR.js → session-auth-dead-ZGZZLE4X.js} +2 -2
  17. package/package.json +1 -1
  18. package/dist/chunk-UBXUNYTR.js.map +0 -1
  19. /package/dist/{chunk-6SKPDXGU.js.map → chunk-NIUBYSLW.js.map} +0 -0
  20. /package/dist/{chunk-XISR7YWZ.js.map → chunk-OXWLTPU2.js.map} +0 -0
  21. /package/dist/{claude-pair-runtime-PVJNKWJC.js.map → claude-pair-runtime-RFY57WC3.js.map} +0 -0
  22. /package/dist/{persistent-session-PKHXX4LZ.js.map → persistent-session-O3AKW6IW.js.map} +0 -0
  23. /package/dist/{responsiveness-probe-JX2TNGQ2.js.map → responsiveness-probe-MIPUX3BG.js.map} +0 -0
  24. /package/dist/{session-auth-dead-2W2OFAZR.js.map → session-auth-dead-ZGZZLE4X.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-XISR7YWZ.js";
43
+ } from "../chunk-OXWLTPU2.js";
44
44
  import {
45
45
  getProjectDir,
46
46
  isSessionResumeDisabled,
47
47
  readDirectChatSessionState
48
- } from "../chunk-6SKPDXGU.js";
48
+ } from "../chunk-NIUBYSLW.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-UBXUNYTR.js";
82
+ } from "../chunk-Y7ERASS6.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.926" : "dev";
5470
+ var cliVersion = true ? "0.28.928" : "dev";
5471
5471
  async function fetchLatestVersion() {
5472
5472
  const host2 = getHost();
5473
5473
  if (!host2) return null;
@@ -6682,7 +6682,7 @@ function handleError(err) {
6682
6682
  }
6683
6683
 
6684
6684
  // src/bin/agt.ts
6685
- var cliVersion2 = true ? "0.28.926" : "dev";
6685
+ var cliVersion2 = true ? "0.28.928" : "dev";
6686
6686
  var program = new Command();
6687
6687
  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");
6688
6688
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -19,7 +19,7 @@ import {
19
19
  rotateDailySession,
20
20
  sessionFileExists,
21
21
  todayLocalIso
22
- } from "./chunk-UBXUNYTR.js";
22
+ } from "./chunk-Y7ERASS6.js";
23
23
  import {
24
24
  reapOrphanChannelMcps
25
25
  } from "./chunk-XWVM4KPK.js";
@@ -5730,4 +5730,4 @@ export {
5730
5730
  stopAllSessionsAndWait,
5731
5731
  getProjectDir
5732
5732
  };
5733
- //# sourceMappingURL=chunk-6SKPDXGU.js.map
5733
+ //# sourceMappingURL=chunk-NIUBYSLW.js.map
@@ -16,7 +16,7 @@ import {
16
16
  parseEnvIntegrations,
17
17
  shellQuote,
18
18
  summarizeUnanswerablePane
19
- } from "./chunk-6SKPDXGU.js";
19
+ } from "./chunk-NIUBYSLW.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-UBXUNYTR.js";
79
+ } from "./chunk-Y7ERASS6.js";
80
80
  import {
81
81
  parsePsRows
82
82
  } from "./chunk-XWVM4KPK.js";
@@ -6942,7 +6942,7 @@ function exchangeFailureKind(err) {
6942
6942
  }
6943
6943
 
6944
6944
  // src/lib/api-client.ts
6945
- var agtCliVersion = true ? "0.28.926" : "dev";
6945
+ var agtCliVersion = true ? "0.28.928" : "dev";
6946
6946
  var lastConfigHash = null;
6947
6947
  function setConfigHash(hash) {
6948
6948
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -11552,4 +11552,4 @@ export {
11552
11552
  managerInstallSystemUnitCommand,
11553
11553
  managerUninstallSystemUnitCommand
11554
11554
  };
11555
- //# sourceMappingURL=chunk-XISR7YWZ.js.map
11555
+ //# sourceMappingURL=chunk-OXWLTPU2.js.map
@@ -11298,6 +11298,55 @@ async function fetchServerAuthConfigIds(fetchImpl, base, serverId, apiKey) {
11298
11298
  }
11299
11299
  }
11300
11300
 
11301
+ // ../../packages/core/dist/integrations/composio-approved-egress.json
11302
+ var composio_approved_egress_default = {
11303
+ $comment: [
11304
+ "ADR-0032 Part 3, gate item 2 + gate item 3 (ENG-9684). THE single recorded source",
11305
+ "for the addresses Composio's per-key IP allowlist is expected to hold. Read by BOTH",
11306
+ "scripts/fleet-egress-enum.sh (the operator's pre-arming instrument) and the",
11307
+ "ComposioEgressAddressDrift cron (the between-armings watch). They must agree, which",
11308
+ "is why neither carries its own copy.",
11309
+ "",
11310
+ "WHY A REPO FILE AND NOT SSM. Composio's allowlist has no read API, so its contents",
11311
+ "can never be queried - only inferred from a refusal. This file is therefore not a",
11312
+ "cache of vendor state; it is a DECLARATION of what a human pasted into a dashboard.",
11313
+ "A PR is the right ceremony for changing a security boundary nobody can read back.",
11314
+ "SSM would also hit registerCron's five-parameter grant scope (ENG-9940), where a",
11315
+ "sixth parameter fails silently.",
11316
+ "",
11317
+ "THE COMPARISON IS ON `ip` AND NOTHING ELSE. `seenAsGateway` is informational. A NAT",
11318
+ "rebuild that re-adopts the same EIP keeps egress correct while changing the gateway",
11319
+ "id, so comparing ids would red on the safe case - which is precisely the case Part 2's",
11320
+ "EIP adoption exists to create.",
11321
+ "",
11322
+ "WHEN ENG-9426 LANDS THIS GOES RED UNTIL IT IS UPDATED. That is the forcing function",
11323
+ "working, not a fault. ENG-9426 adds a NAT in ap-southeast-2b, i.e. a THIRD egress",
11324
+ "address: add it here in the same change that lands it, or the detector correctly",
11325
+ "reports that hosts are leaving from an address no key allows. Do not loosen the check."
11326
+ ],
11327
+ account: "711726113003",
11328
+ homeRegion: "ap-southeast-2",
11329
+ addresses: [
11330
+ {
11331
+ ip: "32.236.6.24",
11332
+ stage: "prod",
11333
+ seenAsGateway: "nat-00a3dac969c0641a6",
11334
+ note: "Prod hosts NAT. Measured 2026-09-12 (ENG-10392): 25 of 25 active prod host instances route 0.0.0.0/0 here."
11335
+ },
11336
+ {
11337
+ ip: "15.135.204.192",
11338
+ stage: "dev",
11339
+ seenAsGateway: "nat-01122e6efaf4c4eaa",
11340
+ note: "Dev-stage hosts NAT, same account. 2 instances measured 2026-09-12; their host rows live in the dev Supabase project."
11341
+ }
11342
+ ]
11343
+ };
11344
+
11345
+ // ../../packages/core/dist/integrations/composio-approved-egress.js
11346
+ var APPROVED_EGRESS_ACCOUNT = composio_approved_egress_default.account;
11347
+ var APPROVED_EGRESS_HOME_REGION = composio_approved_egress_default.homeRegion;
11348
+ var APPROVED_EGRESS_ADDRESSES = composio_approved_egress_default.addresses;
11349
+
11301
11350
  // ../../packages/core/dist/integrations/composio-tool-call-probe.js
11302
11351
  var MCP_ACCEPT2 = "application/json, text/event-stream";
11303
11352
  var DEFAULT_TIMEOUT_MS2 = 1e4;
@@ -14569,4 +14618,4 @@ export {
14569
14618
  peekCurrentSession,
14570
14619
  readDailySessionPin
14571
14620
  };
14572
- //# sourceMappingURL=chunk-UBXUNYTR.js.map
14621
+ //# sourceMappingURL=chunk-Y7ERASS6.js.map