nexus-agents 2.45.0 → 2.46.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-4H72SYYW.js → chunk-5Y7QBD2H.js} +3 -3
- package/dist/{chunk-WFYCKG4J.js → chunk-GVK2Z7PV.js} +1895 -1558
- package/dist/chunk-GVK2Z7PV.js.map +1 -0
- package/dist/{chunk-BMDTDKJK.js → chunk-KCOGC24K.js} +2 -2
- package/dist/cli.js +5 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-GX4Y4B5U.js → setup-command-OF4QXTBF.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-WFYCKG4J.js.map +0 -1
- /package/dist/{chunk-4H72SYYW.js.map → chunk-5Y7QBD2H.js.map} +0 -0
- /package/dist/{chunk-BMDTDKJK.js.map → chunk-KCOGC24K.js.map} +0 -0
- /package/dist/{setup-command-GX4Y4B5U.js.map → setup-command-OF4QXTBF.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
VERSION,
|
|
6
6
|
initDataDirectories
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5Y7QBD2H.js";
|
|
8
8
|
import {
|
|
9
9
|
CLI_SUBPROCESS_TIMEOUTS,
|
|
10
10
|
createLogger,
|
|
@@ -1580,4 +1580,4 @@ export {
|
|
|
1580
1580
|
setupCommand,
|
|
1581
1581
|
setupCommandAsync
|
|
1582
1582
|
};
|
|
1583
|
-
//# sourceMappingURL=chunk-
|
|
1583
|
+
//# sourceMappingURL=chunk-KCOGC24K.js.map
|
package/dist/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-YDCRFMFQ.js";
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-KCOGC24K.js";
|
|
19
19
|
import "./chunk-MWLAUEG5.js";
|
|
20
20
|
import {
|
|
21
21
|
AuthHandler,
|
|
@@ -123,6 +123,7 @@ import {
|
|
|
123
123
|
registerOrchestrateTool,
|
|
124
124
|
registerPipelineTool,
|
|
125
125
|
registerPrompts,
|
|
126
|
+
registerQueryTaskStateTool,
|
|
126
127
|
registerQueryTraceTool,
|
|
127
128
|
registerRegistryImportTool,
|
|
128
129
|
registerRepoAnalyzeTool,
|
|
@@ -150,7 +151,7 @@ import {
|
|
|
150
151
|
validateNexusEnv,
|
|
151
152
|
validateWorkflow,
|
|
152
153
|
wrapInMarkdownFence
|
|
153
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-GVK2Z7PV.js";
|
|
154
155
|
import {
|
|
155
156
|
resolveToken
|
|
156
157
|
} from "./chunk-QFDXRHNX.js";
|
|
@@ -200,7 +201,7 @@ import {
|
|
|
200
201
|
doctorCommand,
|
|
201
202
|
initDataDirectories,
|
|
202
203
|
runDoctor
|
|
203
|
-
} from "./chunk-
|
|
204
|
+
} from "./chunk-5Y7QBD2H.js";
|
|
204
205
|
import "./chunk-ULDKSIS7.js";
|
|
205
206
|
import {
|
|
206
207
|
MemoryError
|
|
@@ -18362,6 +18363,7 @@ var STANDALONE_TOOLS = [
|
|
|
18362
18363
|
{ name: "execute_spec", register: registerExecuteSpecTool },
|
|
18363
18364
|
{ name: "list_experts", register: registerListExpertsTool },
|
|
18364
18365
|
{ name: "query_trace", register: registerQueryTraceTool },
|
|
18366
|
+
{ name: "query_task_state", register: registerQueryTaskStateTool },
|
|
18365
18367
|
{ name: "extract_symbols", register: registerExtractSymbolsTool },
|
|
18366
18368
|
{ name: "search_codebase", register: registerSearchCodebaseTool },
|
|
18367
18369
|
{ name: "run_dev_pipeline", register: registerDevPipelineTool },
|