@integrity-labs/agt-cli 0.27.143 → 0.27.145
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-IKJYJYPI.js → chunk-4UKWARE3.js} +10 -12
- package/dist/{chunk-IKJYJYPI.js.map → chunk-4UKWARE3.js.map} +1 -1
- package/dist/{chunk-BQCBWYT3.js → chunk-7GKJZBTB.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 +16 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/augmented-admin.js +21335 -0
- package/dist/mcp/slack-channel.js +190 -115
- package/dist/mcp/teams-channel.js +73 -29
- package/dist/mcp/telegram-channel.js +163 -80
- 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 +3 -2
- package/dist/chunk-ZXIGQDOP.js.map +0 -1
- /package/dist/{chunk-BQCBWYT3.js.map → chunk-7GKJZBTB.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
|
@@ -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
|
|
@@ -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
|