1 2 3 4 5
/// Standard date format used throughout the codebase: "2025-01-15" pub(crate) const DATE_FORMAT: &str = "%Y-%m-%d"; /// Fallback value when session ID, project path, or model name is unavailable pub(crate) const UNKNOWN: &str = "unknown";