@integrity-labs/agt-cli 0.28.703 → 0.28.704
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-JWFVVQ5R.js → chunk-HTCZ2KIY.js} +2 -2
- package/dist/{chunk-DX3REH6Z.js → chunk-HX6FY7NG.js} +21 -1
- package/dist/{chunk-DX3REH6Z.js.map → chunk-HX6FY7NG.js.map} +1 -1
- package/dist/{chunk-K5RGYOQ2.js → chunk-PNZFQ6VY.js} +4 -4
- package/dist/{claude-pair-runtime-OVV6MBU5.js → claude-pair-runtime-KAZKQ52W.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +20 -0
- package/dist/mcp/index.js +20 -0
- package/dist/mcp/origami.js +20 -0
- package/dist/mcp/slack-channel.js +20 -0
- package/dist/mcp/telegram-channel.js +20 -0
- package/dist/{persistent-session-V72ISHD4.js → persistent-session-QZAJ3PFK.js} +3 -3
- package/dist/{responsiveness-probe-BW5AHMES.js → responsiveness-probe-XRK4PTIJ.js} +3 -3
- package/dist/{session-auth-dead-H5IVXY2C.js → session-auth-dead-2ZVLXPDN.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-JWFVVQ5R.js.map → chunk-HTCZ2KIY.js.map} +0 -0
- /package/dist/{chunk-K5RGYOQ2.js.map → chunk-PNZFQ6VY.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OVV6MBU5.js.map → claude-pair-runtime-KAZKQ52W.js.map} +0 -0
- /package/dist/{persistent-session-V72ISHD4.js.map → persistent-session-QZAJ3PFK.js.map} +0 -0
- /package/dist/{responsiveness-probe-BW5AHMES.js.map → responsiveness-probe-XRK4PTIJ.js.map} +0 -0
- /package/dist/{session-auth-dead-H5IVXY2C.js.map → session-auth-dead-2ZVLXPDN.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,10 +40,10 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-PNZFQ6VY.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-HTCZ2KIY.js";
|
|
47
47
|
import {
|
|
48
48
|
AnchorSessionClient,
|
|
49
49
|
CHANNEL_REGISTRY,
|
|
@@ -73,7 +73,7 @@ import {
|
|
|
73
73
|
requiredMcpWildcard,
|
|
74
74
|
resolveChannels,
|
|
75
75
|
serializeManifestForSlackCli
|
|
76
|
-
} from "../chunk-
|
|
76
|
+
} from "../chunk-HX6FY7NG.js";
|
|
77
77
|
import "../chunk-XWVM4KPK.js";
|
|
78
78
|
|
|
79
79
|
// src/bin/agt.ts
|
|
@@ -4909,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4909
4909
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4910
4910
|
import chalk18 from "chalk";
|
|
4911
4911
|
import ora16 from "ora";
|
|
4912
|
-
var cliVersion = true ? "0.28.
|
|
4912
|
+
var cliVersion = true ? "0.28.704" : "dev";
|
|
4913
4913
|
async function fetchLatestVersion() {
|
|
4914
4914
|
const host2 = getHost();
|
|
4915
4915
|
if (!host2) return null;
|
|
@@ -6089,7 +6089,7 @@ function handleError(err) {
|
|
|
6089
6089
|
}
|
|
6090
6090
|
|
|
6091
6091
|
// src/bin/agt.ts
|
|
6092
|
-
var cliVersion2 = true ? "0.28.
|
|
6092
|
+
var cliVersion2 = true ? "0.28.704" : "dev";
|
|
6093
6093
|
var program = new Command();
|
|
6094
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");
|
|
6095
6095
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
rotateDailySession,
|
|
18
18
|
sessionFileExists,
|
|
19
19
|
todayLocalIso
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-HX6FY7NG.js";
|
|
21
21
|
import {
|
|
22
22
|
reapOrphanChannelMcps
|
|
23
23
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4531,4 +4531,4 @@ export {
|
|
|
4531
4531
|
stopAllSessionsAndWait,
|
|
4532
4532
|
getProjectDir
|
|
4533
4533
|
};
|
|
4534
|
-
//# sourceMappingURL=chunk-
|
|
4534
|
+
//# sourceMappingURL=chunk-HTCZ2KIY.js.map
|
|
@@ -8579,6 +8579,26 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
|
|
|
8579
8579
|
})();</script>`;
|
|
8580
8580
|
|
|
8581
8581
|
// ../../packages/core/dist/integrations/augmented-live/publisher.js
|
|
8582
|
+
var PRESENTER_CHROME_SELECTORS = "#al-download, .al-launcher, .al-stats-btn, .al-edit-btn";
|
|
8583
|
+
var presenterChromeCss = `
|
|
8584
|
+
/* ENG-9516: presenter mode. */
|
|
8585
|
+
${PRESENTER_CHROME_SELECTORS}{transition:opacity .25s ease,visibility .25s ease}
|
|
8586
|
+
html[data-al-chrome="hidden"] :is(${PRESENTER_CHROME_SELECTORS}),
|
|
8587
|
+
html[data-al-idle="1"] :is(${PRESENTER_CHROME_SELECTORS}){
|
|
8588
|
+
opacity:0;visibility:hidden;pointer-events:none}
|
|
8589
|
+
/* A shortcut nobody knows about does not exist (ENG-9516). Shown once per browser,
|
|
8590
|
+
on pointer-fine devices only, and dismissed by any use of the key. */
|
|
8591
|
+
#al-chrome-hint{position:fixed;left:50%;top:18px;transform:translateX(-50%);
|
|
8592
|
+
z-index:2147483646;font-family:system-ui,-apple-system,sans-serif;font-size:12.5px;
|
|
8593
|
+
font-weight:600;color:#fff;background:rgba(11,16,32,.86);padding:.4rem .8rem;
|
|
8594
|
+
border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.25);
|
|
8595
|
+
opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
|
|
8596
|
+
#al-chrome-hint[data-show="1"]{opacity:1;visibility:visible}
|
|
8597
|
+
#al-chrome-hint kbd{font:inherit;background:rgba(255,255,255,.18);
|
|
8598
|
+
border-radius:4px;padding:0 .3rem;margin:0 .1rem}
|
|
8599
|
+
@media (prefers-reduced-motion:reduce){
|
|
8600
|
+
${PRESENTER_CHROME_SELECTORS},#al-chrome-hint{transition:none}
|
|
8601
|
+
}`;
|
|
8582
8602
|
var AL_PANEL_WIDTH_PX = 420;
|
|
8583
8603
|
var AL_MIN_CANVAS_PX = 320;
|
|
8584
8604
|
var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
|
|
@@ -12791,4 +12811,4 @@ export {
|
|
|
12791
12811
|
minutesSinceLocalMidnight,
|
|
12792
12812
|
peekCurrentSession
|
|
12793
12813
|
};
|
|
12794
|
-
//# sourceMappingURL=chunk-
|
|
12814
|
+
//# sourceMappingURL=chunk-HX6FY7NG.js.map
|