@neovate/code 0.26.0 → 0.26.1

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/dist/index.d.ts CHANGED
@@ -132,7 +132,8 @@ declare enum ApiFormat {
132
132
  Anthropic = "anthropic",
133
133
  OpenAI = "openai",
134
134
  Responses = "responses",
135
- Google = "google"
135
+ Google = "google",
136
+ _OpenRouter = "_openrouter"
136
137
  }
137
138
 
138
139
  /** Supported application types for open and detect operations */