@neovate/code 0.17.3 → 0.18.1
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 +3898 -3882
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +3899 -3883
- package/package.json +16 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovate/code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -63,15 +63,17 @@
|
|
|
63
63
|
"license": "MIT",
|
|
64
64
|
"description": "A coding agent to enhance your development workflow.",
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@ai-sdk/anthropic": "^2.0.
|
|
66
|
+
"@ai-sdk/anthropic": "^2.0.45",
|
|
67
|
+
"@ai-sdk/cerebras": "^1.0.31",
|
|
67
68
|
"@ai-sdk/deepseek": "^1.0.28",
|
|
68
|
-
"@ai-sdk/google": "^2.0.
|
|
69
|
+
"@ai-sdk/google": "^2.0.39",
|
|
69
70
|
"@ai-sdk/mcp": "^0.0.8",
|
|
70
|
-
"@ai-sdk/openai": "^2.0.
|
|
71
|
+
"@ai-sdk/openai": "^2.0.69",
|
|
71
72
|
"@ai-sdk/openai-compatible": "^1.0.27",
|
|
72
73
|
"@ai-sdk/provider": "^2.0.0",
|
|
73
74
|
"@ai-sdk/xai": "^2.0.33",
|
|
74
|
-
"@
|
|
75
|
+
"@aihubmix/ai-sdk-provider": "^0.0.6",
|
|
76
|
+
"@biomejs/biome": "^2.3.6",
|
|
75
77
|
"@fastify/compress": "8.3.0",
|
|
76
78
|
"@fastify/cors": "11.1.0",
|
|
77
79
|
"@fastify/static": "^8.3.0",
|
|
@@ -87,38 +89,38 @@
|
|
|
87
89
|
"@types/lodash-es": "^4.17.12",
|
|
88
90
|
"@types/marked-terminal": "^6.1.1",
|
|
89
91
|
"@types/node": "^24.10.1",
|
|
90
|
-
"@types/react": "^19.2.
|
|
92
|
+
"@types/react": "^19.2.6",
|
|
91
93
|
"@types/resolve": "^1.20.6",
|
|
92
94
|
"@types/turndown": "^5.0.6",
|
|
93
95
|
"@types/ws": "^8.18.1",
|
|
94
96
|
"@types/yargs-parser": "^21.0.3",
|
|
95
97
|
"@umijs/clack-prompts": "^0.0.7",
|
|
96
98
|
"@umijs/tools": "^0.1.36",
|
|
97
|
-
"ai": "^5.0.
|
|
99
|
+
"ai": "^5.0.97",
|
|
98
100
|
"chalk": "^5.5.0",
|
|
99
101
|
"chardet": "^2.1.1",
|
|
100
102
|
"chokidar": "^4.0.3",
|
|
101
103
|
"chrome-devtools-mcp": "^0.8.1",
|
|
102
|
-
"clipboardy": "^5.0.
|
|
104
|
+
"clipboardy": "^5.0.1",
|
|
103
105
|
"date-fns": "^4.1.0",
|
|
104
106
|
"debug": "^4.4.3",
|
|
105
107
|
"defu": "^6.1.4",
|
|
106
108
|
"diff": "^8.0.2",
|
|
107
109
|
"dotenv": "^17.2.3",
|
|
108
110
|
"fastify": "^5.6.2",
|
|
109
|
-
"fastmcp": "^3.23.
|
|
111
|
+
"fastmcp": "^3.23.1",
|
|
110
112
|
"front-matter": "^4.0.2",
|
|
111
|
-
"glob": "^
|
|
113
|
+
"glob": "^13.0.0",
|
|
112
114
|
"gpt-tokenizer": "^3.4.0",
|
|
113
115
|
"gradient-string": "^3.0.0",
|
|
114
116
|
"husky": "^9.1.7",
|
|
115
|
-
"ink": "^6.5.
|
|
117
|
+
"ink": "^6.5.1",
|
|
116
118
|
"ink-select-input": "^6.2.0",
|
|
117
119
|
"ink-spinner": "^5.0.0",
|
|
118
120
|
"jiti": "^2.6.1",
|
|
119
121
|
"js-yaml": "^4.1.1",
|
|
120
122
|
"jsonrepair": "^3.13.1",
|
|
121
|
-
"lint-staged": "^16.2.
|
|
123
|
+
"lint-staged": "^16.2.7",
|
|
122
124
|
"lodash-es": "^4.17.21",
|
|
123
125
|
"marked": "^17.0.0",
|
|
124
126
|
"marked-terminal": "^7.3.0",
|
|
@@ -136,12 +138,12 @@
|
|
|
136
138
|
"type-fest": "^5.2.0",
|
|
137
139
|
"typescript": "^5.9.3",
|
|
138
140
|
"valtio": "^2.2.0",
|
|
139
|
-
"vitest": "^4.0.
|
|
141
|
+
"vitest": "^4.0.10",
|
|
140
142
|
"wrap-ansi": "^9.0.0",
|
|
141
143
|
"ws": "^8.18.3",
|
|
142
144
|
"yargs-parser": "22.0.0",
|
|
143
145
|
"zod": "^4.1.12",
|
|
144
|
-
"zod-to-json-schema": "^3.
|
|
146
|
+
"zod-to-json-schema": "^3.25.0",
|
|
145
147
|
"zustand": "^5.0.8"
|
|
146
148
|
},
|
|
147
149
|
"volta": {
|