diff options
| author | James Long <[email protected]> | 2026-04-10 13:03:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-10 13:03:20 -0400 |
| commit | 180ded6a27c49c0f95c8af5ff17ccacaa54eceab (patch) | |
| tree | 9ef4812c57b8a7e4f2d156ba144a4c69bf29b370 /packages/plugin | |
| parent | bf601628db3c187478ff853fe33b91cec652355e (diff) | |
| download | opencode-180ded6a27c49c0f95c8af5ff17ccacaa54eceab.tar.gz opencode-180ded6a27c49c0f95c8af5ff17ccacaa54eceab.zip | |
rector(core,tui): handle workspace state in project context, add workspace status, improve ui (#21896)
Diffstat (limited to 'packages/plugin')
| -rw-r--r-- | packages/plugin/src/tui.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/plugin/src/tui.ts b/packages/plugin/src/tui.ts index 8f8439fab..e6f832f7e 100644 --- a/packages/plugin/src/tui.ts +++ b/packages/plugin/src/tui.ts @@ -272,10 +272,6 @@ export type TuiState = { directory: string } readonly vcs: { branch?: string } | undefined - readonly workspace: { - list: () => ReadonlyArray<Workspace> - get: (workspaceID: string) => Workspace | undefined - } session: { count: () => number diff: (sessionID: string) => ReadonlyArray<TuiSidebarFileItem> |
