nexus-agents 2.101.4 → 2.102.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.
Files changed (25) hide show
  1. package/dist/{chunk-MS7MVJ6Y.js → chunk-DR6YA645.js} +3 -3
  2. package/dist/{chunk-CYG62BXB.js → chunk-J6KO7RGF.js} +2 -2
  3. package/dist/{chunk-YGGTSTYA.js → chunk-MLTNGA4P.js} +1060 -927
  4. package/dist/chunk-MLTNGA4P.js.map +1 -0
  5. package/dist/{chunk-5O5OEZA3.js → chunk-PC6GNOES.js} +2 -2
  6. package/dist/{chunk-KYONCTIL.js → chunk-QYE6GEPY.js} +2 -2
  7. package/dist/{chunk-KAJPY6YZ.js → chunk-SXWJ7IUF.js} +20 -1
  8. package/dist/{chunk-KAJPY6YZ.js.map → chunk-SXWJ7IUF.js.map} +1 -1
  9. package/dist/cli.js +9 -7
  10. package/dist/cli.js.map +1 -1
  11. package/dist/{consensus-vote-IYYFI2P5.js → consensus-vote-QPHD5HGX.js} +3 -3
  12. package/dist/{improvement-review-BGFCQV4I.js → improvement-review-YFQ5T7I3.js} +3 -3
  13. package/dist/index.d.ts +128 -128
  14. package/dist/index.js +9 -70
  15. package/dist/index.js.map +1 -1
  16. package/dist/{setup-command-33WQNBL7.js → setup-command-CRJACYUE.js} +3 -3
  17. package/package.json +1 -1
  18. package/dist/chunk-YGGTSTYA.js.map +0 -1
  19. /package/dist/{chunk-MS7MVJ6Y.js.map → chunk-DR6YA645.js.map} +0 -0
  20. /package/dist/{chunk-CYG62BXB.js.map → chunk-J6KO7RGF.js.map} +0 -0
  21. /package/dist/{chunk-5O5OEZA3.js.map → chunk-PC6GNOES.js.map} +0 -0
  22. /package/dist/{chunk-KYONCTIL.js.map → chunk-QYE6GEPY.js.map} +0 -0
  23. /package/dist/{consensus-vote-IYYFI2P5.js.map → consensus-vote-QPHD5HGX.js.map} +0 -0
  24. /package/dist/{improvement-review-BGFCQV4I.js.map → improvement-review-YFQ5T7I3.js.map} +0 -0
  25. /package/dist/{setup-command-33WQNBL7.js.map → setup-command-CRJACYUE.js.map} +0 -0
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-MS7MVJ6Y.js";
11
+ } from "./chunk-DR6YA645.js";
12
12
  import {
13
13
  probeAllClis
14
14
  } from "./chunk-3GF52QPA.js";
@@ -1987,4 +1987,4 @@ export {
1987
1987
  setupCommand,
1988
1988
  setupCommandAsync
1989
1989
  };
1990
- //# sourceMappingURL=chunk-5O5OEZA3.js.map
1990
+ //# sourceMappingURL=chunk-PC6GNOES.js.map
@@ -6,7 +6,7 @@ import {
6
6
  toolStructuredError,
7
7
  toolSuccessStructured,
8
8
  wrapToolWithTimeout
9
- } from "./chunk-KAJPY6YZ.js";
9
+ } from "./chunk-SXWJ7IUF.js";
10
10
  import {
11
11
  createLogger,
12
12
  formatZodError,
@@ -1092,4 +1092,4 @@ export {
1092
1092
  runImprovementReview,
1093
1093
  registerImprovementReviewTool
1094
1094
  };
1095
- //# sourceMappingURL=chunk-KYONCTIL.js.map
1095
+ //# sourceMappingURL=chunk-QYE6GEPY.js.map
@@ -2322,6 +2322,25 @@ var TOOL_ANNOTATIONS = {
2322
2322
  { category: "coupling", description: "Records voter outcomes for weather report" }
2323
2323
  ]
2324
2324
  },
2325
+ suggest_research_tasks: {
2326
+ annotations: {
2327
+ title: "Suggest Research Tasks",
2328
+ // SUGGEST-ONLY: discovers/reads via research_discover and returns
2329
+ // candidate tasks. Files nothing, executes nothing, mutates nothing.
2330
+ readOnlyHint: true,
2331
+ destructiveHint: false,
2332
+ // Discovery results vary run-to-run as external sources evolve.
2333
+ idempotentHint: false,
2334
+ // Reaches external research APIs (arXiv/GitHub/etc.) via the engine.
2335
+ openWorldHint: true
2336
+ },
2337
+ sideEffects: [
2338
+ {
2339
+ category: "implicit",
2340
+ description: "Queries research_discover / external research APIs; consumes tokens"
2341
+ }
2342
+ ]
2343
+ },
2325
2344
  supply_chain_tradeoff_panel: {
2326
2345
  annotations: {
2327
2346
  title: "Supply-chain Tradeoff Panel",
@@ -2390,4 +2409,4 @@ export {
2390
2409
  getMcpAnnotations,
2391
2410
  getToolAnnotations
2392
2411
  };
2393
- //# sourceMappingURL=chunk-KAJPY6YZ.js.map
2412
+ //# sourceMappingURL=chunk-SXWJ7IUF.js.map