Avatar for the moltis-org user
moltis-org
moltis
BlogDocsChangelog

feat(webhooks): generic webhook ingress for AI agent triggers

#575
Comparing
kaput-gibbon
(
ffad24b
) with
main
(
74a1380
)
CodSpeed Performance Gauge
+12%
Improvement
1
Untouched
38
Skipped
5

Benchmarks

44 total
env_substitution
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
+12%
11.3 µs10.1 µs
namespaced_model_id
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
+1%
2.6 µs2.5 µs
config_default_construction
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
33.1 µs33 µs
config_serde_roundtrip
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
1.6 ms1.6 ms
sanitize_tool_result[10000]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
159 µs158.9 µs
values_to_chat_messages[50]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
62 µs61.9 µs
values_to_chat_messages[500]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
502.7 µs502.6 µs
tool_result_to_content_vision[10000]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
240.8 µs240.8 µs
tool_result_to_content_vision[100000]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.3 ms2.3 ms
tool_result_to_content_vision[1000000]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
22.3 ms22.3 ms
sanitize_tool_result[1000000]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
15.1 ms15.1 ms
session_key_to_filename[user@host:session:42]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
1.5 µs1.5 µs
vision_support_lookup[codestral-latest]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
vision_support_lookup[gpt-5]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
vision_support_lookup[gpt-4o]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
context_window_lookup[codestral-latest]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.5 µs2.5 µs
vision_support_lookup[gemini-2.0-flash]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.5 µs2.5 µs
vision_support_lookup[kimi-k2.5]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
vision_support_lookup[mistral-large-latest]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.5 µs2.5 µs
context_window_lookup[claude-sonnet-4-5-20250929]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.6 µs2.6 µs
vision_support_lookup[unknown-model-xyz]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.5 µs2.5 µs
context_window_lookup[gpt-4o]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
context_window_lookup[o3]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
context_window_lookup[gpt-5]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.4 µs2.4 µs
context_window_lookup[kimi-k2.5]
crates/benchmarks/benches/boot.rs
CodSpeed Performance Gauge
0%
2.5 µs2.5 µs

Commits

Click on a commit to change the comparison range
Base
main
74a1380
-0.11%
feat(webhooks): add generic webhook ingress for triggering AI agents
3f79a40
13 hours ago
by penso
-0.03%
docs: add webhooks feature documentation
f597721
13 hours ago
by penso
-0.19%
fix(web): use globe icon for webhooks settings nav
edd5a64
13 hours ago
by penso
-0.02%
fix(web): use ModelSelect and ComboSelect for webhook agent/model fields
454a04e
13 hours ago
by penso
+0.02%
fix(web): use public URL (ngrok/tailscale) for webhook endpoint display
3bee40c
13 hours ago
by penso
-0.02%
test(webhooks): add ingress integration tests and test script
00cfc8c
13 hours ago
by penso
+0.03%
fix: improve webhook test script with verbose output and TLS support
0bd1065
12 hours ago
by penso
-0.09%
fix: use OnceLock for webhook state fields instead of Arc::get_mut
8fefac3
12 hours ago
by penso
+0.08%
feat(web): link to Hoppscotch for webhook testing
7dda422
12 hours ago
by penso
-0.21%
fix(web): show Hoppscotch link below webhook list, not only in empty state
ae7531e
12 hours ago
by penso
+0.13%
fix(web): match webhooks layout to cron/sandbox and fix nav icon
a07ba5e
12 hours ago
by penso
-0.03%
fix(web): add missing space before Hoppscotch link
131ebdd
12 hours ago
by penso
+0.01%
fix(web): constrain webhooks list width with max-w-form
a98f393
12 hours ago
by penso
+0.2%
fix(web): revert max-w-form, keep webhooks list full width
c7866a5
12 hours ago
by penso
-45.13%
refactor(web): extract webhooks nav icon to external SVG file
dda2e9f
12 hours ago
by penso
+27.21%
fix(web): add webhooks icon to settings nav via components.css
37cd009
12 hours ago
by penso
+17.7%
fix(web): recommend curl and Hoppscotch desktop for webhook testing
ea0be44
12 hours ago
by penso
+0.14%
feat(web): add CORS to webhook ingress and copy-curl button
3817073
12 hours ago
by penso
+0.03%
fix: use HeaderValue::from_static for CORS headers, remove warning
4aebedf
12 hours ago
by penso
-0.18%
fix(web): improve webhook test command button and footer text
cb1a7e5
12 hours ago
by penso
+0.09%
feat(website): add Webhooks to landing page features
6cbaa37
12 hours ago
by penso
+0.08%
fix: don't dedup generic webhooks by body hash, rebuild i18n
948987e
12 hours ago
by penso
-0.1%
fix: address PR review comments
68b7e13
11 hours ago
by penso
+11.78%
fix(security): redact auth secrets from webhook API responses
d1fb9bf
11 hours ago
by penso
+0.32%
fix: drain unprocessed webhook deliveries on worker startup
ffad24b
10 minutes ago
by penso
© 2026 CodSpeed Technology
Home Terms Privacy Docs