@integrity-labs/agt-cli 0.14.15 → 0.15.0

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
@@ -45,7 +45,7 @@ import {
45
45
  success,
46
46
  table,
47
47
  warn
48
- } from "../chunk-LGEQOVFU.js";
48
+ } from "../chunk-WB3T6XIV.js";
49
49
 
50
50
  // src/bin/agt.ts
51
51
  import { join as join9 } from "path";
@@ -3402,7 +3402,7 @@ import { execFileSync, execSync } from "child_process";
3402
3402
  import { existsSync as existsSync4, realpathSync } from "fs";
3403
3403
  import chalk17 from "chalk";
3404
3404
  import ora15 from "ora";
3405
- var cliVersion = true ? "0.14.15" : "dev";
3405
+ var cliVersion = true ? "0.15.0" : "dev";
3406
3406
  async function fetchLatestVersion() {
3407
3407
  const host2 = getHost();
3408
3408
  if (!host2) return null;
@@ -3851,7 +3851,7 @@ function handleError(err) {
3851
3851
  }
3852
3852
 
3853
3853
  // src/bin/agt.ts
3854
- var cliVersion2 = true ? "0.14.15" : "dev";
3854
+ var cliVersion2 = true ? "0.15.0" : "dev";
3855
3855
  var program = new Command();
3856
3856
  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");
3857
3857
  program.hook("preAction", (thisCommand) => {