chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-16 19:59:49 +00:00
parent 335356280c
commit df6508530f
2 changed files with 30 additions and 30 deletions

View File

@@ -169,6 +169,13 @@ export type EventVcsBranchUpdated = {
}
}
export type EventFileEdited = {
type: "file.edited"
properties: {
file: string
}
}
export type EventServerConnected = {
type: "server.connected"
properties: {
@@ -198,13 +205,6 @@ export type EventLspUpdated = {
}
}
export type EventFileEdited = {
type: "file.edited"
properties: {
file: string
}
}
export type OutputFormatText = {
type: "text"
}
@@ -969,11 +969,11 @@ export type Event =
| EventPermissionReplied
| EventFileWatcherUpdated
| EventVcsBranchUpdated
| EventFileEdited
| EventServerConnected
| EventGlobalDisposed
| EventLspClientDiagnostics
| EventLspUpdated
| EventFileEdited
| EventMessageUpdated
| EventMessageRemoved
| EventMessagePartUpdated