NB4747/dsh-session-sync0

@z47_rose_1/dsh-session-sync

Sync Codex / Claude Code sessions into DeepSeek Harness as resumable sessions

AI 分析

核心用途是导入并同步 Codex 或 Claude Code 的会话记录。适合在不同 AI 辅助工具间切换并希望在 DSH 中继续对话的用户。

パッケージ
@z47_rose_1/dsh-session-sync
バージョン
0.1.0
最終更新
2026/08/18

インストール

検証済み 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.