pub type LocatedGrokSession = LocatedKimiSession;Expand description
Grok Build keeps one directory per session, like Kimi Code.
Aliased Type§
pub struct LocatedGrokSession {
pub native_session_id: String,
pub session_path: PathBuf,
pub modified_at: SystemTime,
pub title: String,
pub cwd: PathBuf,
pub git_branch: String,
pub size_bytes: u64,
}Fields§
§native_session_id: String§session_path: PathBuf§modified_at: SystemTime§title: String§cwd: PathBuf§git_branch: String§size_bytes: u64