@neovate/code 0.15.0 → 0.17.0
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.mjs +783 -584
- package/dist/index.d.ts +71 -2
- package/dist/index.mjs +783 -584
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovate/code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "bun ./src/cli.ts",
|
|
18
|
-
"
|
|
18
|
+
"format": "biome format .",
|
|
19
19
|
"build:type": "tsc --project tsconfig.json --emitDeclarationOnly --declarationDir dist-dts",
|
|
20
20
|
"build:cli": "bun build src/cli.ts --external react-devtools-core --minify --outfile dist/cli.mjs --target=node",
|
|
21
21
|
"build:index": "bun build src/index.ts --external react-devtools-core --minify --outfile dist/index.mjs --target=node",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:post": "bun scripts/post-build.ts",
|
|
25
25
|
"build:mcps": "bun scripts/bundleMcps.ts",
|
|
26
26
|
"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",
|
|
27
|
-
"ci": "npm run typecheck && npm run
|
|
27
|
+
"ci": "npm run typecheck && npm run format && npm run test",
|
|
28
28
|
"detect-unused": "bun scripts/detect-unused.ts",
|
|
29
29
|
"extension:build": "pnpm --filter neovate-assistant build",
|
|
30
30
|
"extension:dev": "pnpm --filter neovate-assistant dev",
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"license": "MIT",
|
|
64
64
|
"description": "A coding agent to enhance your development workflow.",
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@ai-sdk/anthropic": "^2.0.
|
|
67
|
-
"@ai-sdk/deepseek": "^1.0.
|
|
68
|
-
"@ai-sdk/google": "^2.0.
|
|
69
|
-
"@ai-sdk/mcp": "^0.0.
|
|
70
|
-
"@ai-sdk/openai": "^2.0.
|
|
66
|
+
"@ai-sdk/anthropic": "^2.0.41",
|
|
67
|
+
"@ai-sdk/deepseek": "^1.0.27",
|
|
68
|
+
"@ai-sdk/google": "^2.0.28",
|
|
69
|
+
"@ai-sdk/mcp": "^0.0.7",
|
|
70
|
+
"@ai-sdk/openai": "^2.0.62",
|
|
71
71
|
"@ai-sdk/provider": "^2.0.0",
|
|
72
|
-
"@ai-sdk/xai": "^2.0.
|
|
73
|
-
"@biomejs/biome": "^2.3.
|
|
72
|
+
"@ai-sdk/xai": "^2.0.31",
|
|
73
|
+
"@biomejs/biome": "^2.3.3",
|
|
74
74
|
"@fastify/compress": "8.1.0",
|
|
75
75
|
"@fastify/cors": "11.1.0",
|
|
76
76
|
"@fastify/static": "^8.3.0",
|
|
77
77
|
"@fastify/type-provider-typebox": "6.1.0",
|
|
78
|
-
"@microsoft/api-extractor": "^7.
|
|
78
|
+
"@microsoft/api-extractor": "^7.54.0",
|
|
79
79
|
"@modelcontextprotocol/inspector": "^0.17.2",
|
|
80
80
|
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
81
81
|
"@sinclair/typebox": "^0.34.38",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/js-yaml": "^4.0.9",
|
|
86
86
|
"@types/lodash-es": "^4.17.12",
|
|
87
87
|
"@types/marked-terminal": "^6.1.1",
|
|
88
|
-
"@types/node": "^24.
|
|
88
|
+
"@types/node": "^24.10.0",
|
|
89
89
|
"@types/react": "^19.2.2",
|
|
90
90
|
"@types/resolve": "^1.20.6",
|
|
91
91
|
"@types/turndown": "^5.0.6",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"@types/yargs-parser": "^21.0.3",
|
|
94
94
|
"@umijs/clack-prompts": "^0.0.7",
|
|
95
95
|
"@umijs/tools": "^0.1.36",
|
|
96
|
-
"ai": "^5.0.
|
|
96
|
+
"ai": "^5.0.87",
|
|
97
97
|
"chalk": "^5.5.0",
|
|
98
|
-
"chardet": "^2.1.
|
|
98
|
+
"chardet": "^2.1.1",
|
|
99
99
|
"chokidar": "^4.0.3",
|
|
100
100
|
"chrome-devtools-mcp": "^0.8.1",
|
|
101
101
|
"clipboardy": "^5.0.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"lodash-es": "^4.17.21",
|
|
122
122
|
"marked": "^16.4.1",
|
|
123
123
|
"marked-terminal": "^7.3.0",
|
|
124
|
-
"minimatch": "^10.
|
|
124
|
+
"minimatch": "^10.1.1",
|
|
125
125
|
"open": "^10.2.0",
|
|
126
126
|
"pathe": "^2.0.3",
|
|
127
127
|
"picocolors": "^1.1.1",
|
|
@@ -130,12 +130,12 @@
|
|
|
130
130
|
"resolve": "^1.22.11",
|
|
131
131
|
"spawn-rx": "^5.1.2",
|
|
132
132
|
"strip-ansi": "^7.1.0",
|
|
133
|
-
"tar": "^7.5.
|
|
133
|
+
"tar": "^7.5.2",
|
|
134
134
|
"turndown": "^7.2.2",
|
|
135
|
-
"type-fest": "^5.
|
|
135
|
+
"type-fest": "^5.2.0",
|
|
136
136
|
"typescript": "^5.9.3",
|
|
137
|
-
"valtio": "^2.
|
|
138
|
-
"vitest": "^4.0.
|
|
137
|
+
"valtio": "^2.2.0",
|
|
138
|
+
"vitest": "^4.0.7",
|
|
139
139
|
"wrap-ansi": "^9.0.0",
|
|
140
140
|
"ws": "^8.18.3",
|
|
141
141
|
"yargs-parser": "22.0.0",
|