Skip to content

Commit 1269576

Browse files
Phase H redo: fix lingering subscription.rs doc reference to removed handler types
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 03eef9d commit 1269576

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rust/src/subscription.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
//! [`Client::subscribe_lifecycle`](crate::Client::subscribe_lifecycle).
55
//!
66
//! Each subscription is an opt-in **observer** of events that are also
7-
//! delivered to the [`SessionHandler`](crate::handler::SessionHandler).
8-
//! Subscribers receive a clone of every event but cannot influence
9-
//! permission decisions, tool results, or anything else that requires
10-
//! returning a [`HandlerResponse`](crate::handler::HandlerResponse).
7+
//! delivered to the per-event handlers installed on the session config
8+
//! (see [`crate::handler`]). Subscribers receive a clone of every event but
9+
//! cannot influence permission decisions, tool results, or any other event
10+
//! whose handler return value affects the runtime.
1111
//!
1212
//! # Async iteration
1313
//!

0 commit comments

Comments
 (0)