@deepseek-ai/dsh-codex-importer
从本地 Codex (~/.codex) 导入会话,生成带完整历史的新 DSH 会话
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:life1996cou/dsh-codex说明文档
阅读完整 README ↗从本地 Codex(~/.codex/)导入会话,生成一个带完整对话历史的新 DeepSeek Harness 会话。
安装
dsh plugin --profile web add github:life1996cou/dsh-codex
# 本地目录安装用 file:(复制安装),不要用裸路径(那会软链导致依赖解析失败):
# dsh plugin --profile web add file:.
dsh web
使用
- 打开 设置 → 左侧点「Codex」。
- 点「使用默认 ~/.codex/sessions」或「选择目录…」定位 Codex 会话目录。
- 列表里点某会话的「导入到新会话」——会自动生成一个含完整 Codex 对话历史的新会话并切过去。
卸载
dsh plugin --profile web remove @deepseek-ai/dsh-codex-importer