@nexus-cortex/cli 4.79.0 → 4.80.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 +5 -2
- package/package.json +2 -2
package/.env.example
CHANGED
|
@@ -159,8 +159,11 @@ MENTORSHIP_ERROR_THRESHOLD=medium
|
|
|
159
159
|
MENTORSHIP_KEYWORDS_ENABLED=false
|
|
160
160
|
# Additional trigger keywords (comma-separated, e.g. @help,@stuck)
|
|
161
161
|
MENTORSHIP_CUSTOM_KEYWORDS=
|
|
162
|
-
# Model used for mentorship guidance (overrides HELPER_MODEL_ID)
|
|
163
|
-
|
|
162
|
+
# Model used for mentorship guidance (overrides HELPER_MODEL_ID).
|
|
163
|
+
# Default = deepseek-v4-flash for SINGLE-PROVIDER congruence: the shipped harness
|
|
164
|
+
# (and the TB2 bench container) reuses the main DeepSeek key — no 2nd API key needed.
|
|
165
|
+
# (For image/vision background tasks, deepseek-v4-flash-vision-exp is the vision-capable option.)
|
|
166
|
+
MENTORSHIP_HELPER_MODEL=deepseek-v4-flash
|
|
164
167
|
# Periodic mentorship review every N turns
|
|
165
168
|
MENTORSHIP_TURN_BASED_ENABLED=false
|
|
166
169
|
# Turns between periodic reviews (1-50)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.80.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.80.0",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|