@nexus-cortex/cli 4.84.0 → 4.85.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 +5 -0
  2. package/package.json +2 -2
package/.env.example CHANGED
@@ -276,10 +276,15 @@ ENABLE_DEFERRED_TOOL_LOADING=true
276
276
  # pointing the model at SearchTools (to reach the tools the deferred filter hides) and,
277
277
  # when mentorship is active, AskForAdvice. Turn 1 stays a pristine narrow door; the
278
278
  # pointer lands only after the model has acted. No-op when deferred loading is off.
279
+ # GLOBAL BASELINE for models WITHOUT a card opinion (harness serves 17 models / 7 providers).
280
+ # The per-model CARD OVERRIDES this (deepseek-v4-flash ships liftNudge:true; pro/vision leave it
281
+ # to this baseline). Set true to enable the signpost fleet-wide for un-carded models; a card can
282
+ # still opt a specific model out. Precedence: card > this env > default.
279
283
  CORTEX_LIFT_NUDGE=false
280
284
  # CORTEX_HEADLESS_DROP_ASKUSER — in NON-INTERACTIVE sessions (stateless /v1/messages,
281
285
  # headless API, piped oneshot) there is no human to answer AskUserQuestion, so it is a
282
286
  # stall trap; drop it at the tool source. Kept in interactive TUIs.
287
+ # GLOBAL BASELINE for un-carded models; the per-model card overrides. Precedence: card > env > default.
283
288
  CORTEX_HEADLESS_DROP_ASKUSER=false
284
289
  # Programmatic Tool Calling (compose tool calls in a script) — experimental
285
290
  ENABLE_PTC=false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/cli",
3
- "version": "4.84.0",
3
+ "version": "4.85.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.84.0",
22
+ "@nexus-cortex/core": "4.85.0",
23
23
  "chalk": "^4.1.2",
24
24
  "cli-spinners": "^2.9.0",
25
25
  "commander": "^11.0.0",