dingguangyi0/dsh-plugin-migration-workbuddy ↗★ 0
dsh-plugin-migration-workbuddy
Migrate WorkBuddy sessions, memories, MCP drafts, and automations into DSH — preview first, confirm once, read-only on the source
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dingguangyi0/dsh-plugin-migration-workbuddy说明文档
阅读完整 README ↗配置
| 键 | 默认 | 说明 |
|---|---|---|
enabled | true | 关闭后插件完全不扫描磁盘 |
maxFileBytes | 10485760 | 单个源文件上限(1 KiB – 100 MiB) |
maxFiles | 5000 | 单次扫描文件数上限 |
toolMode | narrative | narrative 把工具调用/结果拍平为文本,导入历史不带工具协议、可无条件续聊;transcript 保留完整协议 |
automationModelId | '' | 迁移的自动化规则写死的模型 id;空 = 用部署默认模型 |
automationModelAllowlist | [] | 允许原样透传的模型 id;其余按 automationModelId 改写并记 automation-model-remapped |
源目录取 $WORKBUDDY_HOME,否则 ~/.workbuddy;目标取 $DSH_HOME,否则 ~/.dsh。