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 분석

核心用途是为前端提供本地 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.