@integrity-labs/agt-cli 0.28.204 → 0.28.205

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 CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-DKVV2REL.js";
40
+ } from "../chunk-46I4PFYV.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEFAULT_FRAMEWORK,
@@ -65,7 +65,7 @@ import {
65
65
  renderTemplate,
66
66
  resolveChannels,
67
67
  serializeManifestForSlackCli
68
- } from "../chunk-2AWUVRIX.js";
68
+ } from "../chunk-7VPPMJA6.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
4749
4749
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4750
4750
  import chalk18 from "chalk";
4751
4751
  import ora16 from "ora";
4752
- var cliVersion = true ? "0.28.204" : "dev";
4752
+ var cliVersion = true ? "0.28.205" : "dev";
4753
4753
  async function fetchLatestVersion() {
4754
4754
  const host2 = getHost();
4755
4755
  if (!host2) return null;
@@ -5763,7 +5763,7 @@ function handleError(err) {
5763
5763
  }
5764
5764
 
5765
5765
  // src/bin/agt.ts
5766
- var cliVersion2 = true ? "0.28.204" : "dev";
5766
+ var cliVersion2 = true ? "0.28.205" : "dev";
5767
5767
  var program = new Command();
5768
5768
  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");
5769
5769
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -17,7 +17,7 @@ import {
17
17
  resolveConnectivityProbe,
18
18
  worseConnectivityOutcome,
19
19
  wrapScheduledTaskPrompt
20
- } from "./chunk-2AWUVRIX.js";
20
+ } from "./chunk-7VPPMJA6.js";
21
21
 
22
22
  // ../../packages/core/dist/provisioning/mcp-config-guards.js
23
23
  import { chmodSync, existsSync, readFileSync, renameSync, writeFileSync, unlinkSync } from "fs";
@@ -5525,7 +5525,7 @@ function requireHost() {
5525
5525
  }
5526
5526
 
5527
5527
  // src/lib/api-client.ts
5528
- var agtCliVersion = true ? "0.28.204" : "dev";
5528
+ var agtCliVersion = true ? "0.28.205" : "dev";
5529
5529
  var lastConfigHash = null;
5530
5530
  function setConfigHash(hash) {
5531
5531
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -6833,4 +6833,4 @@ export {
6833
6833
  managerInstallSystemUnitCommand,
6834
6834
  managerUninstallSystemUnitCommand
6835
6835
  };
6836
- //# sourceMappingURL=chunk-DKVV2REL.js.map
6836
+ //# sourceMappingURL=chunk-46I4PFYV.js.map
@@ -6047,6 +6047,10 @@ async function probeHttpProvider(definitionId, credentials, fetchImpl = fetch) {
6047
6047
  }
6048
6048
  }
6049
6049
 
6050
+ // ../../packages/core/dist/direct-chat/upload.js
6051
+ var MB2 = 1024 * 1024;
6052
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
6053
+
6050
6054
  // ../../packages/core/dist/admin-debug/index.js
6051
6055
  var STUCK_RESTART_THRESHOLD_SECONDS = 15 * 60;
6052
6056
 
@@ -7294,4 +7298,4 @@ export {
7294
7298
  parseEnvIntegrations,
7295
7299
  probeMcpEnvSubstitution
7296
7300
  };
7297
- //# sourceMappingURL=chunk-2AWUVRIX.js.map
7301
+ //# sourceMappingURL=chunk-7VPPMJA6.js.map