@neovate/code 0.14.0 → 0.16.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.14.0",
3
+ "version": "0.16.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
- "biome:format": "biome format .",
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,8 @@
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 biome:format && npm run test",
27
+ "ci": "npm run typecheck && npm run format && npm run test",
28
+ "detect-unused": "bun scripts/detect-unused.ts",
28
29
  "extension:build": "pnpm --filter neovate-assistant build",
29
30
  "extension:dev": "pnpm --filter neovate-assistant dev",
30
31
  "extension:publish": "cd vscode-extension && npm run publish && cd ..",
@@ -62,87 +63,83 @@
62
63
  "license": "MIT",
63
64
  "description": "A coding agent to enhance your development workflow.",
64
65
  "devDependencies": {
65
- "@ai-sdk/anthropic": "^1.2.12",
66
- "@ai-sdk/deepseek": "^0.2.16",
67
- "@ai-sdk/google": "^1.2.22",
68
- "@ai-sdk/openai": "^1.3.24",
69
- "@ai-sdk/provider": "^1.1.3",
70
- "@ai-sdk/xai": "^1.2.18",
71
- "@biomejs/biome": "^2.0.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
+ "@ai-sdk/provider": "^2.0.0",
72
+ "@ai-sdk/xai": "^2.0.31",
73
+ "@biomejs/biome": "^2.3.3",
72
74
  "@fastify/compress": "8.1.0",
73
75
  "@fastify/cors": "11.1.0",
74
- "@fastify/static": "^8.2.0",
75
- "@fastify/type-provider-typebox": "5.2.0",
76
- "@microsoft/api-extractor": "^7.52.10",
77
- "@modelcontextprotocol/inspector": "^0.16.3",
78
- "@openai/agents": "^0.0.16",
79
- "@openai/agents-core": "^0.0.16",
80
- "@openai/agents-extensions": "^0.0.16",
81
- "@openrouter/ai-sdk-provider": "^0.7.5",
76
+ "@fastify/static": "^8.3.0",
77
+ "@fastify/type-provider-typebox": "6.1.0",
78
+ "@microsoft/api-extractor": "^7.54.0",
79
+ "@modelcontextprotocol/inspector": "^0.17.2",
80
+ "@openrouter/ai-sdk-provider": "^1.2.0",
82
81
  "@sinclair/typebox": "^0.34.38",
83
- "@stagewise/agent-interface": "^0.2.3",
84
- "@types/bun": "^1.2.21",
82
+ "@stagewise/agent-interface": "^0.3.2",
83
+ "@types/bun": "^1.3.1",
85
84
  "@types/debug": "^4.1.12",
86
- "@types/express": "^5.0.3",
87
85
  "@types/js-yaml": "^4.0.9",
88
86
  "@types/lodash-es": "^4.17.12",
89
87
  "@types/marked-terminal": "^6.1.1",
90
- "@types/node": "^24.2.1",
91
- "@types/react": "^19.1.10",
88
+ "@types/node": "^24.10.0",
89
+ "@types/react": "^19.2.2",
92
90
  "@types/resolve": "^1.20.6",
93
- "@types/turndown": "^5.0.5",
91
+ "@types/turndown": "^5.0.6",
94
92
  "@types/ws": "^8.18.1",
95
93
  "@types/yargs-parser": "^21.0.3",
96
94
  "@umijs/clack-prompts": "^0.0.7",
97
95
  "@umijs/tools": "^0.1.36",
98
- "ai": "^4.3.19",
96
+ "ai": "^5.0.87",
99
97
  "chalk": "^5.5.0",
100
- "chardet": "^2.1.0",
98
+ "chardet": "^2.1.1",
101
99
  "chokidar": "^4.0.3",
102
- "chrome-devtools-mcp": "^0.6.1",
103
- "clipboardy": "^4.0.0",
100
+ "chrome-devtools-mcp": "^0.8.1",
101
+ "clipboardy": "^5.0.0",
104
102
  "date-fns": "^4.1.0",
105
- "debug": "^4.4.1",
103
+ "debug": "^4.4.3",
106
104
  "defu": "^6.1.4",
107
105
  "diff": "^8.0.2",
108
- "dotenv": "^17.2.1",
109
- "express": "^5.1.0",
110
- "fastify": "^5.5.0",
111
- "fastmcp": "^3.17.0",
106
+ "dotenv": "^17.2.3",
107
+ "fastify": "^5.6.1",
108
+ "fastmcp": "^3.22.0",
112
109
  "front-matter": "^4.0.2",
113
110
  "glob": "^11.0.3",
114
- "gpt-tokenizer": "^3.0.1",
111
+ "gpt-tokenizer": "^3.2.0",
115
112
  "gradient-string": "^3.0.0",
116
113
  "husky": "^9.1.7",
117
- "ink": "^6.1.0",
114
+ "ink": "^6.4.0",
118
115
  "ink-select-input": "^6.2.0",
119
116
  "ink-spinner": "^5.0.0",
120
- "jiti": "^2.5.1",
117
+ "jiti": "^2.6.1",
121
118
  "js-yaml": "^4.1.0",
122
- "jsonrepair": "^3.13.0",
123
- "lint-staged": "^16.1.5",
119
+ "jsonrepair": "^3.13.1",
120
+ "lint-staged": "^16.2.6",
124
121
  "lodash-es": "^4.17.21",
125
- "marked": "^16.1.2",
122
+ "marked": "^16.4.1",
126
123
  "marked-terminal": "^7.3.0",
127
- "minimatch": "^10.0.1",
124
+ "minimatch": "^10.1.1",
128
125
  "open": "^10.2.0",
129
126
  "pathe": "^2.0.3",
130
127
  "picocolors": "^1.1.1",
131
- "portfinder": "^1.0.37",
132
- "react": "^19.1.1",
133
- "resolve": "^1.22.10",
128
+ "portfinder": "^1.0.38",
129
+ "react": "^19.2.0",
130
+ "resolve": "^1.22.11",
134
131
  "spawn-rx": "^5.1.2",
135
132
  "strip-ansi": "^7.1.0",
136
- "tar": "^7.4.3",
137
- "turndown": "^7.2.0",
138
- "type-fest": "^4.41.0",
139
- "typescript": "^5.9.2",
140
- "valtio": "^2.1.5",
141
- "vitest": "^3.2.4",
133
+ "tar": "^7.5.2",
134
+ "turndown": "^7.2.2",
135
+ "type-fest": "^5.2.0",
136
+ "typescript": "^5.9.3",
137
+ "valtio": "^2.2.0",
138
+ "vitest": "^4.0.7",
142
139
  "wrap-ansi": "^9.0.0",
143
140
  "ws": "^8.18.3",
144
141
  "yargs-parser": "22.0.0",
145
- "zod": "^3.25.76",
142
+ "zod": "^4.1.12",
146
143
  "zod-to-json-schema": "^3.24.6",
147
144
  "zustand": "^5.0.8"
148
145
  },