Skip to main content

ImportedCodexSession

Type Alias ImportedCodexSession 

Source
pub type ImportedCodexSession = ImportedClaudeSession;

Aliased Type§

pub struct ImportedCodexSession {
    pub session_id: String,
    pub native_session_id: String,
    pub source_jsonl: PathBuf,
    pub source_cwd: PathBuf,
    pub bundle_id: String,
    pub archive_path: PathBuf,
}

Fields§

§session_id: String§native_session_id: String§source_jsonl: PathBuf§source_cwd: PathBuf§bundle_id: String§archive_path: PathBuf