@neovate/code 0.18.2 → 0.19.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovate/code",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -20,7 +20,6 @@
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",
22
22
  "build:dts": "npm run build:type && api-extractor run --local --verbose",
23
- "build:browser": "pnpm --filter @neovate/browser build",
24
23
  "build:post": "bun scripts/post-build.ts",
25
24
  "build:mcps": "bun scripts/bundleMcps.ts",
26
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",
@@ -63,43 +62,43 @@
63
62
  "license": "MIT",
64
63
  "description": "A coding agent to enhance your development workflow.",
65
64
  "devDependencies": {
66
- "@ai-sdk/anthropic": "^2.0.45",
67
- "@ai-sdk/cerebras": "^1.0.31",
68
- "@ai-sdk/deepseek": "^1.0.28",
69
- "@ai-sdk/google": "^2.0.39",
70
- "@ai-sdk/mcp": "^0.0.8",
71
- "@ai-sdk/openai": "^2.0.69",
72
- "@ai-sdk/openai-compatible": "^1.0.27",
65
+ "@ai-sdk/anthropic": "^2.0.53",
66
+ "@ai-sdk/cerebras": "^1.0.32",
67
+ "@ai-sdk/deepseek": "^1.0.31",
68
+ "@ai-sdk/google": "^2.0.44",
69
+ "@ai-sdk/mcp": "^0.0.11",
70
+ "@ai-sdk/openai": "^2.0.76",
71
+ "@ai-sdk/openai-compatible": "^1.0.28",
73
72
  "@ai-sdk/provider": "^2.0.0",
74
- "@ai-sdk/xai": "^2.0.33",
73
+ "@ai-sdk/xai": "^2.0.39",
75
74
  "@aihubmix/ai-sdk-provider": "^0.0.6",
76
- "@biomejs/biome": "^2.3.6",
75
+ "@biomejs/biome": "^2.3.8",
77
76
  "@fastify/compress": "8.3.0",
78
77
  "@fastify/cors": "11.1.0",
79
78
  "@fastify/static": "^8.3.0",
80
79
  "@fastify/type-provider-typebox": "6.1.0",
81
- "@microsoft/api-extractor": "^7.55.0",
80
+ "@microsoft/api-extractor": "^7.55.1",
82
81
  "@modelcontextprotocol/inspector": "^0.17.2",
83
- "@openrouter/ai-sdk-provider": "^1.2.3",
82
+ "@modelcontextprotocol/sdk": "^1.24.1",
83
+ "@openrouter/ai-sdk-provider": "^1.3.0",
84
84
  "@sinclair/typebox": "^0.34.38",
85
85
  "@stagewise/agent-interface": "^0.3.2",
86
- "@types/bun": "^1.3.2",
86
+ "@types/bun": "^1.3.3",
87
87
  "@types/debug": "^4.1.12",
88
88
  "@types/js-yaml": "^4.0.9",
89
89
  "@types/lodash-es": "^4.17.12",
90
90
  "@types/marked-terminal": "^6.1.1",
91
91
  "@types/node": "^24.10.1",
92
- "@types/react": "^19.2.6",
92
+ "@types/react": "^19.2.7",
93
93
  "@types/resolve": "^1.20.6",
94
94
  "@types/turndown": "^5.0.6",
95
95
  "@types/ws": "^8.18.1",
96
96
  "@types/yargs-parser": "^21.0.3",
97
97
  "@umijs/clack-prompts": "^0.0.7",
98
98
  "@umijs/tools": "^0.1.36",
99
- "ai": "^5.0.97",
99
+ "ai": "^5.0.106",
100
100
  "chalk": "^5.5.0",
101
101
  "chardet": "^2.1.1",
102
- "chokidar": "^4.0.3",
103
102
  "chrome-devtools-mcp": "^0.8.1",
104
103
  "clipboardy": "^5.0.1",
105
104
  "date-fns": "^4.1.0",
@@ -108,7 +107,7 @@
108
107
  "diff": "^8.0.2",
109
108
  "dotenv": "^17.2.3",
110
109
  "fastify": "^5.6.2",
111
- "fastmcp": "^3.23.1",
110
+ "fastmcp": "^3.24.0",
112
111
  "front-matter": "^4.0.2",
113
112
  "glob": "^13.0.0",
114
113
  "gpt-tokenizer": "^3.4.0",
@@ -117,12 +116,13 @@
117
116
  "ink": "^6.5.1",
118
117
  "ink-select-input": "^6.2.0",
119
118
  "ink-spinner": "^5.0.0",
119
+ "ink-text-input": "^6.0.0",
120
120
  "jiti": "^2.6.1",
121
121
  "js-yaml": "^4.1.1",
122
122
  "jsonrepair": "^3.13.1",
123
123
  "lint-staged": "^16.2.7",
124
124
  "lodash-es": "^4.17.21",
125
- "marked": "^17.0.0",
125
+ "marked": "^17.0.1",
126
126
  "marked-terminal": "^7.3.0",
127
127
  "minimatch": "^10.1.1",
128
128
  "oauth-providers": "^1.0.0",
@@ -137,16 +137,17 @@
137
137
  "tar": "^7.5.2",
138
138
  "terminal-link": "^5.0.0",
139
139
  "turndown": "^7.2.2",
140
- "type-fest": "^5.2.0",
140
+ "type-fest": "^5.3.0",
141
141
  "typescript": "^5.9.3",
142
+ "undici": "6.13.0",
142
143
  "valtio": "^2.2.0",
143
- "vitest": "^4.0.10",
144
+ "vitest": "^4.0.15",
144
145
  "wrap-ansi": "^9.0.0",
145
146
  "ws": "^8.18.3",
146
147
  "yargs-parser": "22.0.0",
147
- "zod": "^4.1.12",
148
+ "zod": "^4.1.13",
148
149
  "zod-to-json-schema": "^3.25.0",
149
- "zustand": "^5.0.8"
150
+ "zustand": "^5.0.9"
150
151
  },
151
152
  "volta": {
152
153
  "node": "22.11.0",