@integrity-labs/agt-cli 0.28.593 → 0.28.595

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,7 +40,10 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-BYCE4V7Q.js";
43
+ } from "../chunk-RC6V6QN2.js";
44
+ import {
45
+ readDirectChatSessionState
46
+ } from "../chunk-6NVRWZ5W.js";
44
47
  import {
45
48
  AnchorSessionClient,
46
49
  CHANNEL_REGISTRY,
@@ -66,12 +69,11 @@ import {
66
69
  lintAll,
67
70
  lintCharter,
68
71
  lintTools,
69
- readDirectChatSessionState,
70
72
  renderTemplate,
71
73
  requiredMcpWildcard,
72
74
  resolveChannels,
73
75
  serializeManifestForSlackCli
74
- } from "../chunk-TKWDYMM3.js";
76
+ } from "../chunk-3PNRUCHD.js";
75
77
  import "../chunk-XWVM4KPK.js";
76
78
 
77
79
  // src/bin/agt.ts
@@ -4908,7 +4910,7 @@ import { execFileSync, execSync } from "child_process";
4908
4910
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4909
4911
  import chalk18 from "chalk";
4910
4912
  import ora16 from "ora";
4911
- var cliVersion = true ? "0.28.593" : "dev";
4913
+ var cliVersion = true ? "0.28.595" : "dev";
4912
4914
  async function fetchLatestVersion() {
4913
4915
  const host2 = getHost();
4914
4916
  if (!host2) return null;
@@ -6088,7 +6090,7 @@ function handleError(err) {
6088
6090
  }
6089
6091
 
6090
6092
  // src/bin/agt.ts
6091
- var cliVersion2 = true ? "0.28.593" : "dev";
6093
+ var cliVersion2 = true ? "0.28.595" : "dev";
6092
6094
  var program = new Command();
6093
6095
  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");
6094
6096
  program.hook("preAction", async (thisCommand, actionCommand) => {