Draft: teleport Codex support - #13
Conversation
Register the Codex jsonl adapter so T3 can list, import, and export rollouts the CLI can resume. Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Keep personal project directories out of the public diff. Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
Thread transfer impact
This comment will update automatically after the next completed run. |
What Changed
Codex native session support. T3 can list, import, and export Codex jsonl rollouts for the current project cwd.
Export writes a
session_metaheader the Codex CLI can resume:id,session_id,cli_version,originator. Extra top-level fields are not written on that line, because they make resume fail with "does not start with session metadata". Forked / subagent rollouts and<environment_context>user wrappers are skipped.Why
Codex is the first native format on the shared engine.
Stack
UI Changes
None beyond the UI PR. Codex sessions appear in the existing picker.
Checklist