@neovate/code 0.22.3 → 0.22.5
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 +0 -2
- package/dist/cli.mjs +907 -818
- package/dist/index.d.ts +115 -27
- package/dist/index.mjs +907 -818
- package/package.json +6 -18
- package/dist/mcps/chrome-devtools-mcp.mjs +0 -668
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovate/code",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"source": "./src/index.ts",
|
|
12
12
|
"bin": {
|
|
13
|
-
"neovate": "./dist/cli.mjs"
|
|
14
|
-
"neo": "./dist/cli.mjs"
|
|
13
|
+
"neovate": "./dist/cli.mjs"
|
|
15
14
|
},
|
|
16
15
|
"scripts": {
|
|
17
16
|
"dev": "bun ./src/cli.ts",
|
|
@@ -21,8 +20,7 @@
|
|
|
21
20
|
"build:index": "bun build src/index.ts --external react-devtools-core --minify --outfile dist/index.mjs --target=node",
|
|
22
21
|
"build:dts": "npm run build:type && api-extractor run --local --verbose",
|
|
23
22
|
"build:post": "bun scripts/post-build.ts",
|
|
24
|
-
"build
|
|
25
|
-
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:mcps && npm run build:post",
|
|
23
|
+
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:post",
|
|
26
24
|
"ci": "npm run typecheck && npm run format && npm run test",
|
|
27
25
|
"detect-unused": "bun scripts/detect-unused.ts",
|
|
28
26
|
"extension:build": "pnpm --filter neovate-assistant build",
|
|
@@ -62,9 +60,9 @@
|
|
|
62
60
|
"license": "MIT",
|
|
63
61
|
"description": "A coding agent to enhance your development workflow.",
|
|
64
62
|
"devDependencies": {
|
|
63
|
+
"cli-highlight": "^2.1.11",
|
|
65
64
|
"@ai-sdk/anthropic": "^2.0.56",
|
|
66
65
|
"@ai-sdk/cerebras": "^1.0.33",
|
|
67
|
-
"@ai-sdk/deepseek": "^1.0.32",
|
|
68
66
|
"@ai-sdk/google": "^2.0.46",
|
|
69
67
|
"@ai-sdk/huggingface": "^0.0.12",
|
|
70
68
|
"@ai-sdk/mcp": "^0.0.12",
|
|
@@ -83,10 +81,9 @@
|
|
|
83
81
|
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
84
82
|
"@openrouter/ai-sdk-provider": "^1.5.3",
|
|
85
83
|
"@sinclair/typebox": "^0.34.38",
|
|
86
|
-
"@stagewise/agent-interface": "^0.3.2",
|
|
87
84
|
"@types/bun": "^1.3.4",
|
|
88
85
|
"@types/debug": "^4.1.12",
|
|
89
|
-
"@types/
|
|
86
|
+
"@types/degit": "^2.8.6",
|
|
90
87
|
"@types/lodash-es": "^4.17.12",
|
|
91
88
|
"@types/marked-terminal": "^6.1.1",
|
|
92
89
|
"@types/node": "^25.0.2",
|
|
@@ -95,18 +92,15 @@
|
|
|
95
92
|
"@types/turndown": "^5.0.6",
|
|
96
93
|
"@types/ws": "^8.18.1",
|
|
97
94
|
"@types/yargs-parser": "^21.0.3",
|
|
98
|
-
"@umijs/clack-prompts": "^0.0.7",
|
|
99
95
|
"@umijs/tools": "^0.1.36",
|
|
100
96
|
"ai": "^5.0.113",
|
|
101
97
|
"chalk": "^5.5.0",
|
|
102
98
|
"chardet": "^2.1.1",
|
|
103
|
-
"chrome-devtools-mcp": "^0.8.1",
|
|
104
99
|
"clipboardy": "^5.0.2",
|
|
105
|
-
"date-fns": "^4.1.0",
|
|
106
100
|
"debug": "^4.4.3",
|
|
107
101
|
"defu": "^6.1.4",
|
|
102
|
+
"degit": "^2.8.4",
|
|
108
103
|
"diff": "^8.0.2",
|
|
109
|
-
"dotenv": "^17.2.3",
|
|
110
104
|
"fastify": "^5.6.2",
|
|
111
105
|
"fastmcp": "^3.25.4",
|
|
112
106
|
"front-matter": "^4.0.2",
|
|
@@ -119,13 +113,10 @@
|
|
|
119
113
|
"ink-spinner": "^5.0.0",
|
|
120
114
|
"is-unicode-supported": "^2.1.0",
|
|
121
115
|
"jiti": "^2.6.1",
|
|
122
|
-
"js-yaml": "^4.1.1",
|
|
123
|
-
"jsonrepair": "^3.13.1",
|
|
124
116
|
"lint-staged": "^16.2.7",
|
|
125
117
|
"lodash-es": "^4.17.21",
|
|
126
118
|
"marked": "^17.0.1",
|
|
127
119
|
"marked-terminal": "^7.3.0",
|
|
128
|
-
"minimatch": "^10.1.1",
|
|
129
120
|
"oauth-providers": "^1.0.2",
|
|
130
121
|
"open": "^11.0.0",
|
|
131
122
|
"pathe": "^2.0.3",
|
|
@@ -138,16 +129,13 @@
|
|
|
138
129
|
"tar": "^7.5.2",
|
|
139
130
|
"terminal-link": "^5.0.0",
|
|
140
131
|
"turndown": "^7.2.2",
|
|
141
|
-
"type-fest": "^5.3.1",
|
|
142
132
|
"typescript": "^5.9.3",
|
|
143
133
|
"undici": "6.13.0",
|
|
144
|
-
"valtio": "^2.2.0",
|
|
145
134
|
"vitest": "^4.0.15",
|
|
146
135
|
"wrap-ansi": "^9.0.0",
|
|
147
136
|
"ws": "^8.18.3",
|
|
148
137
|
"yargs-parser": "22.0.0",
|
|
149
138
|
"zod": "^4.1.13",
|
|
150
|
-
"zod-to-json-schema": "^3.25.0",
|
|
151
139
|
"zustand": "^5.0.9"
|
|
152
140
|
},
|
|
153
141
|
"volta": {
|