claudish 3.1.2 → 3.1.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61983,7 +61983,7 @@ var getRemoteProviders = () => [
61983
61983
  baseUrl: process.env.GEMINI_BASE_URL || "https://generativelanguage.googleapis.com",
61984
61984
  apiPath: "/v1beta/models/{model}:streamGenerateContent?alt=sse",
61985
61985
  apiKeyEnvVar: "GEMINI_API_KEY",
61986
- prefixes: ["g/", "gemini/", "google/"],
61986
+ prefixes: ["g/", "gemini/"],
61987
61987
  capabilities: {
61988
61988
  supportsTools: true,
61989
61989
  supportsVision: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",