Merge pull request #1247 from sebslight/fix/perplexity-web-search-provider

Config: accept Perplexity for web_search
This commit is contained in:
Peter Steinberger
2026-01-20 13:18:18 +00:00
committed by GitHub
4 changed files with 45 additions and 3 deletions

View File

@@ -31,6 +31,9 @@ Docs: https://docs.clawd.bot
- Gateway: strip inbound envelope headers from chat history messages to keep clients clean.
- UI: prevent double-scroll in Control UI chat by locking chat layout to the viewport. (#1283) — thanks @bradleypriest.
### Fixes
- Config: allow Perplexity as a web_search provider in config validation. (#1230)
## 2026.1.19-2
### Changes