mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-22 07:02:16 +03:00
Extracted from #8634: the two other fixes there (mode "search" -> "copilot" downgrade, pplx-opus -> claude50opus) are already on this release tip (open-sse/executors/perplexity-web/protocol.ts already uses "copilot" and maps pplx-opus to claude50opus). Only the search-hint opt-in remained uncovered. The built-in-search hint appended to every system message is now opt-in via OMNIROUTE_PPLX_SEARCH_HINT (off by default). Perplexity's answer engine searches anyway, and for coding clients the sentence leaks into replies as meta-commentary ("I need to search before responding per my instructions"). Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>