nexus-agents 2.34.0 → 2.40.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.
@@ -5,7 +5,7 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-A6Q2NRXT.js";
8
+ } from "./chunk-6PLFRWIP.js";
9
9
  import "./chunk-B422NMVP.js";
10
10
  import "./chunk-5DSQLHVJ.js";
11
11
  import "./chunk-633WH2ML.js";
@@ -22,4 +22,4 @@ export {
22
22
  registerConsensusVoteTool,
23
23
  resetCorrelationTracker
24
24
  };
25
- //# sourceMappingURL=consensus-vote-ZGO6RX3V.js.map
25
+ //# sourceMappingURL=consensus-vote-U465HI3O.js.map
package/dist/index.d.ts CHANGED
@@ -11768,8 +11768,8 @@ declare const SkillPermissionSchema: z.ZodEnum<{
11768
11768
  network: "network";
11769
11769
  write: "write";
11770
11770
  read: "read";
11771
- spawn: "spawn";
11772
11771
  execute: "execute";
11772
+ spawn: "spawn";
11773
11773
  filesystem: "filesystem";
11774
11774
  }>;
11775
11775
  /**
@@ -11796,8 +11796,8 @@ declare const SkillCapabilitiesSchema: z.ZodObject<{
11796
11796
  network: "network";
11797
11797
  write: "write";
11798
11798
  read: "read";
11799
- spawn: "spawn";
11800
11799
  execute: "execute";
11800
+ spawn: "spawn";
11801
11801
  filesystem: "filesystem";
11802
11802
  }>>>;
11803
11803
  maxExecutionTime: z.ZodNumber;
package/dist/index.js CHANGED
@@ -656,7 +656,7 @@ import {
656
656
  validateWorkflowDependencies,
657
657
  withLogging,
658
658
  writePredictions
659
- } from "./chunk-GYAQOHQ4.js";
659
+ } from "./chunk-R652E64E.js";
660
660
  import {
661
661
  getTokenEnvVars,
662
662
  hasToken,
@@ -779,7 +779,7 @@ import {
779
779
  validateApiKeyPresence,
780
780
  validateToolInput,
781
781
  withTimeout
782
- } from "./chunk-A6Q2NRXT.js";
782
+ } from "./chunk-6PLFRWIP.js";
783
783
  import "./chunk-7KQOZERX.js";
784
784
  import {
785
785
  AgentActionSchema,
@@ -851,7 +851,7 @@ import {
851
851
  connectTransport,
852
852
  createServer,
853
853
  startStdioServer
854
- } from "./chunk-YW5QDPGU.js";
854
+ } from "./chunk-DDPRXENZ.js";
855
855
  import "./chunk-B422NMVP.js";
856
856
  import "./chunk-5DSQLHVJ.js";
857
857
  import "./chunk-633WH2ML.js";
@@ -6685,7 +6685,7 @@ function buildVotingInput(plan, config) {
6685
6685
  }
6686
6686
  async function executeSingleVote(plan, config, log) {
6687
6687
  try {
6688
- const { executeVoting } = await import("./consensus-vote-ZGO6RX3V.js");
6688
+ const { executeVoting } = await import("./consensus-vote-U465HI3O.js");
6689
6689
  const input = buildVotingInput(plan, config);
6690
6690
  const result = await executeVoting(input, log);
6691
6691
  return parseVotingResult(result);
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-QOULVKG6.js";
10
+ } from "./chunk-LHHVH6FN.js";
11
11
  import "./chunk-ZU7CZWMO.js";
12
- import "./chunk-YW5QDPGU.js";
12
+ import "./chunk-DDPRXENZ.js";
13
13
  import "./chunk-633WH2ML.js";
14
14
  import "./chunk-IXG4WPEZ.js";
15
15
  import "./chunk-MBMXVGUJ.js";
@@ -26,4 +26,4 @@ export {
26
26
  setupCommand,
27
27
  setupCommandAsync
28
28
  };
29
- //# sourceMappingURL=setup-command-N6MTXKV3.js.map
29
+ //# sourceMappingURL=setup-command-7QJR42JE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.34.0",
3
+ "version": "2.40.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",