Skip to content

Commit 733919f

Browse files
committed
Document SessionShutdownEvent and SkillInvokedEvent in event types table
1 parent a402a40 commit 733919f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/site/markdown/documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ session.on(event -> {
9999
| `AssistantMessageDeltaEvent` | Streaming chunk (when streaming enabled) |
100100
| `SessionIdleEvent` | Session finished processing |
101101
| `SessionErrorEvent` | An error occurred |
102+
| `SessionShutdownEvent` | Session is shutting down (with reason and exit code) |
102103
| `ToolExecutionStartEvent` | Tool invocation started |
103104
| `ToolExecutionCompleteEvent` | Tool invocation completed |
105+
| `SkillInvokedEvent` | A skill was invoked |
104106
| `SessionCompactionStartEvent` | Context compaction started (infinite sessions) |
105107
| `SessionCompactionCompleteEvent` | Context compaction completed |
106108
| `SessionUsageInfoEvent` | Token usage information |

0 commit comments

Comments
 (0)