adding session naming with /rename and metadata storage in SessionMeta

This commit is contained in:
pap
2026-01-05 21:23:07 +00:00
parent 0b53aed2d0
commit c09cdc3ae2
9 changed files with 254 additions and 1 deletions

View File

@@ -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,