nexus-agents 2.77.1 → 2.77.3

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.
@@ -9,7 +9,7 @@ import {
9
9
  defaultConfig,
10
10
  initDataDirectories,
11
11
  probeAllClis
12
- } from "./chunk-EVI46ZGG.js";
12
+ } from "./chunk-LTUUW3FN.js";
13
13
  import {
14
14
  BUILT_IN_EXPERTS
15
15
  } from "./chunk-ZM4O442V.js";
@@ -1946,4 +1946,4 @@ export {
1946
1946
  setupCommand,
1947
1947
  setupCommandAsync
1948
1948
  };
1949
- //# sourceMappingURL=chunk-YJ7DGTAU.js.map
1949
+ //# sourceMappingURL=chunk-KGB67HII.js.map
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-GOT7OAL5.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.77.1" : "dev";
43
+ var VERSION = true ? "2.77.3" : "dev";
44
44
 
45
45
  // src/config/schemas-core.ts
46
46
  import { z } from "zod";
@@ -2308,7 +2308,7 @@ async function runDoctorFix(result) {
2308
2308
  writeLine2("\u2500".repeat(40));
2309
2309
  let fixCount = 0;
2310
2310
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2311
- const { runSetup } = await import("./setup-command-MF75ZAPA.js");
2311
+ const { runSetup } = await import("./setup-command-XG7R4PR4.js");
2312
2312
  const setupResult = runSetup({
2313
2313
  skipMcp: true,
2314
2314
  skipRules: true,
@@ -2419,4 +2419,4 @@ export {
2419
2419
  startStdioServer,
2420
2420
  closeServer
2421
2421
  };
2422
- //# sourceMappingURL=chunk-EVI46ZGG.js.map
2422
+ //# sourceMappingURL=chunk-LTUUW3FN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  analyzeGitHubRepo
3
- } from "./chunk-BC3M4VLP.js";
3
+ } from "./chunk-BMOPMCFZ.js";
4
4
  import {
5
5
  createLogger,
6
6
  getTimeProvider
@@ -698,4 +698,4 @@ export {
698
698
  generateSecurityPlan,
699
699
  buildPlanFromAnalysis
700
700
  };
701
- //# sourceMappingURL=chunk-ZKOBXAPK.js.map
701
+ //# sourceMappingURL=chunk-WXVN4K3D.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-YJ7DGTAU.js";
25
+ } from "./chunk-KGB67HII.js";
26
26
  import "./chunk-CM3TORGV.js";
27
27
  import {
28
28
  AuthHandler,
@@ -152,7 +152,7 @@ import {
152
152
  validateCommand,
153
153
  validateWorkflow,
154
154
  wrapInMarkdownFence
155
- } from "./chunk-FGQOGLHQ.js";
155
+ } from "./chunk-K446R3BC.js";
156
156
  import "./chunk-ED6VQWNG.js";
157
157
  import {
158
158
  resolveToken
@@ -193,8 +193,8 @@ import {
193
193
  sanitizeInput
194
194
  } from "./chunk-ERWXGXV2.js";
195
195
  import "./chunk-G6ZPVADX.js";
196
- import "./chunk-ZKOBXAPK.js";
197
- import "./chunk-BC3M4VLP.js";
196
+ import "./chunk-WXVN4K3D.js";
197
+ import "./chunk-BMOPMCFZ.js";
198
198
  import "./chunk-AP2FD37C.js";
199
199
  import "./chunk-BQ4YXGGQ.js";
200
200
  import {
@@ -216,7 +216,7 @@ import {
216
216
  probeAllClis,
217
217
  runDoctor,
218
218
  validateNexusEnv
219
- } from "./chunk-EVI46ZGG.js";
219
+ } from "./chunk-LTUUW3FN.js";
220
220
  import "./chunk-5WHWKY32.js";
221
221
  import {
222
222
  DEFAULTS
@@ -16990,8 +16990,8 @@ var TOOL_DEFINITIONS = [
16990
16990
  properties: {
16991
16991
  task: { type: "string", description: "Task to execute or analyze" },
16992
16992
  preferred_capability: { type: "string", description: "Preferred capability for routing" },
16993
- model_hint: { type: "string", description: "Explicit model preference" },
16994
- estimate_tokens: { type: "boolean", description: "Return token estimate only" }
16993
+ model_hint: { type: "string", description: "Explicit model preference" }
16994
+ // estimate_tokens flag removed (#2723) was never read downstream.
16995
16995
  },
16996
16996
  required: ["task"]
16997
16997
  }