fix: include query in Twilio webhook verification

This commit is contained in:
Peter Steinberger
2026-01-18 04:25:17 +00:00
parent 82e49af5a7
commit fa1079214b
3 changed files with 76 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ Docs: https://docs.clawd.bot
- Plugins: allow optional agent tools with explicit allowlists and add plugin tool authoring guide. https://docs.clawd.bot/plugins/agent-tools
- Tools: centralize plugin tool policy helpers.
### Fixes
- Voice call: include request query in Twilio webhook verification when publicUrl is set. (#864)
## 2026.1.18-1
### Changes