nexus-agents 2.115.0 → 2.115.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/{chunk-PCSWTO6B.js → chunk-6DHDXNOO.js} +3 -3
- package/dist/{chunk-PZRDGFLY.js → chunk-KHGBV3ZL.js} +2 -16
- package/dist/{chunk-PZRDGFLY.js.map → chunk-KHGBV3ZL.js.map} +1 -1
- package/dist/{chunk-SLXPSE5W.js → chunk-SJZZQCZE.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-XCN5CNZO.js → setup-command-BVMZQHKM.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-PCSWTO6B.js.map → chunk-6DHDXNOO.js.map} +0 -0
- /package/dist/{chunk-SLXPSE5W.js.map → chunk-SJZZQCZE.js.map} +0 -0
- /package/dist/{setup-command-XCN5CNZO.js.map → setup-command-BVMZQHKM.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.115.
|
|
43
|
+
var VERSION = true ? "2.115.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2099,7 +2099,7 @@ async function runDoctorFix(result) {
|
|
|
2099
2099
|
writeLine2("\u2500".repeat(40));
|
|
2100
2100
|
let fixCount = 0;
|
|
2101
2101
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2102
|
-
const { runSetup } = await import("./setup-command-
|
|
2102
|
+
const { runSetup } = await import("./setup-command-BVMZQHKM.js");
|
|
2103
2103
|
const setupResult = runSetup({
|
|
2104
2104
|
skipMcp: true,
|
|
2105
2105
|
skipRules: true,
|
|
@@ -2211,4 +2211,4 @@ export {
|
|
|
2211
2211
|
startStdioServer,
|
|
2212
2212
|
closeServer
|
|
2213
2213
|
};
|
|
2214
|
-
//# sourceMappingURL=chunk-
|
|
2214
|
+
//# sourceMappingURL=chunk-6DHDXNOO.js.map
|
|
@@ -114,7 +114,7 @@ import {
|
|
|
114
114
|
DEFAULT_TASK_TTL_MS,
|
|
115
115
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
116
116
|
clampTaskTtl
|
|
117
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-6DHDXNOO.js";
|
|
118
118
|
import {
|
|
119
119
|
resolveInsideRoot
|
|
120
120
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -42374,7 +42374,6 @@ async function runDevPipeline(task, stages, options) {
|
|
|
42374
42374
|
async function runDevPipelineInner(task, stages, options, sid, prior) {
|
|
42375
42375
|
const bm = options?.beliefMemory;
|
|
42376
42376
|
const { planResult } = await runPlanningPhase(task, stages, sid, prior, bm);
|
|
42377
|
-
reinforcePlanBeliefs(bm, task, planResult.iterations);
|
|
42378
42377
|
if (options?.dryRun === true) {
|
|
42379
42378
|
logger43.info("Dry run \u2014 stopping after plan+vote");
|
|
42380
42379
|
return buildDryRunResult(planResult);
|
|
@@ -42422,19 +42421,6 @@ async function flushTraceWriter(writer) {
|
|
|
42422
42421
|
writer.stop();
|
|
42423
42422
|
}
|
|
42424
42423
|
}
|
|
42425
|
-
function reinforcePlanBeliefs(bm, task, iterations) {
|
|
42426
|
-
if (bm === void 0) return;
|
|
42427
|
-
const beliefId = `plan-approach:${task.slice(0, 80)}`;
|
|
42428
|
-
const logBmError = (op) => (error) => {
|
|
42429
|
-
const msg = error instanceof Error ? error.message : String(error);
|
|
42430
|
-
logger43.debug(`Belief-memory ${op} failed`, { beliefId, error: msg });
|
|
42431
|
-
};
|
|
42432
|
-
if (iterations <= 1) {
|
|
42433
|
-
void bm.reinforce(beliefId, "Plan approved on first vote iteration").catch(logBmError("reinforce"));
|
|
42434
|
-
} else {
|
|
42435
|
-
void bm.weaken(beliefId, `Plan required ${String(iterations)} vote iterations before approval`).catch(logBmError("weaken"));
|
|
42436
|
-
}
|
|
42437
|
-
}
|
|
42438
42424
|
function pipelineHindsightKeys(task, sessionId) {
|
|
42439
42425
|
const taskKey = task.slice(0, 40);
|
|
42440
42426
|
return sessionId !== void 0 && sessionId !== taskKey ? [sessionId, taskKey] : [taskKey];
|
|
@@ -48917,4 +48903,4 @@ export {
|
|
|
48917
48903
|
detectBackend,
|
|
48918
48904
|
createTaskTracker
|
|
48919
48905
|
};
|
|
48920
|
-
//# sourceMappingURL=chunk-
|
|
48906
|
+
//# sourceMappingURL=chunk-KHGBV3ZL.js.map
|