chore: generate

This commit is contained in:
GitHub Action 2025-12-24 01:37:35 +00:00 committed by Aiden Cline
commit b8c2f9db59
2 changed files with 30 additions and 0 deletions

View file

@ -595,6 +595,13 @@ export type EventTuiToastShow = {
}
}
export type EventMcpToolsChanged = {
type: "mcp.tools.changed"
properties: {
server: string
}
}
export type EventCommandExecuted = {
type: "command.executed"
properties: {
@ -761,6 +768,7 @@ export type Event =
| EventTuiPromptAppend
| EventTuiCommandExecute
| EventTuiToastShow
| EventMcpToolsChanged
| EventCommandExecuted
| EventSessionCreated
| EventSessionUpdated