DeepSeek Harness 插件

dsh-multiple-chat-panels

Multiple chat panels for DeepSeek Harness: view and interact with several agent sessions side by side in a Mission Control grid(英文原文)

跳到安装方式

来源信息

GitHub 仓库
WilliamShi666/dsh-multiple-chat-panels
最近更新
2026年8月21日
分类
自动化与任务
GitHub stars
2
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/WilliamShi666/dsh-multiple-chat-panels
插件名:dsh-multiple-chat-panels
作者:WilliamShi666

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-multiple-chat-panels

Multiple chat panels for DeepSeek Harness: view and interact with several Agents side by side.

Terminal-native Agents (like Claude Code) give you a “god’s-eye view”: you can watch and steer multiple conversations at once, and interact with several Agents in parallel. Most desktop and web harnesses don’t offer this: you either work with a single Agent in a single conversation, or you juggle multiple windows and quickly lose context.

在终端里使用 TUI 形态的 Agent(例如 Claude Code),你会获得一种“一览众山小”的上帝视角:可以同时查看和操控多个对话窗口,并与多个 Agent 并行互动。但很多桌面端或网页端的 Harness 并不支持这种能力:要么只能在一个对话里和一个 Agent 交互,要么即使支持多 Agent / 多窗口,操作也非常繁琐。

![Claude Code in a terminal with multiple conversation panes](docs/screenshots/claude-code-terminal.jpg)

multiple-chat-panels brings that same experience to DeepSeek Harness. Drag conversations from the left sidebar into the center area, and Mission Control opens with each session as a live, independently interactive panel. With this “god’s-eye view”, you can significantly improve how you interact with multiple Agents and how you handle multitasking, all without leaving your desktop or web UI. Available in both dark and light mode.

multiple-chat-panels 把这种体验带到了 DeepSeek Harness:你只需把左侧边栏里的对话拖到中间区域,Mission Control 就会把每个会话展开为一个可实时交互的独立面板。有了这样“一览众山小”的上帝视角,你可以显著提升与多个 Agent 的交互能力,以及多任务(multitasking)的执行能力;无需离开桌面端或网页端 UI。支持深色与浅色模式。

![DeepSeek Harness multi-chat panels in dark mode](docs/screenshots/dark.jpg)

![DeepSeek Harness multi-chat panels in light mode](docs/screenshots/light.jpg)

v0.1.1 updates / v0.1.1 更新

  • Adapted for DeepSeek Harness v0.1.1-rc.2.
  • Runtime shell adapter supports both the original client's

sidebar.primary.action + main.page layout and the official Harness sidebar.footer.action + shell.overlay layout.

  • Cross-row pane moves now preserve the live conversation view instead of rebuilding it, making drag-and-drop noticeably more responsive for long chats.
  • 已适配 DeepSeek Harness v0.1.1-rc.2。
  • 运行时外壳适配器同时支持原客户端的 sidebar.primary.action +

main.page 布局,以及 Harness 官方版的 sidebar.footer.action + shell.overlay 布局。

  • 跨行拖拽面板时会保留原有对话视图,不再重建长对话内容,拖拽响应速度明显提升。

安装

dsh plugin --profile web add multiple-chat-panels

也可以直接从 GitHub 安装:

dsh plugin --profile web add github:WilliamShi666/dsh-multiple-chat-panels

安装后重启 DSH,把侧边栏中的会话拖到中间区域即可打开 Mission Control。

链接

  • GitHub: https://github.com/WilliamShi666/dsh-multiple-chat-panels
  • npm: https://www.npmjs.com/package/multiple-chat-panels
  • 完整功能与开发状态: [docs/FEATURES.md](docs/FEATURES.md)
  • 发布/开源操作: [RELEASING.md](RELEASING.md)

License

MIT