@integrity-labs/agt-cli 0.6.8 → 0.6.9

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.
Files changed (2) hide show
  1. package/dist/bin/agt.js +2 -2
  2. package/package.json +1 -1
package/dist/bin/agt.js CHANGED
@@ -3413,7 +3413,7 @@ async function acpxCloseCommand(agent2, _opts, cmd) {
3413
3413
  import { execSync } from "child_process";
3414
3414
  import chalk19 from "chalk";
3415
3415
  import ora15 from "ora";
3416
- var cliVersion = true ? "0.6.8" : "dev";
3416
+ var cliVersion = true ? "0.6.9" : "dev";
3417
3417
  async function fetchLatestVersion() {
3418
3418
  const host2 = AGT_HOST;
3419
3419
  if (!host2) return null;
@@ -3529,7 +3529,7 @@ async function checkForUpdateOnStartup() {
3529
3529
  }
3530
3530
 
3531
3531
  // src/bin/agt.ts
3532
- var cliVersion2 = true ? "0.6.8" : "dev";
3532
+ var cliVersion2 = true ? "0.6.9" : "dev";
3533
3533
  var program = new Command();
3534
3534
  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");
3535
3535
  program.hook("preAction", (thisCommand) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Augmented CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "bin": {