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

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

Read-only export of the user's local OpenAI Codex CLI chat history

AI Analysis

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

Package
@deepseek-ai/dsh-host-codex-sync
Version
0.1.0-rc.5
License
MIT
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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.