refactor(agent): clarify turn lifecycle event names

This commit is contained in:
_Kerman
2026-07-27 17:38:42 +08:00
parent 7d5cc498d3
commit 52174e32cb
67 changed files with 180 additions and 176 deletions

View File

@@ -51,7 +51,7 @@ sequenceDiagram
end
Driver->>Session: post-tool context and steering (no prompt-submit)
Driver->>Session: <code>step/end</code>
Driver->>Hooks: <code>agent/stopping</code> serial terminal checkpoint
Driver->>Hooks: <code>agent/turn-stopping</code> serial terminal checkpoint
end
Driver->>Session: <code>turn/end</code>
Driver-->>SDK: <code>agent/status</code> idle