chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-16 17:19:44 +00:00
parent 9e740d9947
commit ca3af5dc6a
2 changed files with 47 additions and 47 deletions

View File

@@ -154,6 +154,14 @@ export type EventPermissionReplied = {
}
}
export type EventFileWatcherUpdated = {
type: "file.watcher.updated"
properties: {
file: string
event: "add" | "change" | "unlink"
}
}
export type EventServerConnected = {
type: "server.connected"
properties: {
@@ -685,14 +693,6 @@ export type EventSessionCompacted = {
}
}
export type EventFileWatcherUpdated = {
type: "file.watcher.updated"
properties: {
file: string
event: "add" | "change" | "unlink"
}
}
export type Todo = {
/**
* Brief description of the task
@@ -967,6 +967,7 @@ export type Event =
| EventQuestionRejected
| EventPermissionAsked
| EventPermissionReplied
| EventFileWatcherUpdated
| EventServerConnected
| EventGlobalDisposed
| EventLspClientDiagnostics
@@ -980,7 +981,6 @@ export type Event =
| EventSessionStatus
| EventSessionIdle
| EventSessionCompacted
| EventFileWatcherUpdated
| EventTodoUpdated
| EventTuiPromptAppend
| EventTuiCommandExecute