Deferred from PR #27 review (Codex P2): the ollama.local provider hardcodes http://localhost:11434, so users running the daemon on a non-default local address/port via OLLAMA_HOST see "Ollama isn't running" despite a healthy daemon.
Deliberately scoped out of #27 to keep the zero-setup slice minimal (parent plan: #26).
Expected behavior: read OLLAMA_HOST (and/or a setting), rejecting non-loopback values so the provider stays local-only.
Risk: low — affects only non-default daemon setups; the failure mode is an honest "not running" state, not wrong data.
Deferred from PR #27 review (Codex P2): the
ollama.localprovider hardcodeshttp://localhost:11434, so users running the daemon on a non-default local address/port viaOLLAMA_HOSTsee "Ollama isn't running" despite a healthy daemon.Deliberately scoped out of #27 to keep the zero-setup slice minimal (parent plan: #26).
Expected behavior: read
OLLAMA_HOST(and/or a setting), rejecting non-loopback values so the provider stays local-only.Risk: low — affects only non-default daemon setups; the failure mode is an honest "not running" state, not wrong data.