nexus-agents 2.86.0 → 2.87.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.
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-XRROTMWR.js";
25
+ } from "./chunk-GLYXWXOR.js";
26
26
  import "./chunk-Z5BAZS6F.js";
27
27
  import {
28
28
  AuthHandler,
@@ -109,6 +109,7 @@ import {
109
109
  rankDiscoveredItems,
110
110
  readStoredToken,
111
111
  registerCancelJobTool,
112
+ registerCiHealthCheckTool,
112
113
  registerCompareDataFeedsTool,
113
114
  registerCreateExpertTool,
114
115
  registerDelegateToModelTool,
@@ -161,7 +162,7 @@ import {
161
162
  validateCommand,
162
163
  validateWorkflow,
163
164
  wrapInMarkdownFence
164
- } from "./chunk-RZNED4KY.js";
165
+ } from "./chunk-QDGD5FVT.js";
165
166
  import {
166
167
  resolveToken
167
168
  } from "./chunk-ZMERLMEP.js";
@@ -191,7 +192,7 @@ import {
191
192
  toolSuccessStructured,
192
193
  warnIfSimulatedOutsideTests,
193
194
  wrapToolWithTimeout
194
- } from "./chunk-EHBSXLX6.js";
195
+ } from "./chunk-YYUNZPDK.js";
195
196
  import "./chunk-6QKMUPDP.js";
196
197
  import "./chunk-POTGGTJD.js";
197
198
  import {
@@ -234,7 +235,7 @@ import {
234
235
  loadConfig,
235
236
  runDoctor,
236
237
  validateNexusEnv
237
- } from "./chunk-QOOYL3B3.js";
238
+ } from "./chunk-ISWYUTXP.js";
238
239
  import "./chunk-4S5GY2MF.js";
239
240
  import "./chunk-FOG7PMGM.js";
240
241
  import {
@@ -17901,6 +17902,7 @@ var STANDALONE_TOOLS = [
17901
17902
  { name: "get_job_result", register: registerGetJobResultTool },
17902
17903
  { name: "list_jobs", register: registerListJobsTool },
17903
17904
  { name: "cancel_job", register: registerCancelJobTool },
17905
+ { name: "ci_health_check", register: registerCiHealthCheckTool },
17904
17906
  { name: "verify_audit_chain", register: registerVerifyAuditChainTool },
17905
17907
  { name: "extract_symbols", register: registerExtractSymbolsTool },
17906
17908
  { name: "search_codebase", register: registerSearchCodebaseTool },