Config: allow Perplexity web_search provider

This commit is contained in:
Sebastian
2026-01-19 13:03:03 -05:00
parent 754494d1a0
commit 34462b3221
4 changed files with 46 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ Docs: https://docs.clawd.bot
- Android: remove legacy bridge transport code now that nodes use the gateway protocol.
- Android: send structured payloads in node events/invokes and include user-agent metadata in gateway connects.
### Fixes
- Gateway: restart heartbeat runner on agents.list hot reloads so per-agent heartbeat changes apply without a full restart. (#1221)
- Config: allow Perplexity as a web_search provider in config validation. (#1230)
## 2026.1.19-2
### Changes