|
54 | 54 | "ollama-minimax": { |
55 | 55 | "enabled": false, |
56 | 56 | "scope": ["review", "consult"], |
57 | | - "command": "ollama launch claude -- --print", |
| 57 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
58 | 58 | "model": "minimax-m2.5:cloud", |
59 | | - "description": "Ollama (MiniMax M2.5, agentic)" |
| 59 | + "description": "Ollama (MiniMax M2.5, cloud)" |
60 | 60 | }, |
61 | 61 | "ollama-glm": { |
62 | 62 | "enabled": false, |
63 | 63 | "scope": ["review", "consult"], |
64 | | - "command": "ollama launch claude -- --print", |
| 64 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
65 | 65 | "model": "glm-5:cloud", |
66 | | - "description": "Ollama (GLM-5, agentic)" |
| 66 | + "description": "Ollama (GLM-5, cloud)" |
67 | 67 | }, |
68 | 68 | "ollama-kimi": { |
69 | 69 | "enabled": false, |
70 | 70 | "scope": ["review", "consult"], |
71 | | - "command": "ollama launch claude -- --print", |
| 71 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
72 | 72 | "model": "kimi-k2.5:cloud", |
73 | | - "description": "Ollama (Kimi K2.5, agentic)" |
| 73 | + "description": "Ollama (Kimi K2.5, cloud)" |
74 | 74 | }, |
75 | 75 | "ollama-qwen": { |
76 | 76 | "enabled": false, |
77 | 77 | "scope": ["review", "consult"], |
78 | | - "command": "ollama launch claude -- --print", |
| 78 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
79 | 79 | "model": "qwen3-coder:480b-cloud", |
80 | | - "description": "Ollama (Qwen3 Coder 480B, agentic)" |
| 80 | + "description": "Ollama (Qwen3 Coder 480B, cloud)" |
81 | 81 | }, |
82 | 82 | "ollama-devstral": { |
83 | 83 | "enabled": false, |
84 | 84 | "scope": ["review", "consult"], |
85 | | - "command": "ollama launch claude -- --print", |
| 85 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
86 | 86 | "model": "devstral-2:123b-cloud", |
87 | | - "description": "Ollama (Devstral 2 123B, agentic)" |
| 87 | + "description": "Ollama (Devstral 2 123B, cloud)" |
88 | 88 | }, |
89 | 89 | "ollama-deepseek": { |
90 | 90 | "enabled": false, |
91 | 91 | "scope": ["review", "consult"], |
92 | | - "command": "ollama launch claude -- --print", |
| 92 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
93 | 93 | "model": "deepseek-v3.2:cloud", |
94 | | - "description": "Ollama (DeepSeek V3.2, agentic)" |
| 94 | + "description": "Ollama (DeepSeek V3.2, cloud)" |
95 | 95 | }, |
96 | 96 | "ollama-rnj": { |
97 | 97 | "enabled": false, |
98 | 98 | "scope": ["review", "consult"], |
99 | | - "command": "ollama launch claude -- --print", |
| 99 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
100 | 100 | "model": "rnj-1:8b-cloud", |
101 | | - "description": "Ollama (RNJ-1 8B, agentic)" |
| 101 | + "description": "Ollama (RNJ-1 8B, cloud)" |
102 | 102 | }, |
103 | 103 | "ollama-devstral-small": { |
104 | 104 | "enabled": false, |
105 | 105 | "scope": ["review", "consult"], |
106 | | - "command": "ollama launch claude -- --print", |
| 106 | + "command": "ANTHROPIC_AUTH_TOKEN=$OLLAMA_API_KEY ANTHROPIC_API_KEY= ANTHROPIC_BASE_URL=https://ollama.com claude --print", |
107 | 107 | "model": "devstral-small-2:24b-cloud", |
108 | | - "description": "Ollama (Devstral Small 2 24B, agentic)" |
| 108 | + "description": "Ollama (Devstral Small 2 24B, cloud)" |
109 | 109 | }, |
110 | 110 | "ollama-local": { |
111 | 111 | "enabled": false, |
|
0 commit comments