DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

CH4ACKO3 /

dsh-ui-workspace

已验证

Composable workspace primitives for DeepSeek Harness UI plugins

★ 2 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@890a7602

dsh-ui-workspace

Composable workspace primitives for DeepSeek Harness browser plugins. The package provides draggable pane stacks, recursive tree views, tabbed document editors, document renderers, actions, and VS Code-style explorer behavior.

dsh-ui-workspace builds on dsh-ui-container and leaves product-specific navigation, data providers, commands, and styling to the consumer.

The dependency is intentional: Workspace document surfaces call the container's useUiSurface() hook at runtime and share its DocumentRef and DocumentSnapshot contracts. Container remains an independently installed plugin and owns the single bundle row that provides the shared uiContainer service; Workspace only consumes that service.

Install Container and Workspace as separate bundles in the same DeepSeek Harness profile:

dsh plugin --profile web add github:CH4ACKO3/dsh-ui-container
dsh plugin --profile web add github:CH4ACKO3/dsh-ui-workspace

These commands are profile-scoped and can be run from any directory.

Git dependencies run both packages' prepare builds. With pnpm 10 or newer, approve the exact package keys reported by the first install in the profile's pnpm-workspace.yaml, then repeat the command. Registry releases and packed artifacts do not require that approval. Container must remain installed while Workspace is enabled.

import {
  DocumentSurface,
  ExplorerPaneStack,
  TabbedEditor,
  TreeView,
} from '@ch4acko3/dsh-ui-workspace/client'

The same package remains importable by browser plugins that compose these primitives into product-specific pages.

—/ 5

暂无评分

已验证 DSH bundle

Commit 890a7602a31a

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于