nexus-agents 2.77.7 → 2.77.9
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-5NYGTBGE.js → chunk-M36XZWG2.js} +17 -11
- package/dist/{chunk-5NYGTBGE.js.map → chunk-M36XZWG2.js.map} +1 -1
- package/dist/{chunk-ECXDPT3L.js → chunk-MZF4DKQJ.js} +2 -2
- package/dist/{chunk-SWHR4ELI.js → chunk-OZLCOG3N.js} +3 -3
- package/dist/cli.js +31 -24
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-F747NURA.js → setup-command-R3HO5FXE.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-ECXDPT3L.js.map → chunk-MZF4DKQJ.js.map} +0 -0
- /package/dist/{chunk-SWHR4ELI.js.map → chunk-OZLCOG3N.js.map} +0 -0
- /package/dist/{setup-command-F747NURA.js.map → setup-command-R3HO5FXE.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -518,7 +518,7 @@ import {
|
|
|
518
518
|
validateWorkflow,
|
|
519
519
|
validateWorkflowDependencies,
|
|
520
520
|
withLogging
|
|
521
|
-
} from "./chunk-
|
|
521
|
+
} from "./chunk-M36XZWG2.js";
|
|
522
522
|
import {
|
|
523
523
|
SharedMemoryStore
|
|
524
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -738,7 +738,7 @@ import {
|
|
|
738
738
|
resolveFallback,
|
|
739
739
|
startStdioServer,
|
|
740
740
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-OZLCOG3N.js";
|
|
742
742
|
import {
|
|
743
743
|
AvailableModelsCache,
|
|
744
744
|
getDefaultAvailableModelsCache,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MZF4DKQJ.js";
|
|
11
11
|
import "./chunk-CM3TORGV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-OZLCOG3N.js";
|
|
13
13
|
import "./chunk-5WHWKY32.js";
|
|
14
14
|
import "./chunk-YQMQSJQK.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
setupCommand,
|
|
32
32
|
setupCommandAsync
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=setup-command-
|
|
34
|
+
//# sourceMappingURL=setup-command-R3HO5FXE.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.9",
|
|
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.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|