@integrity-labs/agt-cli 0.27.32 → 0.27.33
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
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-IQP6CNDB.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4658,7 +4658,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4658
4658
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4659
4659
|
import chalk18 from "chalk";
|
|
4660
4660
|
import ora16 from "ora";
|
|
4661
|
-
var cliVersion = true ? "0.27.
|
|
4661
|
+
var cliVersion = true ? "0.27.33" : "dev";
|
|
4662
4662
|
async function fetchLatestVersion() {
|
|
4663
4663
|
const host2 = getHost();
|
|
4664
4664
|
if (!host2) return null;
|
|
@@ -5190,7 +5190,7 @@ function handleError(err) {
|
|
|
5190
5190
|
}
|
|
5191
5191
|
|
|
5192
5192
|
// src/bin/agt.ts
|
|
5193
|
-
var cliVersion2 = true ? "0.27.
|
|
5193
|
+
var cliVersion2 = true ? "0.27.33" : "dev";
|
|
5194
5194
|
var program = new Command();
|
|
5195
5195
|
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");
|
|
5196
5196
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
provisionOrientHook,
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-IQP6CNDB.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectDir as getProjectDir2,
|
|
21
21
|
getReadyTasks,
|
|
@@ -3344,7 +3344,7 @@ var cachedFrameworkVersion = null;
|
|
|
3344
3344
|
var lastVersionCheckAt = 0;
|
|
3345
3345
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3346
3346
|
var lastResponsivenessProbeAt = 0;
|
|
3347
|
-
var agtCliVersion = true ? "0.27.
|
|
3347
|
+
var agtCliVersion = true ? "0.27.33" : "dev";
|
|
3348
3348
|
function resolveBrewPath(execFileSync4) {
|
|
3349
3349
|
try {
|
|
3350
3350
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -14291,7 +14291,7 @@ function politeDeclineCopy(reason) {
|
|
|
14291
14291
|
case "mode_manager_only":
|
|
14292
14292
|
return "Sorry, I only respond to my manager in this channel.";
|
|
14293
14293
|
case "mode_team_only":
|
|
14294
|
-
return "Sorry,
|
|
14294
|
+
return "Sorry, this agent only replies to its team members.";
|
|
14295
14295
|
case "mode_team_agents_only":
|
|
14296
14296
|
return "Sorry, I only respond to agents on my team in this channel.";
|
|
14297
14297
|
case "mode_agents_only":
|
package/package.json
CHANGED
|
File without changes
|