mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
update sdk
This commit is contained in:
@@ -1197,6 +1197,13 @@ export type EventSessionIdle = {
|
||||
}
|
||||
}
|
||||
|
||||
export type EventSessionCreated = {
|
||||
type: "session.created"
|
||||
properties: {
|
||||
info: Session
|
||||
}
|
||||
}
|
||||
|
||||
export type EventSessionUpdated = {
|
||||
type: "session.updated"
|
||||
properties: {
|
||||
@@ -1247,6 +1254,7 @@ export type Event =
|
||||
| EventFileWatcherUpdated
|
||||
| EventTodoUpdated
|
||||
| EventSessionIdle
|
||||
| EventSessionCreated
|
||||
| EventSessionUpdated
|
||||
| EventSessionDeleted
|
||||
| EventSessionError
|
||||
|
||||
Reference in New Issue
Block a user