nex-code 0.5.12 → 0.5.13
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 +2 -2
- package/dist/background-worker.js +490 -487
- package/dist/benchmark.js +575 -572
- package/dist/nex-code.js +784 -772
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Rankings from nex-code's own `/benchmark` — 62 tasks testing tool selection, a
|
|
|
119
119
|
<!-- nex-benchmark-end -->
|
|
120
120
|
|
|
121
121
|
<!-- nex-routing-start -->
|
|
122
|
-
<!-- Updated: 2026-04-
|
|
122
|
+
<!-- Updated: 2026-04-15 -->
|
|
123
123
|
|
|
124
124
|
**Model routing by task type** (auto-updated by `/benchmark --all`):
|
|
125
125
|
|
|
@@ -434,7 +434,7 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for full architecture details.
|
|
|
434
434
|
npm test # 97 suites, 3920 tests
|
|
435
435
|
npm run typecheck # TypeScript noEmit check
|
|
436
436
|
npm run benchmark:gate # 7-task smoke test (blocks push on regression)
|
|
437
|
-
npm run benchmark:reallife # 35 real-
|
|
437
|
+
npm run benchmark:reallife # 35 real-life tasks across 7 categories
|
|
438
438
|
```
|
|
439
439
|
|
|
440
440
|
---
|