dock:DSH Web 工作台基础插件

dock 是 DSH Web 环境下的基础工作台插件,由 AKS1st 维护,采用 MIT 许可证。它提供 VSCode 风格的布局外壳,包括活动栏、侧边栏、多标签编辑器区和状态栏,并支持屏幕四边停靠及悬浮窗口模式,布局信息通过 localStorage 持久化。核心机制是通过 `ctx.workbench` 注册表,允许功能插件挂载面板、编辑器视图、活动项、状态项及命令,实现了统一的工作台挂载机制。dock 本身仅负责外壳,不包含文件浏览、文本编辑、图片/Markdown 查看或 Git 管理等具体功能,这些能力需按需安装 dock 系列插件(如 dock-files、dock-editor

Read More
deepseek-harness-workbench-plugin: Integrating Dialogues, Editors, and Terminals into a Unified Workbench within the DSH Web UI

The dsh-workbench-plugin maintained by loadingvx provides a three-column workspace for the DeepSeek Harness Web UI: conversation on the left, an editor and intelligent terminal in the center, and files/Git/usage/Ultra Slash on the right. It supports Agent Control Plane execution traces, Canvas React previews, slash commands without interrupting the conversation round, AI terminal assistance, and streaming AI message submissions. Installation requires specifying the version: dsh plugin --profile web add dsh-workbench-plugin@0.1.31. After restarting dsh web, a new session can be started to use it. MIT license, npm latest version 0.1.31.

Read More