What's Changed
- fix: allow HTTP connections to local network LLM endpoints (#189, closes #188) — Added
NSAllowsLocalNetworkingto App Transport Security config, fixing the "secure connection required" error when connecting to LM Studio, Ollama, or other LLM servers running on LAN IPs (e.g.http://192.168.x.x:8080). Localhost connections were already working; this extends the exception to all local network addresses. - Homebrew cask update — Bumped
Casks/openoats.rbfrom 1.29.4 to 1.30.1 (was stale by multiple releases).
Full Changelog: v1.30.1...v1.30.2