@integrity-labs/agt-cli 0.28.272 → 0.28.273

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-5HCINBKO.js";
41
+ } from "../chunk-NKNOIJMC.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-5TL5THQE.js";
70
+ } from "../chunk-PNETKYLF.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.272" : "dev";
4829
+ var cliVersion = true ? "0.28.273" : "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.272" : "dev";
5843
+ var cliVersion2 = true ? "0.28.273" : "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-5TL5THQE.js";
21
+ } from "./chunk-PNETKYLF.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5880,7 +5880,7 @@ function requireHost() {
5880
5880
  }
5881
5881
 
5882
5882
  // src/lib/api-client.ts
5883
- var agtCliVersion = true ? "0.28.272" : "dev";
5883
+ var agtCliVersion = true ? "0.28.273" : "dev";
5884
5884
  var lastConfigHash = null;
5885
5885
  function setConfigHash(hash) {
5886
5886
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8157,4 +8157,4 @@ export {
8157
8157
  managerInstallSystemUnitCommand,
8158
8158
  managerUninstallSystemUnitCommand
8159
8159
  };
8160
- //# sourceMappingURL=chunk-5HCINBKO.js.map
8160
+ //# sourceMappingURL=chunk-NKNOIJMC.js.map
@@ -4950,6 +4950,35 @@ var INTEGRATION_REGISTRY = [
4950
4950
  ]
4951
4951
  }
4952
4952
  },
4953
+ {
4954
+ id: "grok-voice",
4955
+ name: "Grok Voice",
4956
+ category: "media",
4957
+ description: "Real-time two-way voice for your agent, powered by xAI Grok. Speak to the agent and hear it reply. Augmented Team manages Grok Voice access for you - there is no key to enter.",
4958
+ // Grok Voice is a PREMIUM integration on the platform-key model (mirrors
4959
+ // ElevenLabs / ADR-0031): Augmented holds one xAI account key and every
4960
+ // customer agent's voice minutes bill back to it, so auth_type is `none` -
4961
+ // customers never enter a key. Enabling this integration (resolved via the
4962
+ // agent/team/org scope chain) is what unlocks voice in Direct Chat; it
4963
+ // supersedes the legacy `grok-voice` channel (ENG-7523 spike). The realtime
4964
+ // client (webapp Voice Chat tab) and the ephemeral-token mint already exist;
4965
+ // this definition adds the premium opt-in + metering gate. Usage meters per
4966
+ // voice-minute at the session chokepoint (the mint wiring is a follow-up).
4967
+ supported_auth_types: ["none"],
4968
+ capabilities: [
4969
+ { id: "grok-voice:converse", name: "Voice Conversation", description: "Hold a real-time two-way spoken conversation with the agent (xAI Grok realtime voice)", access: "write" }
4970
+ ],
4971
+ docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
4972
+ beta: true,
4973
+ // Premium (billable): voice minutes bill back to Augmented's xAI account key,
4974
+ // usage-priced and gated on a per-org opt-in. Pricing amounts live in
4975
+ // integration_rate_cards; this only declares the model + meter.
4976
+ premium: {
4977
+ pricing: "usage",
4978
+ note: "Billed per minute of real-time voice conversation.",
4979
+ meters: [{ event_type: "voice_session", unit: "minute" }]
4980
+ }
4981
+ },
4953
4982
  {
4954
4983
  id: "image-gen",
4955
4984
  name: "Image Generation",
@@ -6626,6 +6655,7 @@ function attributeTranscriptUsageByRun(jsonl) {
6626
6655
 
6627
6656
  // ../../packages/core/dist/loops/kanban-check.js
6628
6657
  var KANBAN_CHECK_COMMAND = "kanban_list \u2014 pick up any actionable items if you are free.";
6658
+ var KANBAN_NUDGE_ACTIONABLE_STATUSES = ["todo", "in_progress"];
6629
6659
 
6630
6660
  // ../../packages/core/dist/kanban/state-machine.js
6631
6661
  var KANBAN_STATUSES = [
@@ -9253,6 +9283,7 @@ export {
9253
9283
  isEmptyTotals,
9254
9284
  attributeTranscriptUsageByRun,
9255
9285
  KANBAN_CHECK_COMMAND,
9286
+ KANBAN_NUDGE_ACTIONABLE_STATUSES,
9256
9287
  isSystemInjectedContent,
9257
9288
  isBareAck,
9258
9289
  CONVERSATION_FAILURE_CATEGORIES,
@@ -9314,4 +9345,4 @@ export {
9314
9345
  stopAllSessionsAndWait,
9315
9346
  getProjectDir
9316
9347
  };
9317
- //# sourceMappingURL=chunk-5TL5THQE.js.map
9348
+ //# sourceMappingURL=chunk-PNETKYLF.js.map