Skip to content

Commit 3c37ce2

Browse files
committed
Merge remote-tracking branch 'origin/main' into nikiv
# Conflicts: # src/ai.rs
2 parents 59c232e + 54003c6 commit 3c37ce2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ai.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3710,7 +3710,6 @@ struct ProviderSessionListRow {
37103710

37113711
const PROVIDER_SESSION_LIST_PREVIEW_MAX_LINES: usize = 2;
37123712
const PROVIDER_SESSION_LIST_PREVIEW_MAX_CHARS: usize = 90;
3713-
37143713
fn display_session_id(session_id: &str) -> String {
37153714
truncate_recover_id(session_id)
37163715
}
@@ -3903,7 +3902,6 @@ fn session_updated_at_unix(session: &AiSession) -> Option<u64> {
39033902
.or(session.timestamp.as_deref())
39043903
.and_then(parse_rfc3339_to_unix)
39053904
}
3906-
39073905
fn codex_session_listing_preview_overrides(sessions: &[AiSession]) -> HashMap<String, String> {
39083906
if sessions.is_empty() {
39093907
return HashMap::new();

0 commit comments

Comments
 (0)