nexus-agents 2.58.0 → 2.59.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-7EYQBG3W.js → chunk-7USAZET2.js} +3 -3
- package/dist/{chunk-JLYJQ7OG.js → chunk-V2Z7EHSY.js} +227 -203
- package/dist/chunk-V2Z7EHSY.js.map +1 -0
- package/dist/{chunk-GJ5BJU7A.js → chunk-ZOQQGA3L.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-KSQEYBDA.js → setup-command-QAGEWX7G.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-JLYJQ7OG.js.map +0 -1
- /package/dist/{chunk-7EYQBG3W.js.map → chunk-7USAZET2.js.map} +0 -0
- /package/dist/{chunk-GJ5BJU7A.js.map → chunk-ZOQQGA3L.js.map} +0 -0
- /package/dist/{setup-command-KSQEYBDA.js.map → setup-command-QAGEWX7G.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7USAZET2.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-GJVHRJO2.js";
|
|
@@ -1933,4 +1933,4 @@ export {
|
|
|
1933
1933
|
setupCommand,
|
|
1934
1934
|
setupCommandAsync
|
|
1935
1935
|
};
|
|
1936
|
-
//# sourceMappingURL=chunk-
|
|
1936
|
+
//# sourceMappingURL=chunk-ZOQQGA3L.js.map
|
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import "./chunk-6QU4DJYW.js";
|
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync,
|
|
18
18
|
verifyCommand
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-ZOQQGA3L.js";
|
|
20
20
|
import "./chunk-QGZBCD2A.js";
|
|
21
21
|
import {
|
|
22
22
|
AuthHandler,
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
validateCommand,
|
|
143
143
|
validateWorkflow,
|
|
144
144
|
wrapInMarkdownFence
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-V2Z7EHSY.js";
|
|
146
146
|
import {
|
|
147
147
|
resolveToken
|
|
148
148
|
} from "./chunk-EZXOJZYE.js";
|
|
@@ -199,7 +199,7 @@ import {
|
|
|
199
199
|
loadConfig,
|
|
200
200
|
runDoctor,
|
|
201
201
|
validateNexusEnv
|
|
202
|
-
} from "./chunk-
|
|
202
|
+
} from "./chunk-7USAZET2.js";
|
|
203
203
|
import {
|
|
204
204
|
DEFAULTS
|
|
205
205
|
} from "./chunk-H43PABG4.js";
|
package/dist/index.js
CHANGED
|
@@ -646,7 +646,7 @@ import {
|
|
|
646
646
|
validateWorkflowDependencies,
|
|
647
647
|
withLogging,
|
|
648
648
|
writePredictions
|
|
649
|
-
} from "./chunk-
|
|
649
|
+
} from "./chunk-V2Z7EHSY.js";
|
|
650
650
|
import {
|
|
651
651
|
getTokenEnvVars,
|
|
652
652
|
hasToken,
|
|
@@ -853,7 +853,7 @@ import {
|
|
|
853
853
|
resolveFallback,
|
|
854
854
|
startStdioServer,
|
|
855
855
|
validateNexusEnv
|
|
856
|
-
} from "./chunk-
|
|
856
|
+
} from "./chunk-7USAZET2.js";
|
|
857
857
|
import {
|
|
858
858
|
DEFAULTS
|
|
859
859
|
} from "./chunk-H43PABG4.js";
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZOQQGA3L.js";
|
|
11
11
|
import "./chunk-QGZBCD2A.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-7USAZET2.js";
|
|
13
13
|
import "./chunk-H43PABG4.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-GJVHRJO2.js";
|
|
@@ -29,4 +29,4 @@ export {
|
|
|
29
29
|
setupCommand,
|
|
30
30
|
setupCommandAsync
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=setup-command-
|
|
32
|
+
//# sourceMappingURL=setup-command-QAGEWX7G.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.59.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.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|