@integrity-labs/agt-cli 0.28.186 → 0.28.187
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
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
success,
|
|
38
38
|
table,
|
|
39
39
|
warn
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-MK42LWDV.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEFAULT_FRAMEWORK,
|
|
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4749
4749
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4750
4750
|
import chalk18 from "chalk";
|
|
4751
4751
|
import ora16 from "ora";
|
|
4752
|
-
var cliVersion = true ? "0.28.
|
|
4752
|
+
var cliVersion = true ? "0.28.187" : "dev";
|
|
4753
4753
|
async function fetchLatestVersion() {
|
|
4754
4754
|
const host2 = getHost();
|
|
4755
4755
|
if (!host2) return null;
|
|
@@ -5763,7 +5763,7 @@ function handleError(err) {
|
|
|
5763
5763
|
}
|
|
5764
5764
|
|
|
5765
5765
|
// src/bin/agt.ts
|
|
5766
|
-
var cliVersion2 = true ? "0.28.
|
|
5766
|
+
var cliVersion2 = true ? "0.28.187" : "dev";
|
|
5767
5767
|
var program = new Command();
|
|
5768
5768
|
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");
|
|
5769
5769
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -6120,7 +6120,7 @@ function requireHost() {
|
|
|
6120
6120
|
}
|
|
6121
6121
|
|
|
6122
6122
|
// src/lib/api-client.ts
|
|
6123
|
-
var agtCliVersion = true ? "0.28.
|
|
6123
|
+
var agtCliVersion = true ? "0.28.187" : "dev";
|
|
6124
6124
|
var lastConfigHash = null;
|
|
6125
6125
|
function setConfigHash(hash) {
|
|
6126
6126
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7425,4 +7425,4 @@ export {
|
|
|
7425
7425
|
managerInstallSystemUnitCommand,
|
|
7426
7426
|
managerUninstallSystemUnitCommand
|
|
7427
7427
|
};
|
|
7428
|
-
//# sourceMappingURL=chunk-
|
|
7428
|
+
//# sourceMappingURL=chunk-MK42LWDV.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-MK42LWDV.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -6602,7 +6602,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6602
6602
|
var lastVersionCheckAt = 0;
|
|
6603
6603
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6604
6604
|
var lastResponsivenessProbeAt = 0;
|
|
6605
|
-
var agtCliVersion = true ? "0.28.
|
|
6605
|
+
var agtCliVersion = true ? "0.28.187" : "dev";
|
|
6606
6606
|
function resolveBrewPath(execFileSync4) {
|
|
6607
6607
|
try {
|
|
6608
6608
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/dist/mcp/index.js
CHANGED
|
@@ -22391,10 +22391,10 @@ server.tool(
|
|
|
22391
22391
|
);
|
|
22392
22392
|
server.tool(
|
|
22393
22393
|
"request_buttons",
|
|
22394
|
-
'Ask a user to pick ONE option by tapping a button, then END YOUR TURN. Posts a small button card (2-4 choices) into a Slack channel; the platform delivers the tapped choice back to you later as a direct-chat message (payload.kind = "button_click", payload.value / payload.label), carrying source_channel so you reply in the original conversation. Use this for a quick one-of-N decision ("merge it?", "which environment?", "approve copy A/B/C?") when your turn can end rather than block. Buttons only COLLECT a choice; they grant no permission, and any privileged action you take in response runs under your own authority. Slack
|
|
22394
|
+
'Ask a user to pick ONE option by tapping a button, then END YOUR TURN. Posts a small button card (2-4 choices) into a Slack channel; the platform delivers the tapped choice back to you later as a direct-chat message (payload.kind = "button_click", payload.value / payload.label), carrying source_channel so you reply in the original conversation. Use this for a quick one-of-N decision ("merge it?", "which environment?", "approve copy A/B/C?") when your turn can end rather than block. Buttons only COLLECT a choice; they grant no permission, and any privileged action you take in response runs under your own authority. Works on Slack and Telegram channels.',
|
|
22395
22395
|
{
|
|
22396
|
-
channel_id: external_exports.string().min(1).describe("Slack channel id (C.../G..., NOT a name)
|
|
22397
|
-
thread_ts: external_exports.string().optional().describe("Optional Slack thread_ts
|
|
22396
|
+
channel_id: external_exports.string().min(1).describe("Channel to post the buttons into: a Slack channel id (C.../G..., NOT a name \u2014 resolve via slack.list_channels first) or a Telegram chat id (numeric, negative for groups)."),
|
|
22397
|
+
thread_ts: external_exports.string().optional().describe("Optional thread anchor: a Slack thread_ts, or a Telegram message id to reply to. Omit to post top-level."),
|
|
22398
22398
|
prompt_text: external_exports.string().min(1).max(3e3).describe("The question / context shown above the buttons."),
|
|
22399
22399
|
options: external_exports.array(
|
|
22400
22400
|
external_exports.object({
|
package/package.json
CHANGED
|
File without changes
|