DreamZhongJu/dsh-codex-sync--packages-host-codex-sync0

@deepseek-ai/dsh-host-codex-sync

Codex 历史只读导出宿主插件:读取本地 OpenAI Codex CLI 的历史会话文件,提供列表与导出服务,不连接网络。

AI 分析

核心用途是为前端提供本地 Codex 数据的读取接口。适合需要离线读取和转换本地 `.jsonl` 会话记录的场景。需配合客户端插件使用。

套件
@deepseek-ai/dsh-host-codex-sync
版本
0.1.0-rc.5
授權
MIT
最近更新
2026年8月14日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.