@integrity-labs/agt-cli 0.28.602 → 0.28.604
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,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-TLVS32O4.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
46
|
} from "../chunk-XTLKPF2A.js";
|
|
@@ -4841,7 +4841,6 @@ async function kanbanUpdateCommand(titleOrId, opts) {
|
|
|
4841
4841
|
update: [
|
|
4842
4842
|
{
|
|
4843
4843
|
id: match.id,
|
|
4844
|
-
status: match.status,
|
|
4845
4844
|
notes: opts.notes,
|
|
4846
4845
|
result: opts.result
|
|
4847
4846
|
}
|
|
@@ -4910,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4910
4909
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4911
4910
|
import chalk18 from "chalk";
|
|
4912
4911
|
import ora16 from "ora";
|
|
4913
|
-
var cliVersion = true ? "0.28.
|
|
4912
|
+
var cliVersion = true ? "0.28.604" : "dev";
|
|
4914
4913
|
async function fetchLatestVersion() {
|
|
4915
4914
|
const host2 = getHost();
|
|
4916
4915
|
if (!host2) return null;
|
|
@@ -6090,7 +6089,7 @@ function handleError(err) {
|
|
|
6090
6089
|
}
|
|
6091
6090
|
|
|
6092
6091
|
// src/bin/agt.ts
|
|
6093
|
-
var cliVersion2 = true ? "0.28.
|
|
6092
|
+
var cliVersion2 = true ? "0.28.604" : "dev";
|
|
6094
6093
|
var program = new Command();
|
|
6095
6094
|
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");
|
|
6096
6095
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|