@z47_rose_1/dsh-session-sync
将 Codex / Claude Code 会话同步到 DeepSeek Harness 中作为可恢复的会话,支持双向导出和实时监听。
AI 分析
核心用途是导入并同步 Codex 或 Claude Code 的会话记录。适合在不同 AI 辅助工具间切换并希望在 DSH 中继续对话的用户。
安裝
此插件尚未提供可驗證的 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.