@integrity-labs/agt-cli 0.28.596 → 0.28.598
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-6NVRWZ5W.js → chunk-4E3L4U34.js} +2 -2
- package/dist/{chunk-3PNRUCHD.js → chunk-6EBAJFLZ.js} +7 -1
- package/dist/chunk-6EBAJFLZ.js.map +1 -0
- package/dist/{chunk-EAZQXZ4Q.js → chunk-TJUR7PJ5.js} +51 -8
- package/dist/chunk-TJUR7PJ5.js.map +1 -0
- package/dist/{claude-pair-runtime-5WB2FMIX.js → claude-pair-runtime-7CNOVI5H.js} +2 -2
- package/dist/lib/manager-worker.js +85 -14
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/augmented-admin.js +1 -1
- package/dist/mcp/augmented-help-kb.js +1 -1
- package/dist/mcp/augmented-support.js +1 -1
- package/dist/mcp/direct-chat-channel.js +6 -0
- package/dist/mcp/origami.js +6 -0
- package/dist/mcp/slack-channel.js +6 -0
- package/dist/mcp/telegram-channel.js +6 -0
- package/dist/{persistent-session-BGMQQYW2.js → persistent-session-5VAAQJQA.js} +3 -3
- package/dist/{responsiveness-probe-VAGPO5FZ.js → responsiveness-probe-AZKD6KEV.js} +3 -3
- package/dist/{session-auth-dead-CWFGB472.js → session-auth-dead-5VN6KL6H.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-3PNRUCHD.js.map +0 -1
- package/dist/chunk-EAZQXZ4Q.js.map +0 -1
- /package/dist/{chunk-6NVRWZ5W.js.map → chunk-4E3L4U34.js.map} +0 -0
- /package/dist/{claude-pair-runtime-5WB2FMIX.js.map → claude-pair-runtime-7CNOVI5H.js.map} +0 -0
- /package/dist/{persistent-session-BGMQQYW2.js.map → persistent-session-5VAAQJQA.js.map} +0 -0
- /package/dist/{responsiveness-probe-VAGPO5FZ.js.map → responsiveness-probe-AZKD6KEV.js.map} +0 -0
- /package/dist/{session-auth-dead-CWFGB472.js.map → session-auth-dead-5VN6KL6H.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-TJUR7PJ5.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-4E3L4U34.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-6EBAJFLZ.js";
|
|
77
77
|
import "../chunk-XWVM4KPK.js";
|
|
78
78
|
|
|
79
79
|
// src/bin/agt.ts
|
|
@@ -4910,7 +4910,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4910
4910
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4911
4911
|
import chalk18 from "chalk";
|
|
4912
4912
|
import ora16 from "ora";
|
|
4913
|
-
var cliVersion = true ? "0.28.
|
|
4913
|
+
var cliVersion = true ? "0.28.598" : "dev";
|
|
4914
4914
|
async function fetchLatestVersion() {
|
|
4915
4915
|
const host2 = getHost();
|
|
4916
4916
|
if (!host2) return null;
|
|
@@ -6090,7 +6090,7 @@ function handleError(err) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
|
|
6092
6092
|
// src/bin/agt.ts
|
|
6093
|
-
var cliVersion2 = true ? "0.28.
|
|
6093
|
+
var cliVersion2 = true ? "0.28.598" : "dev";
|
|
6094
6094
|
var program = new Command();
|
|
6095
6095
|
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");
|
|
6096
6096
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
rotateDailySession,
|
|
17
17
|
sessionFileExists,
|
|
18
18
|
todayLocalIso
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-6EBAJFLZ.js";
|
|
20
20
|
import {
|
|
21
21
|
reapOrphanChannelMcps
|
|
22
22
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4349,4 +4349,4 @@ export {
|
|
|
4349
4349
|
stopAllSessionsAndWait,
|
|
4350
4350
|
getProjectDir
|
|
4351
4351
|
};
|
|
4352
|
-
//# sourceMappingURL=chunk-
|
|
4352
|
+
//# sourceMappingURL=chunk-4E3L4U34.js.map
|
|
@@ -10058,6 +10058,12 @@ var AnchorSessionClient = class {
|
|
|
10058
10058
|
}
|
|
10059
10059
|
};
|
|
10060
10060
|
|
|
10061
|
+
// ../../packages/core/dist/auth/oauth-principal.js
|
|
10062
|
+
var NOTES_WRITE_SCOPE = "notes:write";
|
|
10063
|
+
var USER_PRINCIPAL_SCOPE_LABELS = {
|
|
10064
|
+
[NOTES_WRITE_SCOPE]: "Create meeting notes as you, and read the notes you own"
|
|
10065
|
+
};
|
|
10066
|
+
|
|
10061
10067
|
// ../../packages/core/dist/admin-debug/index.js
|
|
10062
10068
|
var STUCK_RESTART_THRESHOLD_SECONDS = 15 * 60;
|
|
10063
10069
|
|
|
@@ -11809,4 +11815,4 @@ export {
|
|
|
11809
11815
|
minutesSinceLocalMidnight,
|
|
11810
11816
|
peekCurrentSession
|
|
11811
11817
|
};
|
|
11812
|
-
//# sourceMappingURL=chunk-
|
|
11818
|
+
//# sourceMappingURL=chunk-6EBAJFLZ.js.map
|