@z47_rose_1/dsh-session-sync
Sync Codex / Claude Code sessions into DeepSeek Harness as resumable sessions
AI Analysis
核心用途是导入并同步 Codex 或 Claude Code 的会话记录。适合在不同 AI 辅助工具间切换并希望在 DSH 中继续对话的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Usage / 使用
In the DSH Web UI, run:
/sync codex # manual incremental import
/sync claude # import Claude Code sessions (~/.claude/projects)
/sync watch # start realtime watcher (enabled automatically on boot)
/sync unwatch # stop the watcher
/sync push # export new DSH turns back to the source Codex rollout (bidirectional)
Or with an explicit path (file or directory):
/sync codex C:\Users\you\.codex\sessions
Imported sessions appear under their source project workspace. Refresh the session list to see them.
Realtime syncing is enabled by default when the plugin loads — every new or
changed Codex rollout / Claude Code session is auto-imported after a 3-second
debounce. Set
autoWatch: false in the plugin config to disable.