@z47_rose_1/dsh-session-sync
Sync Codex / Claude Code sessions into DeepSeek Harness as resumable sessions
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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.