nexus-agents 2.101.4 → 2.102.1

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-5SNDOBMV.js} +3 -3
  2. package/dist/{chunk-5O5OEZA3.js → chunk-CE2RB6GA.js} +2 -2
  3. package/dist/{chunk-YGGTSTYA.js → chunk-DQ5ZR66I.js} +1070 -930
  4. package/dist/chunk-DQ5ZR66I.js.map +1 -0
  5. package/dist/{chunk-CYG62BXB.js → chunk-J6KO7RGF.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 +152 -129
  14. package/dist/index.js +11 -70
  15. package/dist/index.js.map +1 -1
  16. package/dist/{setup-command-33WQNBL7.js → setup-command-ASIVCHUE.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-5SNDOBMV.js.map} +0 -0
  20. /package/dist/{chunk-5O5OEZA3.js.map → chunk-CE2RB6GA.js.map} +0 -0
  21. /package/dist/{chunk-CYG62BXB.js.map → chunk-J6KO7RGF.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-ASIVCHUE.js.map} +0 -0
@@ -21,7 +21,7 @@ import {
21
21
  toolSuccess,
22
22
  withProgressHeartbeat,
23
23
  wrapToolWithTimeout
24
- } from "./chunk-KAJPY6YZ.js";
24
+ } from "./chunk-SXWJ7IUF.js";
25
25
  import {
26
26
  getToolMemory
27
27
  } from "./chunk-TDXLS2TY.js";
@@ -7498,4 +7498,4 @@ export {
7498
7498
  CONSENSUS_VOTE_OUTPUT_SCHEMA,
7499
7499
  registerConsensusVoteTool
7500
7500
  };
7501
- //# sourceMappingURL=chunk-CYG62BXB.js.map
7501
+ //# sourceMappingURL=chunk-J6KO7RGF.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