openzoo 0.50.69 → 0.50.70
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/lib/cursorbackend.js +4 -1
- package/package.json +1 -1
package/lib/cursorbackend.js
CHANGED
|
@@ -1847,6 +1847,9 @@ const MODEL_ALIASES = {
|
|
|
1847
1847
|
'glm-5.3': 'zai-org/glm-5.3-flash',
|
|
1848
1848
|
'glm-5.3-flash': 'zai-org/glm-5.3-flash',
|
|
1849
1849
|
flash: 'zai-org/glm-5.3-flash',
|
|
1850
|
+
auto: 'auto',
|
|
1851
|
+
'openrouter/auto': 'auto',
|
|
1852
|
+
'openzoo/auto': 'auto',
|
|
1850
1853
|
deepseek: 'deepseek/deepseek-v4-pro',
|
|
1851
1854
|
'deepseek-pro': 'deepseek/deepseek-v4-pro',
|
|
1852
1855
|
'deepseek-flash': 'deepseek/deepseek-v4-flash',
|
|
@@ -1860,7 +1863,7 @@ const MODEL_ALIASES = {
|
|
|
1860
1863
|
* — the bazaar (x402 upstream) row, not OpenRouter's `x-ai/grok-4.6`. The
|
|
1861
1864
|
* gateway serves the bare id off an x402 door with an on-chain cogs receipt,
|
|
1862
1865
|
* so an OpenRouter credit outage cannot take it down. */
|
|
1863
|
-
export const DEFAULT_ZOO_MODEL = '
|
|
1866
|
+
export const DEFAULT_ZOO_MODEL = 'auto';
|
|
1864
1867
|
async function resolveModelId(raw) {
|
|
1865
1868
|
const s = String(raw || '').trim();
|
|
1866
1869
|
if (!s) return null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openzoo",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.70",
|
|
4
4
|
"description": "Local x402-paying proxy + MCP server for openzoo.fun — point any OpenAI-compatible harness (Cursor, Claude Code, aider, SDKs) at localhost and it pays per call from a local burner wallet. Solana and Base rails live; Robinhood experimental.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|