@neovate/code 0.17.2 → 0.18.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 +3903 -3862
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +3903 -3862
- package/package.json +27 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovate/code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -63,37 +63,39 @@
|
|
|
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.45",
|
|
67
|
+
"@ai-sdk/deepseek": "^1.0.28",
|
|
68
|
+
"@ai-sdk/google": "^2.0.39",
|
|
69
|
+
"@ai-sdk/mcp": "^0.0.8",
|
|
70
|
+
"@ai-sdk/openai": "^2.0.69",
|
|
71
|
+
"@ai-sdk/openai-compatible": "^1.0.27",
|
|
71
72
|
"@ai-sdk/provider": "^2.0.0",
|
|
72
|
-
"@ai-sdk/xai": "^2.0.
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
73
|
+
"@ai-sdk/xai": "^2.0.33",
|
|
74
|
+
"@aihubmix/ai-sdk-provider": "^0.0.6",
|
|
75
|
+
"@biomejs/biome": "^2.3.6",
|
|
76
|
+
"@fastify/compress": "8.3.0",
|
|
75
77
|
"@fastify/cors": "11.1.0",
|
|
76
78
|
"@fastify/static": "^8.3.0",
|
|
77
79
|
"@fastify/type-provider-typebox": "6.1.0",
|
|
78
|
-
"@microsoft/api-extractor": "^7.
|
|
80
|
+
"@microsoft/api-extractor": "^7.55.0",
|
|
79
81
|
"@modelcontextprotocol/inspector": "^0.17.2",
|
|
80
|
-
"@openrouter/ai-sdk-provider": "^1.2.
|
|
82
|
+
"@openrouter/ai-sdk-provider": "^1.2.3",
|
|
81
83
|
"@sinclair/typebox": "^0.34.38",
|
|
82
84
|
"@stagewise/agent-interface": "^0.3.2",
|
|
83
|
-
"@types/bun": "^1.3.
|
|
85
|
+
"@types/bun": "^1.3.2",
|
|
84
86
|
"@types/debug": "^4.1.12",
|
|
85
87
|
"@types/js-yaml": "^4.0.9",
|
|
86
88
|
"@types/lodash-es": "^4.17.12",
|
|
87
89
|
"@types/marked-terminal": "^6.1.1",
|
|
88
|
-
"@types/node": "^24.10.
|
|
89
|
-
"@types/react": "^19.2.
|
|
90
|
+
"@types/node": "^24.10.1",
|
|
91
|
+
"@types/react": "^19.2.6",
|
|
90
92
|
"@types/resolve": "^1.20.6",
|
|
91
93
|
"@types/turndown": "^5.0.6",
|
|
92
94
|
"@types/ws": "^8.18.1",
|
|
93
95
|
"@types/yargs-parser": "^21.0.3",
|
|
94
96
|
"@umijs/clack-prompts": "^0.0.7",
|
|
95
97
|
"@umijs/tools": "^0.1.36",
|
|
96
|
-
"ai": "^5.0.
|
|
98
|
+
"ai": "^5.0.97",
|
|
97
99
|
"chalk": "^5.5.0",
|
|
98
100
|
"chardet": "^2.1.1",
|
|
99
101
|
"chokidar": "^4.0.3",
|
|
@@ -104,25 +106,25 @@
|
|
|
104
106
|
"defu": "^6.1.4",
|
|
105
107
|
"diff": "^8.0.2",
|
|
106
108
|
"dotenv": "^17.2.3",
|
|
107
|
-
"fastify": "^5.6.
|
|
108
|
-
"fastmcp": "^3.
|
|
109
|
+
"fastify": "^5.6.2",
|
|
110
|
+
"fastmcp": "^3.23.1",
|
|
109
111
|
"front-matter": "^4.0.2",
|
|
110
112
|
"glob": "^11.0.3",
|
|
111
|
-
"gpt-tokenizer": "^3.
|
|
113
|
+
"gpt-tokenizer": "^3.4.0",
|
|
112
114
|
"gradient-string": "^3.0.0",
|
|
113
115
|
"husky": "^9.1.7",
|
|
114
|
-
"ink": "^6.
|
|
116
|
+
"ink": "^6.5.1",
|
|
115
117
|
"ink-select-input": "^6.2.0",
|
|
116
118
|
"ink-spinner": "^5.0.0",
|
|
117
119
|
"jiti": "^2.6.1",
|
|
118
|
-
"js-yaml": "^4.1.
|
|
120
|
+
"js-yaml": "^4.1.1",
|
|
119
121
|
"jsonrepair": "^3.13.1",
|
|
120
|
-
"lint-staged": "^16.2.
|
|
122
|
+
"lint-staged": "^16.2.7",
|
|
121
123
|
"lodash-es": "^4.17.21",
|
|
122
|
-
"marked": "^
|
|
124
|
+
"marked": "^17.0.0",
|
|
123
125
|
"marked-terminal": "^7.3.0",
|
|
124
126
|
"minimatch": "^10.1.1",
|
|
125
|
-
"open": "^
|
|
127
|
+
"open": "^11.0.0",
|
|
126
128
|
"pathe": "^2.0.3",
|
|
127
129
|
"picocolors": "^1.1.1",
|
|
128
130
|
"portfinder": "^1.0.38",
|
|
@@ -135,12 +137,12 @@
|
|
|
135
137
|
"type-fest": "^5.2.0",
|
|
136
138
|
"typescript": "^5.9.3",
|
|
137
139
|
"valtio": "^2.2.0",
|
|
138
|
-
"vitest": "^4.0.
|
|
140
|
+
"vitest": "^4.0.10",
|
|
139
141
|
"wrap-ansi": "^9.0.0",
|
|
140
142
|
"ws": "^8.18.3",
|
|
141
143
|
"yargs-parser": "22.0.0",
|
|
142
144
|
"zod": "^4.1.12",
|
|
143
|
-
"zod-to-json-schema": "^3.
|
|
145
|
+
"zod-to-json-schema": "^3.25.0",
|
|
144
146
|
"zustand": "^5.0.8"
|
|
145
147
|
},
|
|
146
148
|
"volta": {
|