mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
release: v0.10.2
This commit is contained in:
parent
2460108223
commit
f57c3f7cf6
13 changed files with 28 additions and 28 deletions
|
|
@ -1105,13 +1105,6 @@ export type EventSessionError = {
|
|||
}
|
||||
}
|
||||
|
||||
export type EventServerConnected = {
|
||||
type: "server.connected"
|
||||
properties: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type EventFileWatcherUpdated = {
|
||||
type: "file.watcher.updated"
|
||||
properties: {
|
||||
|
|
@ -1120,6 +1113,13 @@ export type EventFileWatcherUpdated = {
|
|||
}
|
||||
}
|
||||
|
||||
export type EventServerConnected = {
|
||||
type: "server.connected"
|
||||
properties: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type EventIdeInstalled = {
|
||||
type: "ide.installed"
|
||||
properties: {
|
||||
|
|
@ -1142,8 +1142,8 @@ export type Event =
|
|||
| EventSessionUpdated
|
||||
| EventSessionDeleted
|
||||
| EventSessionError
|
||||
| EventServerConnected
|
||||
| EventFileWatcherUpdated
|
||||
| EventServerConnected
|
||||
| EventIdeInstalled
|
||||
|
||||
export type ProjectListData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue