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
安装
此插件尚未提供可验证的 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.