nex-code 0.3.72 → 0.3.74
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/README.md +6 -4
- package/dist/nex-code.js +486 -429
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
```
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<b>The open-source agentic coding
|
|
8
|
+
<b>The open-source agentic coding CLI for Ollama Cloud.</b><br>
|
|
9
9
|
Use it in the terminal or install the built-in <b>VS Code extension</b> for a sidebar chat panel.<br>
|
|
10
|
-
|
|
10
|
+
Built and optimized for <a href="https://ollama.com">Ollama Cloud</a> — OpenAI, Anthropic, and Gemini are also supported.
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
|
@@ -66,9 +66,11 @@ npm update -g nex-code
|
|
|
66
66
|
|
|
67
67
|
## Why nex-code?
|
|
68
68
|
|
|
69
|
-
**
|
|
69
|
+
**Ollama Cloud first.** nex-code is built and optimized for [Ollama Cloud](https://ollama.com) — the flat-rate platform that runs devstral, Kimi K2, Qwen3-Coder, and 47+ other open models. All behavioral tuning (loop detection, context compression, tool-call repair) is done against real Ollama Cloud sessions. Other providers (OpenAI, Anthropic, Gemini) work via the same interface but are not the primary target.
|
|
70
70
|
|
|
71
|
-
**
|
|
71
|
+
**Recommended model: `devstral-2:123b`** — purpose-built for agentic coding, highest score on nex-code's own benchmark, best tool-call reliability.
|
|
72
|
+
|
|
73
|
+
**Open-model first.** Not locked to any single vendor. Tool tiers (`essential / standard / full`) adapt automatically to the model's capability level, so smaller models don't receive tool schemas they can't handle. A 5-layer auto-fix loop catches and retries malformed tool calls without user intervention.
|
|
72
74
|
|
|
73
75
|
**Smart model routing.** The built-in `/benchmark` system tests all configured models against 33 real nex-code tool-calling tasks across 5 task categories. The results feed a routing table so nex-code can automatically switch to the best model for the detected task type:
|
|
74
76
|
|