From 8a4f891450f69ec561fbb52dc4f6750cafb08141 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 30 Jul 2026 03:27:36 +0800 Subject: [PATCH] docs(hooks): mark pairing hook observation-only (#116055) --- docs/plugins/hooks.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/plugins/hooks.md b/docs/plugins/hooks.md index 802f0cd66af1..65f0158552d8 100644 --- a/docs/plugins/hooks.md +++ b/docs/plugins/hooks.md @@ -167,16 +167,16 @@ observation-only. **Messages and delivery** -| Hook | Purpose | -| ------------------------------- | ----------------------------------------------------------------- | -| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) | -| **`channel_pairing_requested`** | Observe newly created DM pairing requests | -| `message_received` | Observe inbound content, sender, thread, and metadata | -| **`message_sending`** | Rewrite outbound content or cancel delivery | -| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery | -| `message_sent` | Observe outbound delivery success or failure | -| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff | -| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline | +| Hook | Purpose | +| --------------------------- | ----------------------------------------------------------------- | +| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) | +| `channel_pairing_requested` | Observe newly created DM pairing requests | +| `message_received` | Observe inbound content, sender, thread, and metadata | +| **`message_sending`** | Rewrite outbound content or cancel delivery | +| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery | +| `message_sent` | Observe outbound delivery success or failure | +| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff | +| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline | **Sessions and compaction**