@integrity-labs/agt-cli 0.28.335 → 0.28.336

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-VJYEJQDY.js";
41
+ } from "../chunk-VIYSMPXD.js";
42
42
  import {
43
43
  AnchorSessionClient,
44
44
  CHANNEL_REGISTRY,
@@ -4827,7 +4827,7 @@ import { execFileSync, execSync } from "child_process";
4827
4827
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4828
4828
  import chalk18 from "chalk";
4829
4829
  import ora16 from "ora";
4830
- var cliVersion = true ? "0.28.335" : "dev";
4830
+ var cliVersion = true ? "0.28.336" : "dev";
4831
4831
  async function fetchLatestVersion() {
4832
4832
  const host2 = getHost();
4833
4833
  if (!host2) return null;
@@ -5931,7 +5931,7 @@ function handleError(err) {
5931
5931
  }
5932
5932
 
5933
5933
  // src/bin/agt.ts
5934
- var cliVersion2 = true ? "0.28.335" : "dev";
5934
+ var cliVersion2 = true ? "0.28.336" : "dev";
5935
5935
  var program = new Command();
5936
5936
  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");
5937
5937
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -7042,7 +7042,7 @@ function requireHost() {
7042
7042
  }
7043
7043
 
7044
7044
  // src/lib/api-client.ts
7045
- var agtCliVersion = true ? "0.28.335" : "dev";
7045
+ var agtCliVersion = true ? "0.28.336" : "dev";
7046
7046
  var lastConfigHash = null;
7047
7047
  function setConfigHash(hash) {
7048
7048
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9439,4 +9439,4 @@ export {
9439
9439
  managerInstallSystemUnitCommand,
9440
9440
  managerUninstallSystemUnitCommand
9441
9441
  };
9442
- //# sourceMappingURL=chunk-VJYEJQDY.js.map
9442
+ //# sourceMappingURL=chunk-VIYSMPXD.js.map
@@ -43,7 +43,7 @@ import {
43
43
  requireHost,
44
44
  safeWriteJsonAtomic,
45
45
  setConfigHash
46
- } from "../chunk-VJYEJQDY.js";
46
+ } from "../chunk-VIYSMPXD.js";
47
47
  import {
48
48
  getProjectDir as getProjectDir2,
49
49
  getReadyTasks,
@@ -8386,7 +8386,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
8386
8386
  var lastVersionCheckAt = 0;
8387
8387
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
8388
8388
  var lastResponsivenessProbeAt = 0;
8389
- var agtCliVersion = true ? "0.28.335" : "dev";
8389
+ var agtCliVersion = true ? "0.28.336" : "dev";
8390
8390
  function resolveBrewPath(execFileSync2) {
8391
8391
  try {
8392
8392
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.335",
3
+ "version": "0.28.336",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {