nexus-agents 2.57.0 → 2.58.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-Y7CD6AZW.js → chunk-7EYQBG3W.js} +4 -4
- package/dist/{chunk-QNYNQ257.js → chunk-GJ5BJU7A.js} +2 -2
- package/dist/{chunk-ZUWOFHNC.js → chunk-JKDHWOQL.js} +2 -2
- package/dist/{chunk-ZL3IBCH6.js → chunk-JLYJQ7OG.js} +6024 -5821
- package/dist/chunk-JLYJQ7OG.js.map +1 -0
- package/dist/{chunk-BOZ26RIB.js → chunk-L3NHOUEX.js} +52 -4
- package/dist/chunk-L3NHOUEX.js.map +1 -0
- package/dist/{chunk-SXWZS2V4.js → chunk-YQAOMDR2.js} +1 -1
- package/dist/chunk-YQAOMDR2.js.map +1 -0
- package/dist/cli.js +9 -7
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-CQ2JP6DC.js → consensus-vote-HDM6HA5Z.js} +3 -3
- package/dist/{dist-4LDAFGC5.js → dist-RLMRWMYO.js} +994 -779
- package/dist/dist-RLMRWMYO.js.map +1 -0
- package/dist/{expert-bridge-LT7PKUPS.js → expert-bridge-BHTUNALT.js} +2 -2
- package/dist/{factory-FZ2KSVYC.js → factory-6MT5VKI3.js} +2 -2
- package/dist/index.d.ts +72 -45
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-6EJONTOU.js → setup-command-KSQEYBDA.js} +4 -4
- package/package.json +5 -5
- package/dist/chunk-BOZ26RIB.js.map +0 -1
- package/dist/chunk-SXWZS2V4.js.map +0 -1
- package/dist/chunk-ZL3IBCH6.js.map +0 -1
- package/dist/dist-4LDAFGC5.js.map +0 -1
- /package/dist/{chunk-Y7CD6AZW.js.map → chunk-7EYQBG3W.js.map} +0 -0
- /package/dist/{chunk-QNYNQ257.js.map → chunk-GJ5BJU7A.js.map} +0 -0
- /package/dist/{chunk-ZUWOFHNC.js.map → chunk-JKDHWOQL.js.map} +0 -0
- /package/dist/{consensus-vote-CQ2JP6DC.js.map → consensus-vote-HDM6HA5Z.js.map} +0 -0
- /package/dist/{expert-bridge-LT7PKUPS.js.map → expert-bridge-BHTUNALT.js.map} +0 -0
- /package/dist/{factory-FZ2KSVYC.js.map → factory-6MT5VKI3.js.map} +0 -0
- /package/dist/{setup-command-6EJONTOU.js.map → setup-command-KSQEYBDA.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import "./chunk-6QU4DJYW.js";
|
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync,
|
|
18
18
|
verifyCommand
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-GJ5BJU7A.js";
|
|
20
20
|
import "./chunk-QGZBCD2A.js";
|
|
21
21
|
import {
|
|
22
22
|
AuthHandler,
|
|
@@ -131,6 +131,7 @@ import {
|
|
|
131
131
|
registerRunWorkflowTool,
|
|
132
132
|
registerSearchCodebaseTool,
|
|
133
133
|
registerTools,
|
|
134
|
+
registerVerifyAuditChainTool,
|
|
134
135
|
registerWeatherReportTool,
|
|
135
136
|
resolveV2Config,
|
|
136
137
|
runBenchmarkInstances,
|
|
@@ -141,7 +142,7 @@ import {
|
|
|
141
142
|
validateCommand,
|
|
142
143
|
validateWorkflow,
|
|
143
144
|
wrapInMarkdownFence
|
|
144
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-JLYJQ7OG.js";
|
|
145
146
|
import {
|
|
146
147
|
resolveToken
|
|
147
148
|
} from "./chunk-EZXOJZYE.js";
|
|
@@ -160,7 +161,7 @@ import {
|
|
|
160
161
|
registerConsensusVoteTool,
|
|
161
162
|
shutdownToolMemory,
|
|
162
163
|
validateTimeout
|
|
163
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-L3NHOUEX.js";
|
|
164
165
|
import "./chunk-YU4NABXM.js";
|
|
165
166
|
import {
|
|
166
167
|
loadPapersRegistry,
|
|
@@ -198,7 +199,7 @@ import {
|
|
|
198
199
|
loadConfig,
|
|
199
200
|
runDoctor,
|
|
200
201
|
validateNexusEnv
|
|
201
|
-
} from "./chunk-
|
|
202
|
+
} from "./chunk-7EYQBG3W.js";
|
|
202
203
|
import {
|
|
203
204
|
DEFAULTS
|
|
204
205
|
} from "./chunk-H43PABG4.js";
|
|
@@ -215,12 +216,12 @@ import {
|
|
|
215
216
|
} from "./chunk-633WH2ML.js";
|
|
216
217
|
import "./chunk-EDGG3RQE.js";
|
|
217
218
|
import "./chunk-PTGBJFSD.js";
|
|
218
|
-
import "./chunk-
|
|
219
|
+
import "./chunk-JKDHWOQL.js";
|
|
219
220
|
import {
|
|
220
221
|
createAllAdapters,
|
|
221
222
|
getAvailableClis,
|
|
222
223
|
isRecord
|
|
223
|
-
} from "./chunk-
|
|
224
|
+
} from "./chunk-YQAOMDR2.js";
|
|
224
225
|
import "./chunk-GMOGKX4E.js";
|
|
225
226
|
import {
|
|
226
227
|
API_TIMEOUTS,
|
|
@@ -15544,7 +15545,7 @@ function getBlueskyConfig() {
|
|
|
15544
15545
|
}
|
|
15545
15546
|
async function loadAtproto() {
|
|
15546
15547
|
try {
|
|
15547
|
-
const mod = await import("./dist-
|
|
15548
|
+
const mod = await import("./dist-RLMRWMYO.js");
|
|
15548
15549
|
return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
|
|
15549
15550
|
} catch {
|
|
15550
15551
|
return void 0;
|
|
@@ -18505,6 +18506,7 @@ var STANDALONE_TOOLS = [
|
|
|
18505
18506
|
{ name: "list_experts", register: registerListExpertsTool },
|
|
18506
18507
|
{ name: "query_trace", register: registerQueryTraceTool },
|
|
18507
18508
|
{ name: "query_task_state", register: registerQueryTaskStateTool },
|
|
18509
|
+
{ name: "verify_audit_chain", register: registerVerifyAuditChainTool },
|
|
18508
18510
|
{ name: "extract_symbols", register: registerExtractSymbolsTool },
|
|
18509
18511
|
{ name: "search_codebase", register: registerSearchCodebaseTool },
|
|
18510
18512
|
{ name: "run_dev_pipeline", register: registerDevPipelineTool },
|