@integrity-labs/agt-cli 0.28.110 → 0.28.111
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 +4 -4
- package/dist/{chunk-D22IMWAZ.js → chunk-63VABDNF.js} +1 -1
- package/dist/{chunk-XQTQRU7P.js → chunk-JMNRCUHL.js} +28 -3
- package/dist/chunk-JMNRCUHL.js.map +1 -0
- package/dist/{chunk-O4OYAFTZ.js → chunk-QP4RFWWF.js} +2 -2
- package/dist/{claude-pair-runtime-6DZEDQAG.js → claude-pair-runtime-Z3RAR35Q.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-RMRG5HXI.js → persistent-session-BQ3NLYEC.js} +3 -3
- package/dist/{responsiveness-probe-QU5TY2K4.js → responsiveness-probe-QNTUW6SW.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-XQTQRU7P.js.map +0 -1
- /package/dist/{chunk-D22IMWAZ.js.map → chunk-63VABDNF.js.map} +0 -0
- /package/dist/{chunk-O4OYAFTZ.js.map → chunk-QP4RFWWF.js.map} +0 -0
- /package/dist/{claude-pair-runtime-6DZEDQAG.js.map → claude-pair-runtime-Z3RAR35Q.js.map} +0 -0
- /package/dist/{persistent-session-RMRG5HXI.js.map → persistent-session-BQ3NLYEC.js.map} +0 -0
- /package/dist/{responsiveness-probe-QU5TY2K4.js.map → responsiveness-probe-QNTUW6SW.js.map} +0 -0
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-JMNRCUHL.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
renderTemplate,
|
|
65
65
|
resolveChannels,
|
|
66
66
|
serializeManifestForSlackCli
|
|
67
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-63VABDNF.js";
|
|
68
68
|
|
|
69
69
|
// src/bin/agt.ts
|
|
70
70
|
import { join as join22 } from "path";
|
|
@@ -4777,7 +4777,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4777
4777
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4778
4778
|
import chalk18 from "chalk";
|
|
4779
4779
|
import ora16 from "ora";
|
|
4780
|
-
var cliVersion = true ? "0.28.
|
|
4780
|
+
var cliVersion = true ? "0.28.111" : "dev";
|
|
4781
4781
|
async function fetchLatestVersion() {
|
|
4782
4782
|
const host2 = getHost();
|
|
4783
4783
|
if (!host2) return null;
|
|
@@ -5791,7 +5791,7 @@ function handleError(err) {
|
|
|
5791
5791
|
}
|
|
5792
5792
|
|
|
5793
5793
|
// src/bin/agt.ts
|
|
5794
|
-
var cliVersion2 = true ? "0.28.
|
|
5794
|
+
var cliVersion2 = true ? "0.28.111" : "dev";
|
|
5795
5795
|
var program = new Command();
|
|
5796
5796
|
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");
|
|
5797
5797
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveConnectivityProbe,
|
|
23
23
|
worseConnectivityOutcome,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-63VABDNF.js";
|
|
26
26
|
|
|
27
27
|
// ../../packages/core/dist/integrations/registry.js
|
|
28
28
|
var INTEGRATION_REGISTRY = [
|
|
@@ -3455,6 +3455,31 @@ a quick "this is taking longer than I expected, still working" line
|
|
|
3455
3455
|
rather than going silent. Operators care about responsiveness, not
|
|
3456
3456
|
consistency.
|
|
3457
3457
|
|
|
3458
|
+
## Re-delivered messages: \`replayed="true"\` means NOT yet answered
|
|
3459
|
+
|
|
3460
|
+
A \`<channel>\` tag may arrive carrying \`replayed="true"\`. This is **not** a
|
|
3461
|
+
duplicate to skip. It means the channel server is re-delivering a message you
|
|
3462
|
+
were sent earlier and **never replied to**: the pending marker stays open
|
|
3463
|
+
precisely because no reply ever went out. Read \`replayed="true"\` as "you still
|
|
3464
|
+
owe this person a reply", which is the opposite of "already handled".
|
|
3465
|
+
|
|
3466
|
+
When you see \`replayed="true"\`:
|
|
3467
|
+
|
|
3468
|
+
- **Answer it**, via the channel tool, exactly as you would a fresh message.
|
|
3469
|
+
You may note you're circling back ("sorry for the delay - ...").
|
|
3470
|
+
- **Do not stay silent assuming you already answered it.** If you truly had,
|
|
3471
|
+
the marker would have cleared and this would not be re-delivered. Your own
|
|
3472
|
+
recollection of "I already replied to this" is not reliable here; the
|
|
3473
|
+
re-delivery is the authoritative signal that your reply never landed.
|
|
3474
|
+
- In the rare case you genuinely did answer and a race re-delivered it, a brief
|
|
3475
|
+
duplicate reply is far cheaper than going silent and looking unresponsive
|
|
3476
|
+
while someone is waiting on you.
|
|
3477
|
+
|
|
3478
|
+
This applies to check-in style messages too ("are you here?", "still busy?").
|
|
3479
|
+
Those are real people trying to reach you, and a \`replayed="true"\` check-in is
|
|
3480
|
+
itself evidence that your earlier silence already read as non-responsiveness.
|
|
3481
|
+
Answer it.
|
|
3482
|
+
|
|
3458
3483
|
## Background dispatch for non-channel work
|
|
3459
3484
|
|
|
3460
3485
|
For background tool work that **isn't** a channel reply \u2014 multi-step data
|
|
@@ -7600,7 +7625,7 @@ function requireHost() {
|
|
|
7600
7625
|
}
|
|
7601
7626
|
|
|
7602
7627
|
// src/lib/api-client.ts
|
|
7603
|
-
var agtCliVersion = true ? "0.28.
|
|
7628
|
+
var agtCliVersion = true ? "0.28.111" : "dev";
|
|
7604
7629
|
var lastConfigHash = null;
|
|
7605
7630
|
function setConfigHash(hash) {
|
|
7606
7631
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8897,4 +8922,4 @@ export {
|
|
|
8897
8922
|
managerInstallSystemUnitCommand,
|
|
8898
8923
|
managerUninstallSystemUnitCommand
|
|
8899
8924
|
};
|
|
8900
|
-
//# sourceMappingURL=chunk-
|
|
8925
|
+
//# sourceMappingURL=chunk-JMNRCUHL.js.map
|