Gordonynh/dsh-plugin-codex-import0

dsh-plugin-codex-import

Import OpenAI Codex conversation history into DeepSeek Harness sessions, from a /codex-import slash command

AI Analysis

核心用途是迁移历史对话。适合需要将本地 Codex 历史记录导入 DSH 的用户,支持干跑预览、按时间/数量/路径过滤,且不会修改原始数据。

Package
dsh-plugin-codex-import
Version
1.0.0
License
NOASSERTION
Last updated
Aug 13, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Usage

CommandEffect
/codex-importimport every not-yet-imported Codex session
/codex-import --dry-runreport what would be imported, write nothing
/codex-import --limit 20stop after 20 sessions
/codex-import --since 30only sessions from the last 30 days
/codex-import --project ~/workonly sessions whose cwd is under a path
/codex-import --archivedalso scan ~/.codex/archived_sessions

Re-running is safe: already-imported session ids are skipped, and Codex originals are never modified.

Configuration

- insert:
    - id: codex-import
      name: 'dsh-plugin-codex-import'
      config:
        codexHome: '~/.codex'        # default: $CODEX_HOME, else ~/.codex
        provider: 'codex'            # recorded on imported assistant messages
        groupIntoWorkspaces: true    # attach imported sessions to workspaces