Skip to content

feat: save session transcripts when using Rust CLI #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged

Conversation

bolinfest
Copy link
Collaborator

@bolinfest bolinfest commented May 7, 2025

This adds support for saving transcripts when using the Rust CLI. Like the TypeScript CLI, it saves the transcript to ~/.codex/sessions, though it uses JSONL for the file format (and .jsonl for the file extension) so that even if Codex crashes, what was written to the .jsonl file should generally still be valid JSONL content.

@bolinfest bolinfest force-pushed the pr845 branch 3 times, most recently from 0f52b17 to 27b6fd3 Compare May 7, 2025 05:53
@bolinfest bolinfest changed the title feat: save rollouts in Rust CLI feat: save rollouts when using Rust CLI May 7, 2025
@bolinfest bolinfest changed the title feat: save rollouts when using Rust CLI feat: save session transcripts when using Rust CLI May 7, 2025
@bolinfest bolinfest marked this pull request as ready for review May 7, 2025 05:57
@bolinfest bolinfest added the rust specific to the Rust CLI label May 7, 2025
@bolinfest bolinfest merged commit 42617f8 into main May 7, 2025
8 checks passed
@bolinfest bolinfest deleted the pr845 branch May 7, 2025 20:49
@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
rust specific to the Rust CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants