We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c232e + 54003c6 commit 3c37ce2Copy full SHA for 3c37ce2
1 file changed
src/ai.rs
@@ -3710,7 +3710,6 @@ struct ProviderSessionListRow {
3710
3711
const PROVIDER_SESSION_LIST_PREVIEW_MAX_LINES: usize = 2;
3712
const PROVIDER_SESSION_LIST_PREVIEW_MAX_CHARS: usize = 90;
3713
-
3714
fn display_session_id(session_id: &str) -> String {
3715
truncate_recover_id(session_id)
3716
}
@@ -3903,7 +3902,6 @@ fn session_updated_at_unix(session: &AiSession) -> Option<u64> {
3903
3902
.or(session.timestamp.as_deref())
3904
.and_then(parse_rfc3339_to_unix)
3905
3906
3907
fn codex_session_listing_preview_overrides(sessions: &[AiSession]) -> HashMap<String, String> {
3908
if sessions.is_empty() {
3909
return HashMap::new();
0 commit comments