nexus-agents 2.88.1 → 2.89.0
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/{chunk-OBWRC4SA.js → chunk-46AUVU6N.js} +2 -2
- package/dist/{chunk-VTVZRR5E.js → chunk-SCT26VWJ.js} +3 -3
- package/dist/{chunk-K5KMPKKG.js → chunk-WOGMMJUI.js} +877 -695
- package/dist/chunk-WOGMMJUI.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-UEOJEGTC.js → setup-command-UMBPSFIJ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-K5KMPKKG.js.map +0 -1
- /package/dist/{chunk-OBWRC4SA.js.map → chunk-46AUVU6N.js.map} +0 -0
- /package/dist/{chunk-VTVZRR5E.js.map → chunk-SCT26VWJ.js.map} +0 -0
- /package/dist/{setup-command-UEOJEGTC.js.map → setup-command-UMBPSFIJ.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-46AUVU6N.js";
|
|
26
26
|
import "./chunk-JHU27PB2.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -162,7 +162,7 @@ import {
|
|
|
162
162
|
validateCommand,
|
|
163
163
|
validateWorkflow,
|
|
164
164
|
wrapInMarkdownFence
|
|
165
|
-
} from "./chunk-
|
|
165
|
+
} from "./chunk-WOGMMJUI.js";
|
|
166
166
|
import {
|
|
167
167
|
resolveToken
|
|
168
168
|
} from "./chunk-QCZEC7H4.js";
|
|
@@ -235,7 +235,7 @@ import {
|
|
|
235
235
|
loadConfig,
|
|
236
236
|
runDoctor,
|
|
237
237
|
validateNexusEnv
|
|
238
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-SCT26VWJ.js";
|
|
239
239
|
import "./chunk-MHPOJAPZ.js";
|
|
240
240
|
import "./chunk-PS7WKRJN.js";
|
|
241
241
|
import {
|
package/dist/index.js
CHANGED
|
@@ -519,7 +519,7 @@ import {
|
|
|
519
519
|
validateWorkflow,
|
|
520
520
|
validateWorkflowDependencies,
|
|
521
521
|
withLogging
|
|
522
|
-
} from "./chunk-
|
|
522
|
+
} from "./chunk-WOGMMJUI.js";
|
|
523
523
|
import {
|
|
524
524
|
getTokenEnvVars,
|
|
525
525
|
hasToken,
|
|
@@ -737,7 +737,7 @@ import {
|
|
|
737
737
|
getKnownNexusVarNames,
|
|
738
738
|
startStdioServer,
|
|
739
739
|
validateNexusEnv
|
|
740
|
-
} from "./chunk-
|
|
740
|
+
} from "./chunk-SCT26VWJ.js";
|
|
741
741
|
import {
|
|
742
742
|
AvailabilityCache,
|
|
743
743
|
filterAvailableModels,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-46AUVU6N.js";
|
|
12
12
|
import "./chunk-JHU27PB2.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-SCT26VWJ.js";
|
|
14
14
|
import "./chunk-MHPOJAPZ.js";
|
|
15
15
|
import "./chunk-PS7WKRJN.js";
|
|
16
16
|
import "./chunk-SRTQUTCB.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-UMBPSFIJ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.89.0",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|