docs(agent): drop agent/stream-chunk from the two package READMEs
Codex convergence caught stale prose the doc-sync gate does not scan: the dsh-agent README still listed `agent/stream-chunk` as an emit and the dsh-agent-loop README still told UI plugins to listen on it. A plugin author following either would silently get no chunks. Point both at the `session/event` `assistant/chunk` feed (the agent-loop UI line also names the `agent/*` control events a UI still uses).
This commit is contained in:
@@ -52,7 +52,6 @@ Tool interception is the `tools/pre-execute` / `tools/post-execute` pair in [`ds
|
||||
|
||||
#### Streaming + tool (emit)
|
||||
|
||||
- `agent/stream-chunk` — raw chunk from the model (token-level UI/log feed)
|
||||
- `agent/steering` — steering content injected mid-turn
|
||||
- `agent/error` — step/turn error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user