@integrity-labs/agt-cli 0.27.62 → 0.27.64
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-6YBJCRTJ.js → chunk-BGYHTEP3.js} +2 -2
- package/dist/{chunk-2SCU5NZO.js → chunk-STGNOXKS.js} +5 -2
- package/dist/chunk-STGNOXKS.js.map +1 -0
- package/dist/{chunk-33OAS3V2.js → chunk-UFS6MVV7.js} +2 -2
- package/dist/{claude-pair-runtime-PEYWY24A.js → claude-pair-runtime-36PA3PXH.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-GQEXSB2H.js → persistent-session-Y2ASNFVW.js} +3 -3
- package/dist/{responsiveness-probe-53GUGQSY.js → responsiveness-probe-KNLLHIFN.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2SCU5NZO.js.map +0 -1
- /package/dist/{chunk-6YBJCRTJ.js.map → chunk-BGYHTEP3.js.map} +0 -0
- /package/dist/{chunk-33OAS3V2.js.map → chunk-UFS6MVV7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PEYWY24A.js.map → claude-pair-runtime-36PA3PXH.js.map} +0 -0
- /package/dist/{persistent-session-GQEXSB2H.js.map → persistent-session-Y2ASNFVW.js.map} +0 -0
- /package/dist/{responsiveness-probe-53GUGQSY.js.map → responsiveness-probe-KNLLHIFN.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-UFS6MVV7.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
renderTemplate,
|
|
54
54
|
resolveChannels,
|
|
55
55
|
serializeManifestForSlackCli
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-STGNOXKS.js";
|
|
57
57
|
|
|
58
58
|
// src/bin/agt.ts
|
|
59
59
|
import { join as join18 } from "path";
|
|
@@ -4929,7 +4929,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4929
4929
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4930
4930
|
import chalk18 from "chalk";
|
|
4931
4931
|
import ora16 from "ora";
|
|
4932
|
-
var cliVersion = true ? "0.27.
|
|
4932
|
+
var cliVersion = true ? "0.27.64" : "dev";
|
|
4933
4933
|
async function fetchLatestVersion() {
|
|
4934
4934
|
const host2 = getHost();
|
|
4935
4935
|
if (!host2) return null;
|
|
@@ -5707,7 +5707,7 @@ function handleError(err) {
|
|
|
5707
5707
|
}
|
|
5708
5708
|
|
|
5709
5709
|
// src/bin/agt.ts
|
|
5710
|
-
var cliVersion2 = true ? "0.27.
|
|
5710
|
+
var cliVersion2 = true ? "0.27.64" : "dev";
|
|
5711
5711
|
var program = new Command();
|
|
5712
5712
|
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");
|
|
5713
5713
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-STGNOXKS.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1125,4 +1125,4 @@ export {
|
|
|
1125
1125
|
stopAllSessionsAndWait,
|
|
1126
1126
|
getProjectDir
|
|
1127
1127
|
};
|
|
1128
|
-
//# sourceMappingURL=chunk-
|
|
1128
|
+
//# sourceMappingURL=chunk-BGYHTEP3.js.map
|
|
@@ -1104,7 +1104,10 @@ var AZURE_ARM_SCOPES = [
|
|
|
1104
1104
|
...AAD_OIDC_SCOPES,
|
|
1105
1105
|
"https://management.azure.com/user_impersonation"
|
|
1106
1106
|
];
|
|
1107
|
-
var AZURE_GRAPH_SCOPES = [
|
|
1107
|
+
var AZURE_GRAPH_SCOPES = [
|
|
1108
|
+
"https://graph.microsoft.com/Application.ReadWrite.All",
|
|
1109
|
+
"https://graph.microsoft.com/AppCatalog.ReadWrite.All"
|
|
1110
|
+
];
|
|
1108
1111
|
var AZURE_PROVISIONING_SCOPES = [
|
|
1109
1112
|
...AAD_OIDC_SCOPES,
|
|
1110
1113
|
...AZURE_GRAPH_SCOPES,
|
|
@@ -3997,4 +4000,4 @@ export {
|
|
|
3997
4000
|
attributeTranscriptUsageByRun,
|
|
3998
4001
|
KANBAN_CHECK_COMMAND
|
|
3999
4002
|
};
|
|
4000
|
-
//# sourceMappingURL=chunk-
|
|
4003
|
+
//# sourceMappingURL=chunk-STGNOXKS.js.map
|