@nexus-cortex/cli 4.124.0 → 4.124.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/.env.defaults +4 -1
- package/package.json +2 -2
package/.env.defaults
CHANGED
|
@@ -1160,7 +1160,10 @@ CORTEX_ENDTURN_GATE=true
|
|
|
1160
1160
|
# unsafe (>= 0.7), restricts repeats to templates, flags an unaddressed on-screen error (the writer then gets the full screen once); fail-open to
|
|
1161
1161
|
# candidate 1. Every turn banks a `frame_turn` event (candidates, pick, probabilities, provenance, rc, wait) = Lens A rows on agent actions.
|
|
1162
1162
|
# [LEDGER 2026-09-21 @4.124.0] BUILT + 23 unit tests (frames/); LOCAL SMOKE PASSED (deepseek-flash, toy task: 3 frame turns — orient, printf, cat/ls/wc — file correct,
|
|
1163
|
-
# EndTurn gate rejected once then accepted, 37 s, 3.5K tokens; frame_turn events banked with provenance);
|
|
1163
|
+
# EndTurn gate rejected once then accepted, 37 s, 3.5K tokens; frame_turn events banked with provenance);
|
|
1164
|
+
# [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
|
+
# 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. E1 = frame vs control on g1-35 (~$40); E2 = chooser on (~$40).
|
|
1164
1167
|
#CORTEX_FRAME=
|
|
1165
1168
|
#CORTEX_FRAME_CHOOSER=
|
|
1166
1169
|
#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.1",
|
|
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.1",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|