ai-eks/dsh-docking-layout 预览 preview

ai-eks/dsh-docking-layout

项目介绍Project Overview

这是 DSH Web UI 的停靠布局插件,可把无限会话标签页组织成编辑器式分组,支持拖拽移动、边缘拆分及按钮向右/向下拆分;窄屏显示单组并提供切换器。适合需要并排管理多会话时使用。注意关闭标签只改布局、不删 Session;分组越多占用内存与连接越多。

A DSH Web UI plugin that organizes unlimited conversation tabs into editor-style groups, with drag-to-move, edge-splitting, and split-right/down buttons; narrow widths show one full-width group with a switcher. Use it to manage multiple sessions side by side. Closing a tab only changes layout and never deletes the Session; more groups increase browser memory and DSH Web connections.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:ai-eks/dsh-docking-layout

ai-eks/dsh-docking-layout 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

@ai-eks/dsh-docking-layout

English | 中文

A DeepSeek Harness Web UI plugin for organizing unlimited conversation tabs into editor-style groups. Split freely, then close or move tabs whenever a pane becomes too small.

Preview

Unlimited conversation tabs

Two groups Three groups
Two conversation groups Three conversation groups

Features

  • Unlimited tabs and groups, with no fixed pane-size guard.
  • Drag a tab to another group to move it, or to an edge to split; toolbar buttons split right or down.
  • At widths up to 760 pixels, one full-width group is shown at a time with a group switcher.
  • Closing a tab changes only the browser layout and never deletes its DSH Session.

Install

From Git:

dsh plugin --profile web add github:ai-eks/dsh-docking-layout

From a local checkout:

git clone https://github.com/ai-eks/dsh-docking-layout.git
cd dsh-docking-layout
pnpm install
dsh plugin --profile web add .

Remove the plugin with:

dsh plugin --profile web remove @ai-eks/dsh-docking-layout

Enable Docking Layout from the DSH sidebar footer. Open Sessions from the group menu or the DSH sidebar, then drag tabs or use the split buttons to arrange them.

Performance and limitations

The iframe pool keeps every group's active tab plus the two most recently used inactive tabs mounted. Revisiting an evicted tab reloads its embedded client. More groups therefore use more browser memory and DSH Web connections.

The global details panel and companion plugins still follow the outer DSH Session. Archived Sessions and subagent routes use the native conversation view. Touch layouts use split buttons and the group switcher instead of tab dragging.

Only layout preferences are stored locally. The plugin does not copy Session logs, prompts, approvals, or files, and all embedded pages are same-origin. It adds no model-visible prompts, tools, messages, or Session events.

Compatibility

Supports DeepSeek Harness 0.1.0-rc.8 and 0.1.1-rc.2, and is compatible with dsh-better-sidebar.

Development

pnpm install
pnpm typecheck
pnpm test
pnpm build
上一个 Prev dsh-mobile 下一个 Next dsh-feishu-notify