Files
OmniRoute/docs/reference
dansc 390c71540c fix(perplexity-web): make the built-in-search hint opt-in
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>
2026-08-20 19:33:47 -03:00
..