@integrity-labs/agt-cli 0.28.223 → 0.28.225

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
@@ -38,7 +38,7 @@ import {
38
38
  success,
39
39
  table,
40
40
  warn
41
- } from "../chunk-7GJGGLKZ.js";
41
+ } from "../chunk-A36N2XXT.js";
42
42
  import {
43
43
  CHANNEL_REGISTRY,
44
44
  DEFAULT_FRAMEWORK,
@@ -67,7 +67,7 @@ import {
67
67
  renderTemplate,
68
68
  resolveChannels,
69
69
  serializeManifestForSlackCli
70
- } from "../chunk-MJ2TQQOO.js";
70
+ } from "../chunk-S43WVYAF.js";
71
71
  import "../chunk-XWVM4KPK.js";
72
72
 
73
73
  // src/bin/agt.ts
@@ -4826,7 +4826,7 @@ import { execFileSync, execSync } from "child_process";
4826
4826
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4827
4827
  import chalk18 from "chalk";
4828
4828
  import ora16 from "ora";
4829
- var cliVersion = true ? "0.28.223" : "dev";
4829
+ var cliVersion = true ? "0.28.225" : "dev";
4830
4830
  async function fetchLatestVersion() {
4831
4831
  const host2 = getHost();
4832
4832
  if (!host2) return null;
@@ -5840,7 +5840,7 @@ function handleError(err) {
5840
5840
  }
5841
5841
 
5842
5842
  // src/bin/agt.ts
5843
- var cliVersion2 = true ? "0.28.223" : "dev";
5843
+ var cliVersion2 = true ? "0.28.225" : "dev";
5844
5844
  var program = new Command();
5845
5845
  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");
5846
5846
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -18,7 +18,7 @@ import {
18
18
  resolveConnectivityProbe,
19
19
  worseConnectivityOutcome,
20
20
  wrapScheduledTaskPrompt
21
- } from "./chunk-MJ2TQQOO.js";
21
+ } from "./chunk-S43WVYAF.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5667,7 +5667,7 @@ function requireHost() {
5667
5667
  }
5668
5668
 
5669
5669
  // src/lib/api-client.ts
5670
- var agtCliVersion = true ? "0.28.223" : "dev";
5670
+ var agtCliVersion = true ? "0.28.225" : "dev";
5671
5671
  var lastConfigHash = null;
5672
5672
  function setConfigHash(hash) {
5673
5673
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -7720,4 +7720,4 @@ export {
7720
7720
  managerInstallSystemUnitCommand,
7721
7721
  managerUninstallSystemUnitCommand
7722
7722
  };
7723
- //# sourceMappingURL=chunk-7GJGGLKZ.js.map
7723
+ //# sourceMappingURL=chunk-A36N2XXT.js.map
@@ -3383,8 +3383,14 @@ var ASSET_TYPES = {
3383
3383
  "image/jpeg": { ext: "jpg", maxBytes: 5 * MB, enabled: true },
3384
3384
  "image/webp": { ext: "webp", maxBytes: 5 * MB, enabled: true },
3385
3385
  "image/gif": { ext: "gif", maxBytes: 10 * MB, enabled: true },
3386
- // Forward path enable in a later phase alongside multipart + range serving:
3387
- "video/mp4": { ext: "mp4", maxBytes: 50 * MB, enabled: false },
3386
+ // Video (guided-tour narration clips). Inert ISO-BMFF / EBML containers like
3387
+ // the rasters and mp3 above, not active content so serving them as top-level
3388
+ // same-origin asset URLs is safe (the SVG/HTML-polyglot risk in the module
3389
+ // header doesn't apply; publish-time magic-byte sniffing enforces it). Uploads
3390
+ // are presigned-PUT straight to S3, and S3+CloudFront serve range requests so
3391
+ // <video> seeking works.
3392
+ "video/mp4": { ext: "mp4", maxBytes: 100 * MB, enabled: true },
3393
+ "video/webm": { ext: "webm", maxBytes: 100 * MB, enabled: true },
3388
3394
  // ENG-7048: enabled for server-generated ElevenLabs voiceover (text-to-speech).
3389
3395
  // MP3 is an inert binary container (like the rasters above), so serving it as a
3390
3396
  // top-level same-origin asset URL is safe — the SVG/HTML-polyglot risk in the
@@ -8978,4 +8984,4 @@ export {
8978
8984
  stopAllSessionsAndWait,
8979
8985
  getProjectDir
8980
8986
  };
8981
- //# sourceMappingURL=chunk-MJ2TQQOO.js.map
8987
+ //# sourceMappingURL=chunk-S43WVYAF.js.map