feat(gateway): add webhook payload filters

This commit is contained in:
Grace 2026-07-02 23:30:07 -06:00 committed by Teknium
parent 75efd73961
commit 0cf2e39c41
11 changed files with 762 additions and 4 deletions

View file

@ -846,6 +846,11 @@ platform_toolsets:
# priority_mode: prepend
# priority:
# - my_plugin_command
# webhook:
# extra:
# # Route scripts default to a 30 second timeout. Scripts must live under
# # the active profile's scripts directory and receive webhook JSON on stdin.
# script_timeout_seconds: 30
#
# Discord-specific settings (config.yaml top-level, not under platforms:):
#