From 1fa16f41605d56d1420fdfd9c78e85d16623a31e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 20 Jan 2026 13:17:56 +0000 Subject: [PATCH] fix: allow Perplexity web_search provider in config validation (#1247) (thanks @sebslight) --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d4982310..46adf45f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Docs: https://docs.clawd.bot - Plugins/UI: let channel plugin metadata drive UI labels/icons and cron channel options. (#1306) — thanks @steipete. ### Fixes - Web search: infer Perplexity base URL from API key source (direct vs OpenRouter). +- Config: allow Perplexity as a web_search provider in config validation. (#1230, #1247) — thanks @sebslight. - TUI: keep thinking blocks ordered before content during streaming and isolate per-run assembly. (#1202) — thanks @aaronveklabs. - CLI: avoid duplicating --profile/--dev flags when formatting commands. - Exec: prefer bash when fish is default shell, falling back to sh if bash is missing. (#1297) — thanks @ysqander. @@ -30,9 +31,6 @@ 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