nex-code 0.4.17 → 0.4.18

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 (3) hide show
  1. package/README.md +39 -13
  2. package/dist/nex-code.js +692 -510
  3. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nex-code",
3
- "version": "0.4.17",
3
+ "version": "0.4.18",
4
4
  "description": "The open-source agentic coding CLI. Free with Ollama Cloud — switch to OpenAI, Anthropic or Gemini anytime. Alternative to Claude Code & Gemini CLI.",
5
5
  "bin": {
6
6
  "nex-code": "./dist/nex-code.js"
@@ -24,6 +24,8 @@
24
24
  "install-hooks": "ln -sf ../../hooks/pre-push .git/hooks/pre-push && chmod +x .git/hooks/pre-push && ln -sf ../../hooks/post-merge .git/hooks/post-merge && chmod +x .git/hooks/post-merge && echo 'Hooks installed (pre-push, post-merge).'",
25
25
  "prepublishOnly": "npm run build && npm test",
26
26
  "merge-to-main": "bash scripts/merge-to-main.sh",
27
+ "improve": "node scripts/improve.js",
28
+ "benchmark:realworld": "node scripts/benchmark-realworld.js",
27
29
  "release": "npm version patch && git push --follow-tags && npm publish"
28
30
  },
29
31
  "keywords": [
@@ -73,6 +75,10 @@
73
75
  "jest": "^29.7.0",
74
76
  "prettier": "^3.8.1"
75
77
  },
78
+ "overrides": {
79
+ "brace-expansion": ">=5.0.5",
80
+ "picomatch": ">=4.0.4"
81
+ },
76
82
  "jest": {
77
83
  "coverageThreshold": {
78
84
  "global": {