[Windows] Per-thread last activity timestamps disappeared from the Codex sidebar

Open
#33,935 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust
Domain
desktop

Research direction

Start by locating the desktop sidebar thread-item renderer and checking how the app-server’s recencyAt value reaches it. Compare the current behavior with the reported 5m, 2h, and 3d display, then verify that the timestamp refreshes when a new turn starts.

Written by the indexing model from the issue text.

Description

app bug session windows-os
What version of the Codex App are you using (From “About Codex” dialog)?

ChatGPT/Codex Desktop 26.715.3651 (Windows x64)

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 10, 64-bit, x64

What issue are you seeing?

After updating to the latest integrated ChatGPT/Codex Desktop app, the Codex sidebar no longer displays the relative last-activity time for individual threads.

Previous versions displayed useful timestamps such as 5m, 2h, or 3d next to each thread. In the current version, the sidebar only displays the thread title and its host or status indicator.

This makes it difficult to manage a large number of threads because I can no longer determine at a glance which thread was used recently and which thread has been inactive for a long time.

The timestamp data does not appear to be missing from the backend. The public Codex app-server API still exposes recencyAt and supports the recency_at sorting key, so this appears to be a regression in the Desktop sidebar UI.

What steps can reproduce the bug?
  1. Open the latest ChatGPT/Codex Desktop app on Windows 10.
  2. Open the Codex sidebar containing multiple threads with different last-activity times.
  3. Inspect the information displayed for each thread.
  4. Observe that the relative last-activity timestamp is no longer displayed.
  5. Only the thread title and host or status information remain visible.
What is the expected behavior?

Each thread in the Codex sidebar should display its relative last-activity time, as previous versions did.

Examples:

5m
2h
3d

The displayed value should preferably use recencyAt and refresh when a new turn starts.

If the timestamp was intentionally removed because of limited sidebar space, please provide a setting such as:

Show last activity time in sidebar

The setting should be enabled by default for existing users.

Additional information

This behavior appears to be a regression from the previously released Codex Desktop interface.

The last-activity timestamp is important when managing many concurrent or pinned threads. It is not merely decorative information; it is a primary navigation signal that helps users quickly locate recent work.

The same behavior has also been reported on macOS in issue #32172, so the regression appears to affect more than one desktop platform.

I can provide screenshots showing the previous and current sidebar behavior if needed.

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.