@nexus-cortex/cli 4.70.0 → 4.71.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 +10 -0
  2. package/package.json +2 -2
package/.env.example CHANGED
@@ -460,6 +460,16 @@ MENTORSHIP_ACTIVE_DISCOVERY=false
460
460
  # Env override for the model card's anchorProfile (deepseek cards default to
461
461
  # bash-edit). Values: lean | bash-only | bash-plus | bash-edit | none.
462
462
  #CORTEX_TOOL_ANCHOR=bash-edit
463
+ # ── Vision / image-path bridge (item 7) ──
464
+ # Turns an image stays in the request context before being stubbed out.
465
+ # MEASURED: an image ANYWHERE in a vision-exp request disables cache reads for
466
+ # the whole request — evicting after use restores the ~31x cache discount.
467
+ # 'off' keeps images forever.
468
+ #CORTEX_IMAGE_TTL_TURNS=3
469
+ # ReadImage downscales originals above this size to ~800px (provider parity,
470
+ # lossless to the model, ~100x wire cut). 'off' disables.
471
+ #CORTEX_IMAGE_DOWNSCALE_BYTES=2097152
472
+
463
473
  # Anchor FRAME (4.70.0): true/persist = the anchored tool surface never lifts
464
474
  # (stays the only surface all session); false/lifted forces the lift. Unset =
465
475
  # the model card's frameProfile, default lifted. Experiment lever.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/cli",
3
- "version": "4.70.0",
3
+ "version": "4.71.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.70.0",
22
+ "@nexus-cortex/core": "4.71.0",
23
23
  "chalk": "^4.1.2",
24
24
  "cli-spinners": "^2.9.0",
25
25
  "commander": "^11.0.0",