nexus-agents 2.77.3 → 2.77.5

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.
Files changed (27) hide show
  1. package/dist/{chunk-LTUUW3FN.js → chunk-5N7JBWAD.js} +24 -212
  2. package/dist/chunk-5N7JBWAD.js.map +1 -0
  3. package/dist/{chunk-CPPZCNAS.js → chunk-EEW7VFFF.js} +3 -3
  4. package/dist/{chunk-X3BU5MIG.js → chunk-FYAQBYHM.js} +2 -2
  5. package/dist/{chunk-VEF6DCQU.js → chunk-MV4R2ZIJ.js} +204 -4
  6. package/dist/chunk-MV4R2ZIJ.js.map +1 -0
  7. package/dist/{chunk-K446R3BC.js → chunk-NQRC7QQL.js} +17 -9
  8. package/dist/{chunk-K446R3BC.js.map → chunk-NQRC7QQL.js.map} +1 -1
  9. package/dist/{chunk-KGB67HII.js → chunk-QIDO6VPO.js} +5 -3
  10. package/dist/{chunk-KGB67HII.js.map → chunk-QIDO6VPO.js.map} +1 -1
  11. package/dist/cli.d.ts +2 -0
  12. package/dist/cli.js +26 -13
  13. package/dist/cli.js.map +1 -1
  14. package/dist/{consensus-vote-UR3JU7RI.js → consensus-vote-AWBFYF5S.js} +3 -3
  15. package/dist/{expert-bridge-DWBO2HXZ.js → expert-bridge-NX2MGOBQ.js} +2 -2
  16. package/dist/{factory-LXOVC44K.js → factory-JI6PSWGR.js} +2 -2
  17. package/dist/index.js +6 -6
  18. package/dist/{setup-command-XG7R4PR4.js → setup-command-4S7MPK4F.js} +4 -4
  19. package/package.json +1 -1
  20. package/dist/chunk-LTUUW3FN.js.map +0 -1
  21. package/dist/chunk-VEF6DCQU.js.map +0 -1
  22. /package/dist/{chunk-CPPZCNAS.js.map → chunk-EEW7VFFF.js.map} +0 -0
  23. /package/dist/{chunk-X3BU5MIG.js.map → chunk-FYAQBYHM.js.map} +0 -0
  24. /package/dist/{consensus-vote-UR3JU7RI.js.map → consensus-vote-AWBFYF5S.js.map} +0 -0
  25. /package/dist/{expert-bridge-DWBO2HXZ.js.map → expert-bridge-NX2MGOBQ.js.map} +0 -0
  26. /package/dist/{factory-LXOVC44K.js.map → factory-JI6PSWGR.js.map} +0 -0
  27. /package/dist/{setup-command-XG7R4PR4.js.map → setup-command-4S7MPK4F.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-MGLWPN2I.js";
8
8
  import {
9
9
  executeExpert
10
- } from "./chunk-X3BU5MIG.js";
10
+ } from "./chunk-FYAQBYHM.js";
11
11
  import {
12
12
  DEFAULT_RELEVANCE_CONFIG,
13
13
  EventTopics,
@@ -37,7 +37,7 @@ import {
37
37
  withAccessPolicy,
38
38
  withProgressHeartbeat,
39
39
  wrapToolWithTimeout
40
- } from "./chunk-CPPZCNAS.js";
40
+ } from "./chunk-EEW7VFFF.js";
41
41
  import {
42
42
  REGISTRY_PATH,
43
43
  getProjectRoot,
@@ -70,7 +70,7 @@ import {
70
70
  clampTaskTtl,
71
71
  getAvailabilityCache,
72
72
  resolveFallback
73
- } from "./chunk-LTUUW3FN.js";
73
+ } from "./chunk-5N7JBWAD.js";
74
74
  import {
75
75
  DEFAULTS
76
76
  } from "./chunk-YQMQSJQK.js";
@@ -84,7 +84,7 @@ import {
84
84
  getAvailableClis,
85
85
  sleep,
86
86
  withTimeout
87
- } from "./chunk-VEF6DCQU.js";
87
+ } from "./chunk-MV4R2ZIJ.js";
88
88
  import {
89
89
  BUILT_IN_EXPERTS,
90
90
  BuiltInExpertTypeSchema,
@@ -33677,7 +33677,14 @@ var AUDIO_OUTPUT_KEYWORDS = [
33677
33677
  "read aloud",
33678
33678
  "narrate"
33679
33679
  ];
33680
- var MCP_KEYWORDS = ["mcp", "tool use", "computer use", "browse", "interact"];
33680
+ var MCP_KEYWORDS = [
33681
+ "mcp",
33682
+ "mcp tool",
33683
+ "tool use",
33684
+ "computer use",
33685
+ "browse the web",
33686
+ "browser automation"
33687
+ ];
33681
33688
  var EXPLORATION_KEYWORDS = [
33682
33689
  "explore",
33683
33690
  "research",
@@ -41803,7 +41810,7 @@ var VALID_TEMPLATES = /* @__PURE__ */ new Set([
41803
41810
  ]);
41804
41811
  async function classifyWithLLM(task) {
41805
41812
  try {
41806
- const { executeExpert: executeExpert2 } = await import("./expert-bridge-DWBO2HXZ.js");
41813
+ const { executeExpert: executeExpert2 } = await import("./expert-bridge-NX2MGOBQ.js");
41807
41814
  const prompt = [
41808
41815
  "Classify this task into exactly one pipeline template.",
41809
41816
  "Templates: dev (implementation/bug fix/refactor), research (investigate/evaluate/compare),",
@@ -42697,7 +42704,8 @@ async function getWeatherContext() {
42697
42704
  const report = generateWeatherReport2({ includeAdaptive: true });
42698
42705
  const mappings = "recommendedMappings" in report ? report.recommendedMappings : [];
42699
42706
  if (!Array.isArray(mappings) || mappings.length === 0) return "";
42700
- const lines = mappings.map((m) => ` ${m.category} \u2192 ${m.cli}`).join("\n");
42707
+ const typedMappings = mappings;
42708
+ const lines = typedMappings.map((m) => ` ${m.category} \u2192 ${m.recommendedCli}`).join("\n");
42701
42709
  return `
42702
42710
 
42703
42711
  ## CLI Health (${String(report.overall.totalTasks)} tasks, ${String(Math.round(report.overall.successRate * 100))}% success)
@@ -42803,7 +42811,7 @@ ${contextBlock}`;
42803
42811
  const strategy = config.votingStrategy ?? "higher_order";
42804
42812
  await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
42805
42813
  try {
42806
- const { executeVoting } = await import("./consensus-vote-UR3JU7RI.js");
42814
+ const { executeVoting } = await import("./consensus-vote-AWBFYF5S.js");
42807
42815
  const votingResult = await executeVoting(
42808
42816
  {
42809
42817
  proposal: plan.slice(0, 4e3),
@@ -50010,4 +50018,4 @@ export {
50010
50018
  detectBackend,
50011
50019
  createTaskTracker
50012
50020
  };
50013
- //# sourceMappingURL=chunk-K446R3BC.js.map
50021
+ //# sourceMappingURL=chunk-NQRC7QQL.js.map