@nexus-cortex/cli 4.124.4 → 4.124.6

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.
Files changed (2) hide show
  1. package/.env.defaults +8 -0
  2. package/package.json +2 -2
package/.env.defaults CHANGED
@@ -1148,6 +1148,8 @@ CORTEX_ENDTURN_GATE=true
1148
1148
  # [LEDGER 2026-09-21 @4.122.0] BUILT + unit-tested (7 tests). FIELD: pending (value-shaped cell after g2).
1149
1149
  # [LEDGER 2026-09-21 @4.123.2] FIELD (cell r176, first 2 rows): FIRED but the evidence was invalid — heredoc CHECKs truncated to their first line,
1150
1150
  # every check failed, the fallback read a shell diagnostic as the value (false agree + false hold). R176b fixes parser/fallback; cell relaunched (r176b).
1151
+ # [LEDGER 2026-09-21 @4.124.4] FIELD (cell r176c, 4.123.3, 18 value-shaped tasks): 0/18; 8 disagreement holds all re-finished and failed; 2 agreements on
1152
+ # shared-wrong answers; 2 holds on controls that also failed in the control arm. Fires as designed, NO LIFT on the computed-answer class → keep dark.
1151
1153
  # [LEDGER 2026-09-21 @4.123.3] FIELD (cell r176b, first rows): heredoc checks now run whole and print real output, but the verdict marker sits
1152
1154
  # after the multi-line command text, so checksPassed read 0 → inconclusive everywhere. R176c locates the verdict by marker. Cell r176c relaunched.
1153
1155
  #CORTEX_JUDGE_INDEPENDENT_DERIVATION=
@@ -1170,6 +1172,12 @@ CORTEX_ENDTURN_GATE=true
1170
1172
  # 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
1173
  # 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
1174
  # 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).
1175
+ # [LEDGER 2026-09-22 @4.124.6] R180 + R181 from the E2 rows (freecad-platform-drawing, e2xb): a writer's C-d killed the pane's shell and the tmux
1176
+ # session; the runner handed the executor's "does not exist" text back as the screen for 70 turns (Jev + writer: INTERRUPT picks, SearchTools
1177
+ # calls, an injection attempt). Fixed: dead-pane detection on every capture → automatic respawn + "PANE RESET" note; wedged pane (≥4 promptless
1178
+ # turns incl. an interrupt) → RESET THE PANE template; contract: never C-d/exit. R181: "name a template in a label" now RESOLVES to the template
1179
+ # (applyNamedTemplates; empty keystrokes only) — before 4.124.6 E1 writers naming SHOW MORE / RE-READ got an empty wait. Cells E1/E2 stay on
1180
+ # 4.124.4/.5 (never edit a running cell); the read discloses both. 27 frame unit tests green.
1173
1181
  #CORTEX_FRAME=
1174
1182
  #CORTEX_FRAME_CHOOSER=
1175
1183
  #CORTEX_FRAME_CANDIDATES=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/cli",
3
- "version": "4.124.4",
3
+ "version": "4.124.6",
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.4",
22
+ "@nexus-cortex/core": "4.124.6",
23
23
  "chalk": "^4.1.2",
24
24
  "cli-spinners": "^2.9.0",
25
25
  "commander": "^11.0.0",