@integrity-labs/agt-cli 0.28.295 → 0.28.296

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-VT2HBF2H.js";
41
+ } from "../chunk-DZLBOAQ2.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-IGADZDYT.js";
70
+ } from "../chunk-QXU5FMXN.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.295" : "dev";
4829
+ var cliVersion = true ? "0.28.296" : "dev";
4830
4830
  async function fetchLatestVersion() {
4831
4831
  const host2 = getHost();
4832
4832
  if (!host2) return null;
@@ -5843,7 +5843,7 @@ function handleError(err) {
5843
5843
  }
5844
5844
 
5845
5845
  // src/bin/agt.ts
5846
- var cliVersion2 = true ? "0.28.295" : "dev";
5846
+ var cliVersion2 = true ? "0.28.296" : "dev";
5847
5847
  var program = new Command();
5848
5848
  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");
5849
5849
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -18,7 +18,7 @@ import {
18
18
  resolveConnectivityProbe,
19
19
  worseConnectivityOutcome,
20
20
  wrapScheduledTaskPrompt
21
- } from "./chunk-IGADZDYT.js";
21
+ } from "./chunk-QXU5FMXN.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5882,7 +5882,7 @@ function requireHost() {
5882
5882
  }
5883
5883
 
5884
5884
  // src/lib/api-client.ts
5885
- var agtCliVersion = true ? "0.28.295" : "dev";
5885
+ var agtCliVersion = true ? "0.28.296" : "dev";
5886
5886
  var lastConfigHash = null;
5887
5887
  function setConfigHash(hash) {
5888
5888
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8181,4 +8181,4 @@ export {
8181
8181
  managerInstallSystemUnitCommand,
8182
8182
  managerUninstallSystemUnitCommand
8183
8183
  };
8184
- //# sourceMappingURL=chunk-VT2HBF2H.js.map
8184
+ //# sourceMappingURL=chunk-DZLBOAQ2.js.map
@@ -5032,6 +5032,42 @@ var INTEGRATION_REGISTRY = [
5032
5032
  meters: [{ event_type: "gpt_image_2", unit: "image" }]
5033
5033
  }
5034
5034
  },
5035
+ {
5036
+ id: "video-gen",
5037
+ name: "Video Generation",
5038
+ category: "media",
5039
+ description: "AI video generation from a text prompt. An agent passes a prompt to generate_video and gets back a short generated video with audio, which it can deliver to a chat channel. Augmented Team manages the model access for you - there is no key to enter. Generation runs direct against xAI (Grok Imagine Video 1.5 today). It is a PREMIUM, usage-billed capability: gated on a per-org opt-in and a monthly USD budget, and metered per second of generated video.",
5040
+ // Platform-key model (mirrors Grok Voice / ADR-0031): Augmented holds one xAI
5041
+ // account key (XAI_API_KEY) and every customer render bills back to it, so
5042
+ // auth is `none` - customers never enter a key.
5043
+ supported_auth_types: ["none"],
5044
+ capabilities: [
5045
+ { id: "video-gen:generate", name: "Generate Video", description: "Generate a short video (up to 15s, with audio) from a text prompt (generate_video), deliverable to a chat channel", access: "write" }
5046
+ ],
5047
+ docs_url: "https://docs.x.ai/developers/model-capabilities/video/generation",
5048
+ beta: true,
5049
+ // Premium (billable): renders bill back to Augmented's xAI account key,
5050
+ // usage-priced per second of output video, so it is gated on a per-org opt-in
5051
+ // (isOrgEntitledToPremium) + a per-org monthly USD budget, and metered on
5052
+ // integration_usage_events. Pricing lives in integration_rate_cards; this only
5053
+ // declares the priced meters.
5054
+ //
5055
+ // event_type is per MODEL VERSION x RESOLUTION because xAI prices per output
5056
+ // second by resolution (480p vs 720p rates differ). Only a (model, resolution)
5057
+ // we actually run AND have seeded a rate card for is declared here; the handler
5058
+ // fails CLOSED when the deployed model/resolution maps to an undeclared meter,
5059
+ // so a version bump without a rate card refuses rather than silently disabling
5060
+ // the budget. Adding a model/resolution = declare its meter here + seed its
5061
+ // rate card + add a normalizer entry in video-generation.ts.
5062
+ premium: {
5063
+ pricing: "usage",
5064
+ note: "Billed per second of generated video; the rate depends on the resolution.",
5065
+ meters: [
5066
+ { event_type: "grok_imagine_video_1_5_480p", unit: "second" },
5067
+ { event_type: "grok_imagine_video_1_5_720p", unit: "second" }
5068
+ ]
5069
+ }
5070
+ },
5035
5071
  {
5036
5072
  id: "postiz",
5037
5073
  name: "Postiz",
@@ -7023,6 +7059,12 @@ registerTriggerSource(gdriveCommentsTriggerAdapter);
7023
7059
 
7024
7060
  // ../../packages/core/dist/feature-flags/registry.js
7025
7061
  var FLAG_REGISTRY = [
7062
+ {
7063
+ key: "github-backup",
7064
+ description: "Org-level GitHub daily auto-backup (ENG-7646, ENG-7582 Part 2). Rollout kill-switch; ships dark. The enterprise ENTITLEMENT is enforced separately via plans.github_backup (getPlanForOrg); this flag only stages rollout on top of that entitlement.",
7065
+ flagType: "boolean",
7066
+ defaultValue: false
7067
+ },
7026
7068
  {
7027
7069
  key: "auto-pause",
7028
7070
  description: "Auto-pause agents on sustained hourly-cost breach (ENG-5561). Boolean gate; ships dark.",
@@ -9430,4 +9472,4 @@ export {
9430
9472
  stopAllSessionsAndWait,
9431
9473
  getProjectDir
9432
9474
  };
9433
- //# sourceMappingURL=chunk-IGADZDYT.js.map
9475
+ //# sourceMappingURL=chunk-QXU5FMXN.js.map