What's Changed
- fix(http): Safe-request filters now whitelist the host and port from
DARIO_BASE_URL(when overridden), not just the sidecar settings. Without this, pointing the AI Client at a remote Dario instance viaDARIO_BASE_URLwould surface "A valid URL was not provided" becausewp_safe_remote_requestblocked the request. (WPD-27)
Full Changelog: v0.2.2...v0.2.3