mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
adding session naming with /rename and metadata storage in SessionMeta
This commit is contained in:
@@ -44,6 +44,7 @@ pub fn create_fake_rollout(
|
||||
id: conversation_id,
|
||||
timestamp: meta_rfc3339.to_string(),
|
||||
cwd: PathBuf::from("/"),
|
||||
title: None,
|
||||
originator: "codex".to_string(),
|
||||
cli_version: "0.0.0".to_string(),
|
||||
instructions: None,
|
||||
|
||||
Reference in New Issue
Block a user