@nexus-cortex/cli 4.124.3 → 4.124.4

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 +1 -0
  2. package/package.json +2 -2
package/.env.defaults CHANGED
@@ -1175,6 +1175,7 @@ CORTEX_ENDTURN_GATE=true
1175
1175
  #CORTEX_FRAME_CANDIDATES=
1176
1176
  #CORTEX_FRAME_WAIT_CAP_S=
1177
1177
  #CORTEX_FRAME_SCREEN_LINES=
1178
+ #CORTEX_FRAME_CONTRACT_EXTRA=
1178
1179
  # (no lever) R169 HB-NEARDUP-SCRATCH-STEM — REFUTED before shipping (2026-09-17, pilot-12 trajectory replay). The distiller's 16
1179
1180
  # "repeated-identical-retry" candidates were re-read: the two stuck sessions (coq-block-bound base arm: `cat > /tmp/tN.v <<EOF` with a
1180
1181
  # DIFFERENT proof body each attempt; rs-archive-clone: 191 distinct `python3 -c` bodies) are unconverged EXPLORATION, not retries —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/cli",
3
- "version": "4.124.3",
3
+ "version": "4.124.4",
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.3",
22
+ "@nexus-cortex/core": "4.124.4",
23
23
  "chalk": "^4.1.2",
24
24
  "cli-spinners": "^2.9.0",
25
25
  "commander": "^11.0.0",