全部插件

DSH / BUNDLE / CLIENT-UI

dsh-plugin-pi-ui

v0.1.1ice-ai-lab / dsh-plugin-pi-ui84c4a0a8b7

可安装组合包UI 与客户端插件社区 · Topic 自动分析Web UI

概览

dsh-plugin-pi-ui

pi-web-inspired sidebar chrome for the DeepSeek Harness Web GUI: temporary sessions at the top, a one-directory session list under a working-directory picker, a draft composer that creates nothing until you send, and a compact file explorer that takes over the right column's Files tab.

README / ZH

插件文档

目录摘要

pi-web-inspired sidebar chrome for the DeepSeek Harness Web GUI: temporary sessions at the top, a one-directory session list under a working-directory picker, a draft composer that creates nothing until you send, and a compact file explorer that takes over the right column's Files tab.

dsh.pub 核对固定版本的组合包契约、运行时事实与分发语义;完整 README 请查看源仓库。

在 GitHub 阅读完整 README

LIMITATIONS

已知限制

- **随附的那一行保持原样。** 空白态下随附的权限与模型座位是禁用的,因为随附会话 只为"带工作目录的会话"激活它们。插件只让输入与发送可用,并且刻意不重排、不 替换这一行的其余部分。 - **待定目标只在内存中。** 首次发送前刷新页面会丢掉草稿;由于什么都没创建,除了 已输入的文字没有任何损失。 - **移除只动注册表。** **删除工作目录…** 从不删除目录或会话日志。 - **node 半部改动需要重启。** 随附 web profile 启动时关闭了宿主 HMR,所以 `lib/index.js` 在启动时读取;浏览器半部则通过 `dsh-client-hmr` 热更新。 - **永远只显示一个目录。** 已经不存在"显示全部目录"的状态;这正是选择器的意义, 但也意味着没有任何会话的目录会显示为空区域,直到你切走。 <a id="开发备注"></a>