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