@integrity-labs/agt-cli 0.28.946 → 0.28.948
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 -4
- package/dist/bin/agt.js.map +1 -1
- package/dist/chunk-DHWNVVX4.js +319 -0
- package/dist/chunk-DHWNVVX4.js.map +1 -0
- package/dist/{chunk-XN5MOKSV.js → chunk-LRVXTEFJ.js} +27 -303
- package/dist/chunk-LRVXTEFJ.js.map +1 -0
- package/dist/{chunk-RTMBVYTR.js → chunk-YGYDTSMZ.js} +8 -6
- package/dist/{chunk-RTMBVYTR.js.map → chunk-YGYDTSMZ.js.map} +1 -1
- package/dist/{claude-pair-runtime-K2J6WVEN.js → claude-pair-runtime-HCFLP3RT.js} +114 -15
- package/dist/claude-pair-runtime-HCFLP3RT.js.map +1 -0
- package/dist/lib/manager-worker.js +16 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-523F5U4H.js → persistent-session-WN4GLJUN.js} +3 -2
- package/dist/{responsiveness-probe-CHGET573.js → responsiveness-probe-DJMZ4WAU.js} +3 -2
- package/dist/{responsiveness-probe-CHGET573.js.map → responsiveness-probe-DJMZ4WAU.js.map} +1 -1
- package/package.json +1 -1
- package/dist/chunk-XN5MOKSV.js.map +0 -1
- package/dist/claude-pair-runtime-K2J6WVEN.js.map +0 -1
- /package/dist/{persistent-session-523F5U4H.js.map → persistent-session-WN4GLJUN.js.map} +0 -0
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
buildNativeMcpEntry,
|
|
6
6
|
buildOAuthRemoteMcpProxyEntry,
|
|
7
7
|
buildRemoteMcpEntry,
|
|
8
|
-
classifyUnanswerablePane,
|
|
9
8
|
expandTemplateVars,
|
|
10
9
|
getProjectDir,
|
|
11
10
|
hardBoundedExecFile,
|
|
@@ -14,9 +13,8 @@ import {
|
|
|
14
13
|
mergeEnvIntegrationsContent,
|
|
15
14
|
parseEnvFileEntries,
|
|
16
15
|
parseEnvIntegrations,
|
|
17
|
-
shellQuote
|
|
18
|
-
|
|
19
|
-
} from "./chunk-XN5MOKSV.js";
|
|
16
|
+
shellQuote
|
|
17
|
+
} from "./chunk-LRVXTEFJ.js";
|
|
20
18
|
import {
|
|
21
19
|
BIND_FAILURE_QUARANTINE_THRESHOLD,
|
|
22
20
|
INTEGRATIONS_SECTION_END,
|
|
@@ -77,6 +75,10 @@ import {
|
|
|
77
75
|
worseConnectivityOutcome,
|
|
78
76
|
wrapScheduledTaskPrompt
|
|
79
77
|
} from "./chunk-YZ5HGHPG.js";
|
|
78
|
+
import {
|
|
79
|
+
classifyUnanswerablePane,
|
|
80
|
+
summarizeUnanswerablePane
|
|
81
|
+
} from "./chunk-DHWNVVX4.js";
|
|
80
82
|
import {
|
|
81
83
|
parsePsRows
|
|
82
84
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6965,7 +6967,7 @@ function exchangeFailureKind(err) {
|
|
|
6965
6967
|
}
|
|
6966
6968
|
|
|
6967
6969
|
// src/lib/api-client.ts
|
|
6968
|
-
var agtCliVersion = true ? "0.28.
|
|
6970
|
+
var agtCliVersion = true ? "0.28.948" : "dev";
|
|
6969
6971
|
var lastConfigHash = null;
|
|
6970
6972
|
function setConfigHash(hash) {
|
|
6971
6973
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -11664,4 +11666,4 @@ export {
|
|
|
11664
11666
|
managerInstallSystemUnitCommand,
|
|
11665
11667
|
managerUninstallSystemUnitCommand
|
|
11666
11668
|
};
|
|
11667
|
-
//# sourceMappingURL=chunk-
|
|
11669
|
+
//# sourceMappingURL=chunk-YGYDTSMZ.js.map
|