@neovate/code 0.18.0 → 0.18.2

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.0",
3
+ "version": "0.18.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -64,6 +64,7 @@
64
64
  "description": "A coding agent to enhance your development workflow.",
65
65
  "devDependencies": {
66
66
  "@ai-sdk/anthropic": "^2.0.45",
67
+ "@ai-sdk/cerebras": "^1.0.31",
67
68
  "@ai-sdk/deepseek": "^1.0.28",
68
69
  "@ai-sdk/google": "^2.0.39",
69
70
  "@ai-sdk/mcp": "^0.0.8",
@@ -100,7 +101,7 @@
100
101
  "chardet": "^2.1.1",
101
102
  "chokidar": "^4.0.3",
102
103
  "chrome-devtools-mcp": "^0.8.1",
103
- "clipboardy": "^5.0.0",
104
+ "clipboardy": "^5.0.1",
104
105
  "date-fns": "^4.1.0",
105
106
  "debug": "^4.4.3",
106
107
  "defu": "^6.1.4",
@@ -109,7 +110,7 @@
109
110
  "fastify": "^5.6.2",
110
111
  "fastmcp": "^3.23.1",
111
112
  "front-matter": "^4.0.2",
112
- "glob": "^11.0.3",
113
+ "glob": "^13.0.0",
113
114
  "gpt-tokenizer": "^3.4.0",
114
115
  "gradient-string": "^3.0.0",
115
116
  "husky": "^9.1.7",
@@ -124,6 +125,7 @@
124
125
  "marked": "^17.0.0",
125
126
  "marked-terminal": "^7.3.0",
126
127
  "minimatch": "^10.1.1",
128
+ "oauth-providers": "^1.0.0",
127
129
  "open": "^11.0.0",
128
130
  "pathe": "^2.0.3",
129
131
  "picocolors": "^1.1.1",
@@ -133,6 +135,7 @@
133
135
  "spawn-rx": "^5.1.2",
134
136
  "strip-ansi": "^7.1.0",
135
137
  "tar": "^7.5.2",
138
+ "terminal-link": "^5.0.0",
136
139
  "turndown": "^7.2.2",
137
140
  "type-fest": "^5.2.0",
138
141
  "typescript": "^5.9.3",