@integrity-labs/agt-cli 0.28.862 → 0.28.864
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 +5 -5
- package/dist/{chunk-3DDF2R5V.js → chunk-JG3EAFZO.js} +21 -2
- package/dist/{chunk-3DDF2R5V.js.map → chunk-JG3EAFZO.js.map} +1 -1
- package/dist/{chunk-K6ODYXGF.js → chunk-N76CID2I.js} +4 -4
- package/dist/{chunk-KEF52TAB.js → chunk-PXDYKP5O.js} +2 -2
- package/dist/{claude-pair-runtime-K4AALPY6.js → claude-pair-runtime-OWOZ2ZQ7.js} +2 -2
- package/dist/lib/manager-worker.js +14 -14
- package/dist/mcp/direct-chat-channel.js +20 -1
- package/dist/mcp/index.js +55 -1
- package/dist/mcp/origami.js +20 -1
- package/dist/mcp/slack-channel.js +365 -279
- package/dist/mcp/telegram-channel.js +20 -1
- package/dist/{persistent-session-6YD4WBFZ.js → persistent-session-GSXFKCVO.js} +3 -3
- package/dist/{responsiveness-probe-YST6IPBA.js → responsiveness-probe-GOM3ZYW3.js} +3 -3
- package/dist/{session-auth-dead-DW6PJHGO.js → session-auth-dead-ID4L35CN.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-K6ODYXGF.js.map → chunk-N76CID2I.js.map} +0 -0
- /package/dist/{chunk-KEF52TAB.js.map → chunk-PXDYKP5O.js.map} +0 -0
- /package/dist/{claude-pair-runtime-K4AALPY6.js.map → claude-pair-runtime-OWOZ2ZQ7.js.map} +0 -0
- /package/dist/{persistent-session-6YD4WBFZ.js.map → persistent-session-GSXFKCVO.js.map} +0 -0
- /package/dist/{responsiveness-probe-YST6IPBA.js.map → responsiveness-probe-GOM3ZYW3.js.map} +0 -0
- /package/dist/{session-auth-dead-DW6PJHGO.js.map → session-auth-dead-ID4L35CN.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,12 +40,12 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-N76CID2I.js";
|
|
44
44
|
import {
|
|
45
45
|
getProjectDir,
|
|
46
46
|
isSessionResumeDisabled,
|
|
47
47
|
readDirectChatSessionState
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-PXDYKP5O.js";
|
|
49
49
|
import {
|
|
50
50
|
AnchorSessionClient,
|
|
51
51
|
CHANNEL_REGISTRY,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
serializeManifestForSlackCli,
|
|
80
80
|
sessionFileExists,
|
|
81
81
|
sessionTranscriptDir
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-JG3EAFZO.js";
|
|
83
83
|
import "../chunk-XWVM4KPK.js";
|
|
84
84
|
|
|
85
85
|
// src/bin/agt.ts
|
|
@@ -5467,7 +5467,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
5467
5467
|
import { existsSync as existsSync11, realpathSync as realpathSync2 } from "fs";
|
|
5468
5468
|
import chalk18 from "chalk";
|
|
5469
5469
|
import ora16 from "ora";
|
|
5470
|
-
var cliVersion = true ? "0.28.
|
|
5470
|
+
var cliVersion = true ? "0.28.864" : "dev";
|
|
5471
5471
|
async function fetchLatestVersion() {
|
|
5472
5472
|
const host2 = getHost();
|
|
5473
5473
|
if (!host2) return null;
|
|
@@ -6658,7 +6658,7 @@ function handleError(err) {
|
|
|
6658
6658
|
}
|
|
6659
6659
|
|
|
6660
6660
|
// src/bin/agt.ts
|
|
6661
|
-
var cliVersion2 = true ? "0.28.
|
|
6661
|
+
var cliVersion2 = true ? "0.28.864" : "dev";
|
|
6662
6662
|
var program = new Command();
|
|
6663
6663
|
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");
|
|
6664
6664
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -5723,7 +5723,26 @@ var FLAG_REGISTRY = [
|
|
|
5723
5723
|
// Migration override (ADR-0022): the pre-flags env gate stays the
|
|
5724
5724
|
// highest-precedence operator override so a host already running with
|
|
5725
5725
|
// AGT_RESUME_RECONCILER_ENABLED set keeps that value until the env is retired.
|
|
5726
|
-
envVar: "AGT_RESUME_RECONCILER_ENABLED"
|
|
5726
|
+
envVar: "AGT_RESUME_RECONCILER_ENABLED",
|
|
5727
|
+
// ENG-10036: bisected from the PUBLISHED agt-cli dists, same method as its
|
|
5728
|
+
// sibling `auto-resume-enabled` (ENG-10034). Taken out of that ticket's
|
|
5729
|
+
// grandfather list rather than deferred with the other 20, because the
|
|
5730
|
+
// arming decision for this flag is live this week and a `since` that is
|
|
5731
|
+
// merely RECORDED as missing is still missing at the moment somebody reads
|
|
5732
|
+
// the flip-reach modal.
|
|
5733
|
+
//
|
|
5734
|
+
// AND THIS ONE IS WHY THE PROBE MATTERS. Bisecting on the module symbols
|
|
5735
|
+
// gives the WRONG release, and plausibly so:
|
|
5736
|
+
//
|
|
5737
|
+
// 0.28.19 2026-06-12T05:35:32Z decideResumeReconcile ✓ readResumeReconcilerConfig ✓ AGT_RESUME_RECONCILER_ENABLED ✓ 'resume-reconciler' ✗
|
|
5738
|
+
// 0.28.20 2026-06-12T06:17:28Z decideResumeReconcile ✓ readResumeReconcilerConfig ✓ AGT_RESUME_RECONCILER_ENABLED ✓ 'resume-reconciler' ✓
|
|
5739
|
+
//
|
|
5740
|
+
// ENG-6383 shipped the decision and the env gate; ENG-6395 promoted it to a
|
|
5741
|
+
// registry key 42 minutes later. A host on 0.28.19 honours the ENV VAR and
|
|
5742
|
+
// cannot read the FLAG, so `since: '0.28.19'` would report reach onto hosts
|
|
5743
|
+
// a registry flip cannot touch — the precise defect `since` exists to
|
|
5744
|
+
// prevent. The flag KEY is the only honest discriminator.
|
|
5745
|
+
since: "0.28.20"
|
|
5727
5746
|
},
|
|
5728
5747
|
{
|
|
5729
5748
|
key: "auto-resume-enabled",
|
|
@@ -14263,4 +14282,4 @@ export {
|
|
|
14263
14282
|
peekCurrentSession,
|
|
14264
14283
|
readDailySessionPin
|
|
14265
14284
|
};
|
|
14266
|
-
//# sourceMappingURL=chunk-
|
|
14285
|
+
//# sourceMappingURL=chunk-JG3EAFZO.js.map
|