claudish 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61920,7 +61920,7 @@ var getProviders = () => [
61920
61920
  envVar: "MLX_BASE_URL",
61921
61921
  prefixes: ["mlx/", "mlx:"],
61922
61922
  capabilities: {
61923
- supportsTools: false,
61923
+ supportsTools: true,
61924
61924
  supportsVision: false,
61925
61925
  supportsStreaming: true,
61926
61926
  supportsJsonMode: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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",