@nexus-cortex/cli 4.75.0 → 4.76.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.
Files changed (2) hide show
  1. package/.env.example +4 -0
  2. package/package.json +2 -2
package/.env.example CHANGED
@@ -559,3 +559,7 @@ MENTORSHIP_ACTIVE_DISCOVERY=false
559
559
  # `sources` attestation whenever web tools were used this turn (the one rejecting
560
560
  # check; bounded nudges, fallback-accept).
561
561
  #CORTEX_ENDTURN_INTEGRITY=true
562
+ # Item 13b — surrender guard: one "execute your plan" nudge when a tool-using turn
563
+ # ends by ENUMERATING remaining steps instead of doing them (the honest-premature-
564
+ # surrender class). Default off; bench/serving profiles arm it.
565
+ #CORTEX_SURRENDER_NUDGE=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/cli",
3
- "version": "4.75.0",
3
+ "version": "4.76.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.75.0",
22
+ "@nexus-cortex/core": "4.76.0",
23
23
  "chalk": "^4.1.2",
24
24
  "cli-spinners": "^2.9.0",
25
25
  "commander": "^11.0.0",