nexus-agents 2.85.0 → 2.87.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.
- package/dist/{chunk-6KZL5DMU.js → chunk-6NKQ5QX4.js} +471 -185
- package/dist/chunk-6NKQ5QX4.js.map +1 -0
- package/dist/{chunk-QR4VYHMI.js → chunk-L5VGKYYI.js} +2 -2
- package/dist/{chunk-OXVOUVKH.js → chunk-T24NPT4A.js} +3 -3
- package/dist/{chunk-IF6TXCSE.js → chunk-YYUNZPDK.js} +34 -1
- package/dist/{chunk-IF6TXCSE.js.map → chunk-YYUNZPDK.js.map} +1 -1
- package/dist/cli.js +8 -4
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-LPYEXUVC.js → consensus-vote-ZP33MR4A.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-ZXDAR3GQ.js → setup-command-XHNWXAPF.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-6KZL5DMU.js.map +0 -1
- /package/dist/{chunk-QR4VYHMI.js.map → chunk-L5VGKYYI.js.map} +0 -0
- /package/dist/{chunk-OXVOUVKH.js.map → chunk-T24NPT4A.js.map} +0 -0
- /package/dist/{consensus-vote-LPYEXUVC.js.map → consensus-vote-ZP33MR4A.js.map} +0 -0
- /package/dist/{setup-command-ZXDAR3GQ.js.map → setup-command-XHNWXAPF.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-L5VGKYYI.js";
|
|
26
26
|
import "./chunk-Z5BAZS6F.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -108,6 +108,8 @@ import {
|
|
|
108
108
|
loadWorkflowFile,
|
|
109
109
|
rankDiscoveredItems,
|
|
110
110
|
readStoredToken,
|
|
111
|
+
registerCancelJobTool,
|
|
112
|
+
registerCiHealthCheckTool,
|
|
111
113
|
registerCompareDataFeedsTool,
|
|
112
114
|
registerCreateExpertTool,
|
|
113
115
|
registerDelegateToModelTool,
|
|
@@ -160,7 +162,7 @@ import {
|
|
|
160
162
|
validateCommand,
|
|
161
163
|
validateWorkflow,
|
|
162
164
|
wrapInMarkdownFence
|
|
163
|
-
} from "./chunk-
|
|
165
|
+
} from "./chunk-6NKQ5QX4.js";
|
|
164
166
|
import {
|
|
165
167
|
resolveToken
|
|
166
168
|
} from "./chunk-ZMERLMEP.js";
|
|
@@ -190,7 +192,7 @@ import {
|
|
|
190
192
|
toolSuccessStructured,
|
|
191
193
|
warnIfSimulatedOutsideTests,
|
|
192
194
|
wrapToolWithTimeout
|
|
193
|
-
} from "./chunk-
|
|
195
|
+
} from "./chunk-YYUNZPDK.js";
|
|
194
196
|
import "./chunk-6QKMUPDP.js";
|
|
195
197
|
import "./chunk-POTGGTJD.js";
|
|
196
198
|
import {
|
|
@@ -233,7 +235,7 @@ import {
|
|
|
233
235
|
loadConfig,
|
|
234
236
|
runDoctor,
|
|
235
237
|
validateNexusEnv
|
|
236
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-T24NPT4A.js";
|
|
237
239
|
import "./chunk-4S5GY2MF.js";
|
|
238
240
|
import "./chunk-FOG7PMGM.js";
|
|
239
241
|
import {
|
|
@@ -17899,6 +17901,8 @@ var STANDALONE_TOOLS = [
|
|
|
17899
17901
|
{ name: "query_task_state", register: registerQueryTaskStateTool },
|
|
17900
17902
|
{ name: "get_job_result", register: registerGetJobResultTool },
|
|
17901
17903
|
{ name: "list_jobs", register: registerListJobsTool },
|
|
17904
|
+
{ name: "cancel_job", register: registerCancelJobTool },
|
|
17905
|
+
{ name: "ci_health_check", register: registerCiHealthCheckTool },
|
|
17902
17906
|
{ name: "verify_audit_chain", register: registerVerifyAuditChainTool },
|
|
17903
17907
|
{ name: "extract_symbols", register: registerExtractSymbolsTool },
|
|
17904
17908
|
{ name: "search_codebase", register: registerSearchCodebaseTool },
|