@mk-co/neox-cli 2.0.90 → 2.0.92
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/dist/cli/main.js +1448 -3070
- package/dist/prompts/gpt-agents-instructions.md +16 -35
- package/dist/sdk/index.js +1129 -1214
- package/dist/server/main.js +2261 -2738
- package/dist/ui-electron/server/main.js +4115 -0
- package/package.json +13 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mk-co/neox-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.92",
|
|
4
4
|
"description": "Professional AI code assistant CLI powered by Node.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli/main.js",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"test:watch": "vitest",
|
|
24
24
|
"build:legacy": "tsc && chmod +x dist/cli/main.js",
|
|
25
25
|
"dev": "tsx src/cli/main.ts",
|
|
26
|
-
"electron:rebuild": "electron-rebuild -f -w node-pty",
|
|
27
|
-
"ui:build-electron": "tsc --project tsconfig.electron.json && node scripts/build-electron.js && cp src/ui/electron/preload.js dist/ui-electron/electron/",
|
|
26
|
+
"electron:rebuild": "electron-rebuild -f -w node-pty,better-sqlite3 && node scripts/fix-native-module-signatures.cjs",
|
|
27
|
+
"ui:build-electron": "npm run build && npm run electron:rebuild && tsc --project tsconfig.electron.json && node scripts/build-electron.js && cp src/ui/electron/preload.js dist/ui-electron/electron/ && node scripts/check-electron-runtime-deps.cjs",
|
|
28
28
|
"ui:dev": "lsof -ti:5180 | xargs kill -9 2>/dev/null; npm run ui:build-electron && concurrently -k -s first \"cross-env NODE_ENV=development VITE_DEV_SERVER_URL=http://127.0.0.1:5180 vite --config vite.config.ui.ts\" \"wait-on tcp:127.0.0.1:5180 && cross-env NODE_ENV=development VITE_DEV_SERVER_URL=http://127.0.0.1:5180 electron ./dist/ui-electron/electron/main.js\"",
|
|
29
29
|
"ui:build": "npm run ui:build-electron && cross-env NODE_ENV=production vite build --config vite.config.ui.ts",
|
|
30
30
|
"ui:preview": "vite preview --config vite.config.ui.ts",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"clean": "rm -rf dist",
|
|
34
34
|
"type-check": "tsc --project tsconfig.typecheck.json --noEmit",
|
|
35
35
|
"quality:hygiene": "tsx scripts/quality/hygiene-audit.ts",
|
|
36
|
+
"verify:electron-runtime-deps": "node scripts/check-electron-runtime-deps.cjs",
|
|
36
37
|
"prepublishOnly": "npm run clean && npm run build && npm run type-check",
|
|
37
38
|
"link": "npm run build && npm link",
|
|
38
39
|
"unlink": "npm unlink -g neox-cli",
|
|
@@ -61,30 +62,37 @@
|
|
|
61
62
|
"@andresaya/edge-tts": "^1.8.0",
|
|
62
63
|
"@hono/node-server": "^1.19.9",
|
|
63
64
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
65
|
+
"@types/js-yaml": "^4.0.9",
|
|
64
66
|
"@vscode/ripgrep": "^1.17.0",
|
|
65
67
|
"ajv": "^8.17.1",
|
|
66
68
|
"ansi-escapes": "^7.2.0",
|
|
67
69
|
"auto-bind": "^5.0.1",
|
|
68
70
|
"axios": "^1.6.7",
|
|
69
71
|
"better-sqlite3": "^12.6.2",
|
|
72
|
+
"bytenode": "^1.5.7",
|
|
70
73
|
"chalk": "^4.1.2",
|
|
71
74
|
"chokidar": "^4.0.3",
|
|
72
75
|
"cli-cursor": "^4.0.0",
|
|
73
76
|
"duck-duck-scrape": "^2.2.7",
|
|
74
77
|
"execa": "^8.0.1",
|
|
75
78
|
"fast-glob": "^3.3.2",
|
|
79
|
+
"glob": "^10.5.0",
|
|
76
80
|
"hono": "^4.11.9",
|
|
81
|
+
"https-proxy-agent": "^7.0.6",
|
|
77
82
|
"ink": "^6.6.0",
|
|
78
83
|
"ink-select-input": "^6.2.0",
|
|
79
84
|
"ink-spinner": "^5.0.0",
|
|
80
85
|
"ink-text-input": "^6.0.0",
|
|
81
86
|
"is-in-ci": "^2.0.0",
|
|
87
|
+
"js-yaml": "^4.1.1",
|
|
82
88
|
"marked": "^15.0.12",
|
|
83
89
|
"marked-terminal": "^7.3.0",
|
|
90
|
+
"node-pty": "^1.1.0",
|
|
84
91
|
"openai": "^4.28.0",
|
|
85
92
|
"ora": "^8.0.1",
|
|
86
93
|
"patch-console": "^2.0.0",
|
|
87
94
|
"prompts": "^2.4.2",
|
|
95
|
+
"puppeteer-core": "^24.32.0",
|
|
88
96
|
"qrcode": "^1.5.3",
|
|
89
97
|
"react": "^19.2.3",
|
|
90
98
|
"react-markdown": "^10.1.0",
|
|
@@ -98,9 +106,9 @@
|
|
|
98
106
|
"uqr": "^0.1.2",
|
|
99
107
|
"widest-line": "^5.0.0",
|
|
100
108
|
"wrap-ansi": "^9.0.2",
|
|
109
|
+
"ws": "^8.19.0",
|
|
101
110
|
"yoga-layout": "^3.2.1",
|
|
102
|
-
"zod": "^3.22.4"
|
|
103
|
-
"node-pty": "^1.1.0"
|
|
111
|
+
"zod": "^3.22.4"
|
|
104
112
|
},
|
|
105
113
|
"devDependencies": {
|
|
106
114
|
"@electron/rebuild": "^4.0.1",
|
|
@@ -115,13 +123,11 @@
|
|
|
115
123
|
"@xterm/addon-fit": "^0.11.0",
|
|
116
124
|
"@xterm/addon-web-links": "^0.12.0",
|
|
117
125
|
"@xterm/xterm": "^6.0.0",
|
|
118
|
-
"bytenode": "^1.5.7",
|
|
119
126
|
"concurrently": "^9.1.2",
|
|
120
127
|
"cross-env": "^7.0.3",
|
|
121
128
|
"electron": "^40.0.0",
|
|
122
129
|
"icon-gen": "^5.0.0",
|
|
123
130
|
"ink-testing-library": "^4.0.0",
|
|
124
|
-
"puppeteer-core": "^24.32.0",
|
|
125
131
|
"react-devtools-core": "^6.1.5",
|
|
126
132
|
"react-dom": "^19.2.3",
|
|
127
133
|
"terser": "^5.46.0",
|