We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a402a40 commit 733919fCopy full SHA for 733919f
src/site/markdown/documentation.md
@@ -99,8 +99,10 @@ session.on(event -> {
99
| `AssistantMessageDeltaEvent` | Streaming chunk (when streaming enabled) |
100
| `SessionIdleEvent` | Session finished processing |
101
| `SessionErrorEvent` | An error occurred |
102
+| `SessionShutdownEvent` | Session is shutting down (with reason and exit code) |
103
| `ToolExecutionStartEvent` | Tool invocation started |
104
| `ToolExecutionCompleteEvent` | Tool invocation completed |
105
+| `SkillInvokedEvent` | A skill was invoked |
106
| `SessionCompactionStartEvent` | Context compaction started (infinite sessions) |
107
| `SessionCompactionCompleteEvent` | Context compaction completed |
108
| `SessionUsageInfoEvent` | Token usage information |
0 commit comments