@integrity-labs/agt-cli 0.27.143 → 0.27.144
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-BQCBWYT3.js → chunk-7GKJZBTB.js} +2 -2
- package/dist/{chunk-IKJYJYPI.js → chunk-HPUIWWKD.js} +2 -2
- package/dist/{chunk-ZXIGQDOP.js → chunk-WOOYOAPG.js} +5 -1
- package/dist/chunk-WOOYOAPG.js.map +1 -0
- package/dist/{claude-pair-runtime-Z2WAQRSW.js → claude-pair-runtime-GIUCD7IG.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/mcp/slack-channel.js +40 -6
- package/dist/{persistent-session-255IRT6T.js → persistent-session-35PWSTLO.js} +3 -3
- package/dist/{responsiveness-probe-Q35EEOHM.js → responsiveness-probe-MA4M2QM4.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ZXIGQDOP.js.map +0 -1
- /package/dist/{chunk-BQCBWYT3.js.map → chunk-7GKJZBTB.js.map} +0 -0
- /package/dist/{chunk-IKJYJYPI.js.map → chunk-HPUIWWKD.js.map} +0 -0
- /package/dist/{claude-pair-runtime-Z2WAQRSW.js.map → claude-pair-runtime-GIUCD7IG.js.map} +0 -0
- /package/dist/{persistent-session-255IRT6T.js.map → persistent-session-35PWSTLO.js.map} +0 -0
- /package/dist/{responsiveness-probe-Q35EEOHM.js.map → responsiveness-probe-MA4M2QM4.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
success,
|
|
29
29
|
table,
|
|
30
30
|
warn
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-HPUIWWKD.js";
|
|
32
32
|
import {
|
|
33
33
|
CHANNEL_REGISTRY,
|
|
34
34
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
renderTemplate,
|
|
55
55
|
resolveChannels,
|
|
56
56
|
serializeManifestForSlackCli
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-WOOYOAPG.js";
|
|
58
58
|
|
|
59
59
|
// src/bin/agt.ts
|
|
60
60
|
import { join as join20 } from "path";
|
|
@@ -4934,7 +4934,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4934
4934
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4935
4935
|
import chalk18 from "chalk";
|
|
4936
4936
|
import ora16 from "ora";
|
|
4937
|
-
var cliVersion = true ? "0.27.
|
|
4937
|
+
var cliVersion = true ? "0.27.144" : "dev";
|
|
4938
4938
|
async function fetchLatestVersion() {
|
|
4939
4939
|
const host2 = getHost();
|
|
4940
4940
|
if (!host2) return null;
|
|
@@ -5857,7 +5857,7 @@ function handleError(err) {
|
|
|
5857
5857
|
}
|
|
5858
5858
|
|
|
5859
5859
|
// src/bin/agt.ts
|
|
5860
|
-
var cliVersion2 = true ? "0.27.
|
|
5860
|
+
var cliVersion2 = true ? "0.27.144" : "dev";
|
|
5861
5861
|
var program = new Command();
|
|
5862
5862
|
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");
|
|
5863
5863
|
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-WOOYOAPG.js";
|
|
5
5
|
import {
|
|
6
6
|
getOrCreateDailySession,
|
|
7
7
|
markDailySessionSpawn,
|
|
@@ -1464,4 +1464,4 @@ export {
|
|
|
1464
1464
|
stopAllSessionsAndWait,
|
|
1465
1465
|
getProjectDir
|
|
1466
1466
|
};
|
|
1467
|
-
//# sourceMappingURL=chunk-
|
|
1467
|
+
//# sourceMappingURL=chunk-7GKJZBTB.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
registerFramework,
|
|
11
11
|
resolveAvatarEnvUrl,
|
|
12
12
|
wrapScheduledTaskPrompt
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-WOOYOAPG.js";
|
|
14
14
|
|
|
15
15
|
// ../../packages/core/dist/integrations/registry.js
|
|
16
16
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7868,4 +7868,4 @@ export {
|
|
|
7868
7868
|
managerInstallSystemUnitCommand,
|
|
7869
7869
|
managerUninstallSystemUnitCommand
|
|
7870
7870
|
};
|
|
7871
|
-
//# sourceMappingURL=chunk-
|
|
7871
|
+
//# sourceMappingURL=chunk-HPUIWWKD.js.map
|
|
@@ -1785,6 +1785,10 @@ var ajv = new Ajv2020({ allErrors: true, strict: false });
|
|
|
1785
1785
|
addFormats(ajv);
|
|
1786
1786
|
var compiledMetaSchema = ajv.compile(context_meta_schema_default);
|
|
1787
1787
|
|
|
1788
|
+
// ../../packages/core/dist/integrations/augmented-live/codec.js
|
|
1789
|
+
var DEFAULT_CHUNK_BUDGET_BYTES = 180 * 1024;
|
|
1790
|
+
var textEncoder = new TextEncoder();
|
|
1791
|
+
|
|
1788
1792
|
// ../../packages/core/dist/integrations/oauth-providers.js
|
|
1789
1793
|
var OAUTH_PROVIDERS = {
|
|
1790
1794
|
"google-workspace": {
|
|
@@ -4766,4 +4770,4 @@ export {
|
|
|
4766
4770
|
attributeTranscriptUsageByRun,
|
|
4767
4771
|
KANBAN_CHECK_COMMAND
|
|
4768
4772
|
};
|
|
4769
|
-
//# sourceMappingURL=chunk-
|
|
4773
|
+
//# sourceMappingURL=chunk-WOOYOAPG.js.map
|