@integrity-labs/agt-cli 0.19.12 → 0.19.13

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
@@ -50,7 +50,7 @@ import {
50
50
  success,
51
51
  table,
52
52
  warn
53
- } from "../chunk-N6PGVBYF.js";
53
+ } from "../chunk-SUUTWC6M.js";
54
54
 
55
55
  // src/bin/agt.ts
56
56
  import { join as join10 } from "path";
@@ -3734,7 +3734,7 @@ import { execFileSync, execSync } from "child_process";
3734
3734
  import { existsSync as existsSync5, realpathSync } from "fs";
3735
3735
  import chalk17 from "chalk";
3736
3736
  import ora15 from "ora";
3737
- var cliVersion = true ? "0.19.12" : "dev";
3737
+ var cliVersion = true ? "0.19.13" : "dev";
3738
3738
  async function fetchLatestVersion() {
3739
3739
  const host2 = getHost();
3740
3740
  if (!host2) return null;
@@ -4192,7 +4192,7 @@ function handleError(err) {
4192
4192
  }
4193
4193
 
4194
4194
  // src/bin/agt.ts
4195
- var cliVersion2 = true ? "0.19.12" : "dev";
4195
+ var cliVersion2 = true ? "0.19.13" : "dev";
4196
4196
  var program = new Command();
4197
4197
  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");
4198
4198
  program.hook("preAction", (thisCommand) => {
@@ -4009,6 +4009,11 @@ function buildMcpJson(input) {
4009
4009
  // every call; the API derives team server-side. AGT_TEAM_SLUG
4010
4010
  // dropped — single-team-per-host invariant gone.
4011
4011
  AGT_AGENT_ID: input.agent.agent_id,
4012
+ // ENG-4788: cloud-broker@0.6+ exits at startup if AGT_RUN_ID
4013
+ // is missing (packages/cloud-broker/src/index.ts:63). Manager
4014
+ // exports AGT_RUN_ID per Claude spawn; Claude substitutes the
4015
+ // placeholder at MCP-launch time. Same pattern as augmented.
4016
+ AGT_RUN_ID: "${AGT_RUN_ID}",
4012
4017
  AGT_API_KEY: "${AGT_API_KEY}",
4013
4018
  PATH: process.env["PATH"] ?? "",
4014
4019
  HOME: process.env["HOME"] ?? ""
@@ -4537,6 +4542,10 @@ ${sections}`
4537
4542
  AGT_HOST: "${AGT_HOST}",
4538
4543
  AGT_API_KEY: "${AGT_API_KEY}",
4539
4544
  AGT_AGENT_ID: existingAgentId ?? "${AGT_AGENT_ID}",
4545
+ // ENG-4788: cloud-broker@0.6+ exits at startup if AGT_RUN_ID
4546
+ // is missing. Mirror buildMcpJson's entry on incremental sync
4547
+ // so an agent that connects AWS post-provision boots cleanly.
4548
+ AGT_RUN_ID: "${AGT_RUN_ID}",
4540
4549
  PATH: process.env["PATH"] ?? "",
4541
4550
  HOME: process.env["HOME"] ?? ""
4542
4551
  }
@@ -8227,4 +8236,4 @@ export {
8227
8236
  managerInstallSystemUnitCommand,
8228
8237
  managerUninstallSystemUnitCommand
8229
8238
  };
8230
- //# sourceMappingURL=chunk-N6PGVBYF.js.map
8239
+ //# sourceMappingURL=chunk-SUUTWC6M.js.map