You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct the ephemeral labels on four persisted session events (#2172)
docs/features/streaming-events.md marks permission.requested,
permission.completed, external_tool.requested and external_tool.completed as
"Ephemeral.", which that file defines as not persisted to the session event log
and not replayed on session resume. All four are persisted: sessions record them
in the event log, and they are still present in a resumed session's history.
The labels were accurate when the guide was written in #717. #1177 regenerated
the event types so that none of these four still declares a required
`ephemeral: true`, but the prose was not updated with them.
Remove the classification from the four event sections, the two permission
entries in the turn-flow diagram, and the four summary-table rows, matching the
convention the file already uses for persisted events, which carry no marker.
Co-authored-by: examon <examon@users.noreply.github.com>
0 commit comments