diff options
| author | James Long <[email protected]> | 2026-04-07 13:22:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-07 13:22:34 -0400 |
| commit | 5d48e7bd44bca653861a9ebde0476ba887d4328b (patch) | |
| tree | 799eb12e112c0d3efd43290f5d6a4e61f4cd2ef8 /packages/plugin/src | |
| parent | ec8b9810b4231cd6a5c69ccd930b6c50999fc997 (diff) | |
| download | opencode-5d48e7bd44bca653861a9ebde0476ba887d4328b.tar.gz opencode-5d48e7bd44bca653861a9ebde0476ba887d4328b.zip | |
refactor(core): support multiple event streams in worker and remove workspaces from plugin api (#21348)
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/tui.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/plugin/src/tui.ts b/packages/plugin/src/tui.ts index 27b59b8d5..8f8439fab 100644 --- a/packages/plugin/src/tui.ts +++ b/packages/plugin/src/tui.ts @@ -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 |
