fix(stt): recognize Anarlog cloud proxy#5210
Open
ComputelessComputer wants to merge 1 commit into
Open
Conversation
Treat api.anarlog.so as the hosted STT proxy so cloud capture stays live for multilingual routing.
✅ Deploy Preview for old-char canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Treat api.anarlog.so as the hosted STT proxy so cloud capture stays live for multilingual routing.
Note
Low Risk
Low risk: small change to URL host-matching and proxy routing with expanded test coverage; main impact is which domains are treated as the Hyprnote proxy.
Overview
Recognizes
anarlog.soas a Hyprnote-hosted STT proxy domain so cloud capture continues to use live mode and the Hyprnote adapter for multilingual routing.Refactors proxy host detection to an explicit allowlist with exact/suffix matching (vs substring
contains), updatesbuild_proxy_ws_urlto use the shared matcher, and extends tests to coveranarlog.so(and reject lookalike domains likenotchar.com).Reviewed by Cursor Bugbot for commit cf1b136. Bugbot is set up for automated code reviews on this repo. Configure here.