choocoo/conversation-folders-package
Deepseek 工具集对话文件夹管理包
catalog 简介:Deepseek harness conversation-folders-package
安装
dsh plugin --profile web add <本目录绝对路径>
# 发布到 npm 后:dsh plugin --profile web add dsh-conversation-folders
```
该命令会把包装进 `~/.dsh/profiles/web/node_modules/`,并自动加入 `dsh.profile.bundles`。
3. **若遇到 `ERR_PNPM_EPERM`**(`@img/sharp-win32-x64` 目录被正在运行的 DSH 进程锁定,Windows 常见):
- 把本目录 junction 到 `~/.dsh/profiles/web/node_modules/dsh-conversation-folders`
(`cmd /c mklink /J "<profile>\node_modules\dsh-conversation-folders" "<本目录>"`)
- 在 `~/.dsh/profiles/web/package.json` 的 `dependencies` 与 `dsh.profile.bundles` 各加上 `dsh-conversation-folders`
4. **重启 DSH**:之后每次开机自动挂载,无需手动操作。
## 与同类插件的差异
| | 本包 | `dsh-session-move` | `dsh-plugin-dated-folders` |
|---|---|---|---|
| 项目内二级文件夹(新建/改名) | ✅ | ❌(其"文件夹"= workspace,只能跨项目搬) | ❌ |
| 项目内分组对话 | ✅ | ❌ | ❌ |
| 跨项目移动会话 | ❌ | ✅ | ❌ |
| 会话删除 / AI 改名 | ❌ | ✅ | ❌ |
| 归档 agent 生成的文件 | ❌ | ❌ | ✅(按日期) |
定位:**项目内手动自由分组的唯一实现**;与 dsh-session-move(跨项目搬运+删除)互补,可共存安装。
## 数据模型
`convfolders` 域(`storageDomain`),`folders` 表,每条记录:
把 choocoo/conversation-folders-package 加入你的 DSH 配置(web profile)即可启用。
README
展开完整 README 收起
README 内容为空。
tt-a1i/archify
zhu1090093659/dsh-web-ui
strukto-ai/mirage
liustack/modlens
omdsh-dev/DSH-better-sidebar
ccch1mneyyy/dsh-TUI
agentrq/agentrq
GanyuanRan/Aegis