@neovate/code 0.17.2 → 0.17.3

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 (3) hide show
  1. package/dist/cli.mjs +895 -869
  2. package/dist/index.mjs +895 -869
  3. package/package.json +24 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovate/code",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -63,37 +63,38 @@
63
63
  "license": "MIT",
64
64
  "description": "A coding agent to enhance your development workflow.",
65
65
  "devDependencies": {
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",
66
+ "@ai-sdk/anthropic": "^2.0.44",
67
+ "@ai-sdk/deepseek": "^1.0.28",
68
+ "@ai-sdk/google": "^2.0.33",
69
+ "@ai-sdk/mcp": "^0.0.8",
70
+ "@ai-sdk/openai": "^2.0.68",
71
+ "@ai-sdk/openai-compatible": "^1.0.27",
71
72
  "@ai-sdk/provider": "^2.0.0",
72
- "@ai-sdk/xai": "^2.0.31",
73
- "@biomejs/biome": "^2.3.3",
74
- "@fastify/compress": "8.1.0",
73
+ "@ai-sdk/xai": "^2.0.33",
74
+ "@biomejs/biome": "^2.3.5",
75
+ "@fastify/compress": "8.3.0",
75
76
  "@fastify/cors": "11.1.0",
76
77
  "@fastify/static": "^8.3.0",
77
78
  "@fastify/type-provider-typebox": "6.1.0",
78
- "@microsoft/api-extractor": "^7.54.0",
79
+ "@microsoft/api-extractor": "^7.55.0",
79
80
  "@modelcontextprotocol/inspector": "^0.17.2",
80
- "@openrouter/ai-sdk-provider": "^1.2.0",
81
+ "@openrouter/ai-sdk-provider": "^1.2.3",
81
82
  "@sinclair/typebox": "^0.34.38",
82
83
  "@stagewise/agent-interface": "^0.3.2",
83
- "@types/bun": "^1.3.1",
84
+ "@types/bun": "^1.3.2",
84
85
  "@types/debug": "^4.1.12",
85
86
  "@types/js-yaml": "^4.0.9",
86
87
  "@types/lodash-es": "^4.17.12",
87
88
  "@types/marked-terminal": "^6.1.1",
88
- "@types/node": "^24.10.0",
89
- "@types/react": "^19.2.2",
89
+ "@types/node": "^24.10.1",
90
+ "@types/react": "^19.2.5",
90
91
  "@types/resolve": "^1.20.6",
91
92
  "@types/turndown": "^5.0.6",
92
93
  "@types/ws": "^8.18.1",
93
94
  "@types/yargs-parser": "^21.0.3",
94
95
  "@umijs/clack-prompts": "^0.0.7",
95
96
  "@umijs/tools": "^0.1.36",
96
- "ai": "^5.0.87",
97
+ "ai": "^5.0.93",
97
98
  "chalk": "^5.5.0",
98
99
  "chardet": "^2.1.1",
99
100
  "chokidar": "^4.0.3",
@@ -104,25 +105,25 @@
104
105
  "defu": "^6.1.4",
105
106
  "diff": "^8.0.2",
106
107
  "dotenv": "^17.2.3",
107
- "fastify": "^5.6.1",
108
- "fastmcp": "^3.22.0",
108
+ "fastify": "^5.6.2",
109
+ "fastmcp": "^3.23.0",
109
110
  "front-matter": "^4.0.2",
110
111
  "glob": "^11.0.3",
111
- "gpt-tokenizer": "^3.2.0",
112
+ "gpt-tokenizer": "^3.4.0",
112
113
  "gradient-string": "^3.0.0",
113
114
  "husky": "^9.1.7",
114
- "ink": "^6.4.0",
115
+ "ink": "^6.5.0",
115
116
  "ink-select-input": "^6.2.0",
116
117
  "ink-spinner": "^5.0.0",
117
118
  "jiti": "^2.6.1",
118
- "js-yaml": "^4.1.0",
119
+ "js-yaml": "^4.1.1",
119
120
  "jsonrepair": "^3.13.1",
120
121
  "lint-staged": "^16.2.6",
121
122
  "lodash-es": "^4.17.21",
122
- "marked": "^16.4.1",
123
+ "marked": "^17.0.0",
123
124
  "marked-terminal": "^7.3.0",
124
125
  "minimatch": "^10.1.1",
125
- "open": "^10.2.0",
126
+ "open": "^11.0.0",
126
127
  "pathe": "^2.0.3",
127
128
  "picocolors": "^1.1.1",
128
129
  "portfinder": "^1.0.38",
@@ -135,7 +136,7 @@
135
136
  "type-fest": "^5.2.0",
136
137
  "typescript": "^5.9.3",
137
138
  "valtio": "^2.2.0",
138
- "vitest": "^4.0.7",
139
+ "vitest": "^4.0.9",
139
140
  "wrap-ansi": "^9.0.0",
140
141
  "ws": "^8.18.3",
141
142
  "yargs-parser": "22.0.0",