Commits
Click on a commit to change the comparison rangefeat(webhooks): add generic webhook ingress for triggering AI agents docs: add webhooks feature documentation fix(web): use globe icon for webhooks settings nav fix(web): use ModelSelect and ComboSelect for webhook agent/model fields fix(web): use public URL (ngrok/tailscale) for webhook endpoint display test(webhooks): add ingress integration tests and test script fix: improve webhook test script with verbose output and TLS support fix: use OnceLock for webhook state fields instead of Arc::get_mut feat(web): link to Hoppscotch for webhook testing fix(web): show Hoppscotch link below webhook list, not only in empty state fix(web): match webhooks layout to cron/sandbox and fix nav icon fix(web): add missing space before Hoppscotch link fix(web): constrain webhooks list width with max-w-form fix(web): revert max-w-form, keep webhooks list full width refactor(web): extract webhooks nav icon to external SVG file fix(web): add webhooks icon to settings nav via components.css fix(web): recommend curl and Hoppscotch desktop for webhook testing feat(web): add CORS to webhook ingress and copy-curl button fix: use HeaderValue::from_static for CORS headers, remove warning fix(web): improve webhook test command button and footer text feat(website): add Webhooks to landing page features fix: don't dedup generic webhooks by body hash, rebuild i18n fix: address PR review comments fix(security): redact auth secrets from webhook API responses fix: drain unprocessed webhook deliveries on worker startup