docs(codex): align Codex caveats with v1.87.0 auto-discovery behavior#601
Open
Pheobe-Southwood wants to merge 1 commit into
Open
docs(codex): align Codex caveats with v1.87.0 auto-discovery behavior#601Pheobe-Southwood wants to merge 1 commit into
Pheobe-Southwood wants to merge 1 commit into
Conversation
The Codex caveats section still claims Codex "does not emit a session transcript file" and that "evolver --review cannot read raw session logs on Codex". This was addressed in v1.87.0 by evolver-private-dev EvoMap#130 (readCursorTranscripts auto-discovery of ~/.codex/sessions/ and ~/.claude/projects/), but the README was never updated. - README.md: fix the factually incorrect statement; document that Codex writes transcripts to ~/.codex/sessions/*.jsonl and that Evolver auto-discovers them since v1.87.0 without requiring manual EVOLVER_CURSOR_TRANSCRIPTS_DIR export. - README.zh-CN.md: add the missing Codex platform section with the same caveats, translated to Chinese. The zh-CN README previously had no Codex entry at all (only Cursor / Claude Code / OpenClaw). Refs: EvoMap#540
autogame-17
added a commit
that referenced
this pull request
Jul 16, 2026
Port public PR #601 by Pheobe-Southwood <hannu666@163.com>. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
|
Thanks @Pheobe-Southwood — this is a good catch and we accepted it. I ported the change into the private source repo and synced the public README updates to For the contribution reward, please leave your EvoMap account and contact email here, and we will add 200 credits to your account. Thanks again for keeping the Codex docs accurate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The
Codex caveatssection inREADME.mdstill claims:This is factually incorrect and was already addressed in v1.87.0 (2026-05-26). The issue was raised in #540 and closed by the maintainer (@autogame-17), but the README was never updated to reflect the fix. The maintainer themselves acknowledged in the issue thread that the previous README description over-promised (承诺面比实际宽).
What actually happened (per #540 closing comment):
readCursorTranscripts()was enhanced to auto-discover transcripts under~/.codex/sessions/and~/.claude/projects/without requiring manualEVOLVER_CURSOR_TRANSCRIPTS_DIRexport.readMemoryGraphAnyTail()was added as a tier-2 fallback formemory_graph.jsonl.Changes
README.md (Codex caveats section)
~/.codex/sessions/*.jsonl, but the Stop hook payload does not includetranscript_path.~/.codex/sessions/(and~/.claude/projects/for Claude Code) without manualEVOLVER_CURSOR_TRANSCRIPTS_DIRexport.README.zh-CN.md (platform integration section)
setup-hooks --platform=codexcommand, description, and a translatedCodex 注意事项subsection with the same content as the English caveats.Verification
git diffreviewed: 2 files changed, 29 insertions(+), 4 deletions(-)node index.jsself-check skipped (nonode_modulesin fresh clone)References
Note
Low Risk
Documentation-only changes with no runtime or configuration behavior modified.
Overview
English README: The Codex caveats section no longer claims Codex lacks session transcripts or that
evolver --reviewcannot read Codex logs. It now states that transcripts live under~/.codex/sessions/*.jsonl, that the Stop hook omitstranscript_path, and that since v1.87.0 Evolver auto-discovers those paths (and~/.claude/projects/for Claude Code) withoutEVOLVER_CURSOR_TRANSCRIPTS_DIR. The memory fallback list is reframed from “compensates” to “For additional context, Evolver reads”; proxy/lifecycle notes are unchanged.Chinese README: Adds a full Codex platform block (setup command, proxy note, caveats, memory fallback, advisory signals) that was missing from
README.zh-CN.md, aligned with the updated English text.Reviewed by Cursor Bugbot for commit b1d1044. Bugbot is set up for automated code reviews on this repo. Configure here.