DreamZhongJu/dsh-codex-sync--packages-host-codex-sync ↗★ 0
@deepseek-ai/dsh-host-codex-sync
Read-only export of the user's local OpenAI Codex CLI chat history
AI 分析
核心用途是为前端提供本地 Codex 数据的读取接口。适合需要离线读取和转换本地 `.jsonl` 会话记录的场景。需配合客户端插件使用。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗@deepseek-ai/dsh-host-codex-sync
Read-only Host projection of the user's local OpenAI Codex CLI chat history. CodexSyncGateway registers the codexSync service and publishes two generated direct Remotes: codexSync/list and codexSync/export. Every call reads the user's own ~/.codex/sessions/**/rollout-*.jsonl files and never contacts a network service.
The service is Remote-only and deliberately declares no same-process Cordis Context merge. Client packages consume it through the explicit api-remotes assembly rather than importing the Host implementation.
Model Experience
None, as this Host-only projection registers no prompt, tool, message, or provider request.
KV Cache effect
None; this package never assembles model input.
Known Limitations and Deferred Work
- Point-in-time read only — each call rescans local files; there is no cache, history, or subscription.
- No deletion or mutation — the service only lists and exports; it cannot edit or remove Codex sessions.