@nexus-cortex/cli 4.124.1 → 4.124.2
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/.env.defaults +7 -1
- package/package.json +2 -2
package/.env.defaults
CHANGED
|
@@ -1122,6 +1122,8 @@ CORTEX_ENDTURN_GATE=true
|
|
|
1122
1122
|
# [LEDGER 2026-09-21 @4.123.0] FIELD (cell g2, 28/35): floor WORKED — no veto below 25% in 28 sessions. Interval rule FAILED as OR:
|
|
1123
1123
|
# production-planning held 6× at 45–137 s apart with holdProgressed=true every time (the judge rewrote its plan → similarity < 0.6).
|
|
1124
1124
|
# R173c-b: the elapsed time is REQUIRED when known, the changed plan is additional; event += {holdGapMs, planSim}. FIELD: pending.
|
|
1125
|
+
# [LEDGER 2026-09-21 @4.124.1] g2 FINAL: g2x 8/35 vs control 9/35 (only-g2x 3 = protein/risk-scorer/vf2, all repeats of g1 flips; only-control 4, no lever
|
|
1126
|
+
# trigger). Two repeats of the lever config: 11 and 8 vs 9 → noise band. NOT a lift; keep dark. Ledger .cortex/bench/r-tb4-g2-2026-09-21.md.
|
|
1125
1127
|
#CORTEX_JUDGE_VETO_MIN_REMAINING=
|
|
1126
1128
|
#CORTEX_JUDGE_GAP_HOLD_MIN_INTERVAL_MS=
|
|
1127
1129
|
#CORTEX_JUDGE_GAP_HOLD_PLAN_MAX_SIMILARITY=
|
|
@@ -1163,7 +1165,11 @@ CORTEX_ENDTURN_GATE=true
|
|
|
1163
1165
|
# EndTurn gate rejected once then accepted, 37 s, 3.5K tokens; frame_turn events banked with provenance);
|
|
1164
1166
|
# [LEDGER 2026-09-21 @4.124.1] CHOOSER SMOKE PASSED locally (CORTEX_FRAME_CHOOSER=jev, k=3, toy CSV-sum task): 3 turns, Jev picked the writer's
|
|
1165
1167
|
# 2nd candidate on turn 1 (0.86 vs 0.06), c1 on turn 2 (0.75), the FINISH template on turn 3 (0.73) → EndTurn; sum correct; ~340 ms per Jev call;
|
|
1166
|
-
# rows banked with provenance inserted/shown. FIELD: E1 (frame, chooser off) launched 11:54 AM PT 09-21 on g1-35; E2 (chooser on) next.
|
|
1168
|
+
# rows banked with provenance inserted/shown. FIELD: E1 (frame, chooser off) launched 11:54 AM PT 09-21 on g1-35; E2 (chooser on) next.
|
|
1169
|
+
# [LEDGER 2026-09-21 @4.124.2] E1/E2 FIELD (6+5 rows): sessions ran ~2x the control's wall time with FEWER turns — the runner's wait loop, not
|
|
1170
|
+
# the model (4–10 s/turn) nor Jev (0.6 s/turn): 25–44 turns per session waited 60–300 s. Fixed: exact requested wait (cap 60), 5-s grace while
|
|
1171
|
+
# the screen moves, STILL RUNNING hand-back; template list only when it changes. Smoke: `sleep 8` handed back at 5 s, model chose WAIT, 3–6 s/turn.
|
|
1172
|
+
# The 4.124.0/4.124.1 E1/E2 rows are a wait-loop measurement, not a frame measurement — cells relaunch on 4.124.2 (2 boxes per arm). E1 = frame vs control on g1-35 (~$40); E2 = chooser on (~$40).
|
|
1167
1173
|
#CORTEX_FRAME=
|
|
1168
1174
|
#CORTEX_FRAME_CHOOSER=
|
|
1169
1175
|
#CORTEX_FRAME_CANDIDATES=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.124.
|
|
3
|
+
"version": "4.124.2",
|
|
4
4
|
"description": "Nexus Cortex CLI - Terminal interface for multi-provider LLM orchestration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"prepack": "node ../../scripts/copy-pkg-cortex-scaffold.mjs"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nexus-cortex/core": "4.124.
|
|
22
|
+
"@nexus-cortex/core": "4.124.2",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|