@integrity-labs/agt-cli 0.28.405 → 0.28.407
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-AAWYAPKX.js → chunk-5YCE2JNY.js} +5 -3
- package/dist/{chunk-AAWYAPKX.js.map → chunk-5YCE2JNY.js.map} +1 -1
- package/dist/{chunk-UYBG62IQ.js → chunk-RD7MIR3G.js} +12 -1
- package/dist/{chunk-UYBG62IQ.js.map → chunk-RD7MIR3G.js.map} +1 -1
- package/dist/{claude-pair-runtime-AG4PW6FE.js → claude-pair-runtime-W5Z4K7XK.js} +2 -2
- package/dist/lib/manager-worker.js +160 -93
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +11 -0
- package/dist/mcp/origami.js +11 -0
- package/dist/mcp/slack-channel.js +11 -0
- package/dist/mcp/telegram-channel.js +11 -0
- package/dist/{persistent-session-VMKIIW5Y.js → persistent-session-2AC3P5DJ.js} +2 -2
- package/dist/{responsiveness-probe-ZNMY5RVO.js → responsiveness-probe-LGJNUSPU.js} +2 -2
- package/package.json +1 -1
- /package/dist/{claude-pair-runtime-AG4PW6FE.js.map → claude-pair-runtime-W5Z4K7XK.js.map} +0 -0
- /package/dist/{persistent-session-VMKIIW5Y.js.map → persistent-session-2AC3P5DJ.js.map} +0 -0
- /package/dist/{responsiveness-probe-ZNMY5RVO.js.map → responsiveness-probe-LGJNUSPU.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-5YCE2JNY.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
renderTemplate,
|
|
71
71
|
resolveChannels,
|
|
72
72
|
serializeManifestForSlackCli
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-RD7MIR3G.js";
|
|
74
74
|
import "../chunk-XWVM4KPK.js";
|
|
75
75
|
|
|
76
76
|
// src/bin/agt.ts
|
|
@@ -4829,7 +4829,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4829
4829
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4830
4830
|
import chalk18 from "chalk";
|
|
4831
4831
|
import ora16 from "ora";
|
|
4832
|
-
var cliVersion = true ? "0.28.
|
|
4832
|
+
var cliVersion = true ? "0.28.407" : "dev";
|
|
4833
4833
|
async function fetchLatestVersion() {
|
|
4834
4834
|
const host2 = getHost();
|
|
4835
4835
|
if (!host2) return null;
|
|
@@ -6001,7 +6001,7 @@ function handleError(err) {
|
|
|
6001
6001
|
}
|
|
6002
6002
|
|
|
6003
6003
|
// src/bin/agt.ts
|
|
6004
|
-
var cliVersion2 = true ? "0.28.
|
|
6004
|
+
var cliVersion2 = true ? "0.28.407" : "dev";
|
|
6005
6005
|
var program = new Command();
|
|
6006
6006
|
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");
|
|
6007
6007
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveConnectivityProbe,
|
|
26
26
|
worseConnectivityOutcome,
|
|
27
27
|
wrapScheduledTaskPrompt
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-RD7MIR3G.js";
|
|
29
29
|
import {
|
|
30
30
|
parsePsRows
|
|
31
31
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5769,6 +5769,7 @@ ${sections}`
|
|
|
5769
5769
|
}
|
|
5770
5770
|
if (this.removeMcpServer) {
|
|
5771
5771
|
const nativeMcpKeys = INTEGRATION_REGISTRY.filter((d) => d.nativeMcp !== void 0).map((d) => d.nativeMcp.key ?? d.id);
|
|
5772
|
+
const registryRemoteMcpKeys = INTEGRATION_REGISTRY.filter((d) => d.remoteMcp !== void 0).map((d) => d.id);
|
|
5772
5773
|
const integrationDerivedKeys = /* @__PURE__ */ new Set([
|
|
5773
5774
|
"xero",
|
|
5774
5775
|
"postiz",
|
|
@@ -5781,6 +5782,7 @@ ${sections}`
|
|
|
5781
5782
|
// flag back (rollback) prunes the entry symmetrically.
|
|
5782
5783
|
"origami",
|
|
5783
5784
|
...nativeMcpKeys,
|
|
5785
|
+
...registryRemoteMcpKeys,
|
|
5784
5786
|
...Object.entries(OAUTH_PROVIDERS).filter(([, provider]) => Boolean(provider.mcpUrl)).map(([id]) => id)
|
|
5785
5787
|
]);
|
|
5786
5788
|
const expectedKeys = /* @__PURE__ */ new Set();
|
|
@@ -6225,7 +6227,7 @@ function requireHost() {
|
|
|
6225
6227
|
}
|
|
6226
6228
|
|
|
6227
6229
|
// src/lib/api-client.ts
|
|
6228
|
-
var agtCliVersion = true ? "0.28.
|
|
6230
|
+
var agtCliVersion = true ? "0.28.407" : "dev";
|
|
6229
6231
|
var lastConfigHash = null;
|
|
6230
6232
|
function setConfigHash(hash) {
|
|
6231
6233
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8729,4 +8731,4 @@ export {
|
|
|
8729
8731
|
managerInstallSystemUnitCommand,
|
|
8730
8732
|
managerUninstallSystemUnitCommand
|
|
8731
8733
|
};
|
|
8732
|
-
//# sourceMappingURL=chunk-
|
|
8734
|
+
//# sourceMappingURL=chunk-5YCE2JNY.js.map
|