@nexus-cortex/cli 4.76.1 → 4.77.0
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.example +7 -0
- package/package.json +2 -2
package/.env.example
CHANGED
|
@@ -563,3 +563,10 @@ MENTORSHIP_ACTIVE_DISCOVERY=false
|
|
|
563
563
|
# ends by ENUMERATING remaining steps instead of doing them (the honest-premature-
|
|
564
564
|
# surrender class). Default off; bench/serving profiles arm it.
|
|
565
565
|
#CORTEX_SURRENDER_NUDGE=true
|
|
566
|
+
# Item 14b — windowed near-dup breaker: outcome-agnostic sliding-window counter over
|
|
567
|
+
# the normalized approach hash (catches varied-param polling invisible to the exact
|
|
568
|
+
# tracker AND the poll guard — observed x65 near-identical calls, max 4 consecutive).
|
|
569
|
+
# N-in-window → one diversify nudge; 2N → break. Default off; bench/serving arm it.
|
|
570
|
+
#CORTEX_NEARDUP_BREAKER=true
|
|
571
|
+
#NEARDUP_WINDOW=20
|
|
572
|
+
#NEARDUP_NUDGE_AT=8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.77.0",
|
|
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.
|
|
22
|
+
"@nexus-cortex/core": "4.77.0",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|