"models": { "mode": "merge", "providers": { "lmstudio": { "baseUrl": "http://127.0.0.1:1234/v1", "api": "openai-completions", "models": [ { "id": "zai-org/glm-4.7-flash", "name": "GLM 4.7 Flash (LM Studio)", "reasoning": true, "input": [ "text" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 } ] } } }, "agents": { "defaults": { "model": { "primary": "openai-codex/gpt-5.2", "fallbacks": [ "google/gemini-3-pro-preview", "google-antigravity/claude-sonnet-4-5-thinking", "anthropic/claude-opus-4-5", "openai/gpt-5.2", "xai/grok-4-1-fast" ] }, "models": { "openai-codex/gpt-5.2": { "alias": "Codex 5.2" }, "google/gemini-3-pro-preview": { "alias": "Gemini 3 Pro" }, "google-antigravity/claude-sonnet-4-5-thinking": { "alias": "Sonnet 4.5 (thinking)" }, "anthropic/claude-opus-4-5": { "alias": "Opus 4.5" }, "openai/gpt-5.2": { "alias": "GPT-5.2" }, "xai/grok-4-1-fast": { "alias": "Grok 4.1 Fast" }, "lmstudio/zai-org/glm-4.7-flash": { "alias": "GLM 4.7 Flash (LM Studio)" } }, "workspace": "/Users/oliver/clawd", "memorySearch": { "provider": "openai", "fallback": "none", "model": "text-embedding-3-small", "sync": { "watch": true } }, "thinkingDefault": "medium", "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 } } },