claude/issue-223
main
The Ollama feature commit introduced two broken `OpenAI(api_key=*** base_url=...)` calls where `***` was a redacted variable name and the separating comma was missing. Replace both occurrences with `api_key=api_key, base_url=base_url`. Fixes #223
- Add 'ollama' to CLI provider choices and auth aliases - Wire Ollama through resolve_provider_client with auto-detection - Add _try_ollama to auxiliary fallback chain (before local/custom) - Add ollama to vision provider order - Update model_metadata.py: ollama prefix + gemma-4-* context lengths (256K) - Default model: gemma4:12b when provider=ollama