mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
refactor(core): support multiple event streams in worker and remove workspaces from plugin api (#21348)
This commit is contained in:
parent
ec8b9810b4
commit
5d48e7bd44
9 changed files with 51 additions and 90 deletions
|
|
@ -484,8 +484,6 @@ export type TuiPluginApi = {
|
|||
state: TuiState
|
||||
theme: TuiTheme
|
||||
client: OpencodeClient
|
||||
scopedClient: (workspaceID?: string) => OpencodeClient
|
||||
workspace: TuiWorkspace
|
||||
event: TuiEventBus
|
||||
renderer: CliRenderer
|
||||
slots: TuiSlots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue