xing01l/session-import-codex ↗★ 0
dsh-session-import-codex
DeepSeek Harness plugin for importing Codex App Server conversation history
AI 分析
核心用途是将Codex中的历史对话无缝迁移导入至DSH中。适合需要跨平台整合、保留历史对话资产的Codex与DSH双栖用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xing01l/session-import-codexドキュメント
README 全文を読む ↗Configuration
The bundle row exposes these Cordis configuration fields:
| Field | Default | Purpose |
|---|---|---|
codexCommand | codex | Codex executable name or path. |
requestTimeoutMs | 30000 | App Server request deadline. |
shutdownGraceMs | 3000 | Graceful App Server termination window. |
maxDiagnosticBytes | 65536 | Maximum captured process diagnostic bytes. |
listPageSize | 100 | thread/list page size. |
reasoningPolicy | summary | Import validated summaries or omit reasoning entirely. |
Override the session-import-codex row through the target profile's cordis.patch.yml; both the CLI and chat command consume the same resolved configuration.