@integrity-labs/agt-cli 0.28.841 → 0.28.843

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
@@ -40,12 +40,12 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-43P6SG7L.js";
43
+ } from "../chunk-N3SJYP5X.js";
44
44
  import {
45
45
  getProjectDir,
46
46
  isSessionResumeDisabled,
47
47
  readDirectChatSessionState
48
- } from "../chunk-CFLYGZOF.js";
48
+ } from "../chunk-NZQ3ILKM.js";
49
49
  import {
50
50
  AnchorSessionClient,
51
51
  CHANNEL_REGISTRY,
@@ -79,7 +79,7 @@ import {
79
79
  serializeManifestForSlackCli,
80
80
  sessionFileExists,
81
81
  sessionTranscriptDir
82
- } from "../chunk-XBLODN73.js";
82
+ } from "../chunk-N23P6M3P.js";
83
83
  import "../chunk-XWVM4KPK.js";
84
84
 
85
85
  // src/bin/agt.ts
@@ -5467,7 +5467,7 @@ import { execFileSync, execSync } from "child_process";
5467
5467
  import { existsSync as existsSync11, realpathSync as realpathSync2 } from "fs";
5468
5468
  import chalk18 from "chalk";
5469
5469
  import ora16 from "ora";
5470
- var cliVersion = true ? "0.28.841" : "dev";
5470
+ var cliVersion = true ? "0.28.843" : "dev";
5471
5471
  async function fetchLatestVersion() {
5472
5472
  const host2 = getHost();
5473
5473
  if (!host2) return null;
@@ -6658,7 +6658,7 @@ function handleError(err) {
6658
6658
  }
6659
6659
 
6660
6660
  // src/bin/agt.ts
6661
- var cliVersion2 = true ? "0.28.841" : "dev";
6661
+ var cliVersion2 = true ? "0.28.843" : "dev";
6662
6662
  var program = new Command();
6663
6663
  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");
6664
6664
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -2402,11 +2402,22 @@ var INTEGRATION_REGISTRY = [
2402
2402
  binary: "xurl",
2403
2403
  env_key: "X_BEARER_TOKEN",
2404
2404
  skill_id: "xurl-cli",
2405
- // xurl is a Go binary distributed through homebrew tap; operator
2406
- // installs via `brew install xdevplatform/tap/xurl`. Mark manual
2407
- // for now add a dedicated `tap` installer in a follow-up if more
2408
- // brew-tap tools land.
2409
- installer: "manual"
2405
+ // ENG-6897: was `manual`, on the belief that xurl is only distributed
2406
+ // through a homebrew tap. It is not: xdevplatform publish
2407
+ // `@xdevplatform/xurl` to npm (1.3.1 at time of writing) with
2408
+ // `bin: { xurl: 'cli.js' }`, and the `package` above was already the
2409
+ // right one — only the installer disagreed. `manual` meant the manager
2410
+ // logged "operator must install" to a host log nobody reads and marked
2411
+ // the toolkit permanently ensured, so every agent granted this
2412
+ // integration got credentials, a skill, and no binary, silently.
2413
+ //
2414
+ // The npm package's postinstall downloads the matching release archive
2415
+ // from GitHub and untars it, so this needs egress to
2416
+ // github.com/.../releases. If that fails, `ensureToolkitCli`'s
2417
+ // post-install `which` catches it, logs the child's real stderr and
2418
+ // retries with backoff — i.e. the worst case of trying is the state we
2419
+ // are already in, with a better log line.
2420
+ installer: "npm"
2410
2421
  },
2411
2422
  docs_url: "https://github.com/xdevplatform/xurl"
2412
2423
  },
@@ -13909,4 +13920,4 @@ export {
13909
13920
  peekCurrentSession,
13910
13921
  readDailySessionPin
13911
13922
  };
13912
- //# sourceMappingURL=chunk-XBLODN73.js.map
13923
+ //# sourceMappingURL=chunk-N23P6M3P.js.map