openai / openai/codex

Windows app keeps deleted ChatGPT conversations in sidebar

Open
#43,219 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

app bug session windows-os
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

Description

The ChatGPT Windows app continues to show conversations that have already been deleted on the server. These conversations are absent from the ChatGPT web version.

Opening, deleting, or archiving one of these stale sidebar entries fails.

Steps to reproduce
  1. Delete a conversation.
  2. Open the ChatGPT Windows app.
  3. Find the deleted conversation still present in the sidebar.
  4. Try to open, delete, or archive it.
Expected behavior

When the server reports that a conversation has been deleted, the app should remove its stale entry from the sidebar.

Actual behavior

The conversation remains visible. Opening it fails, and attempting to delete or archive it produces an error notification.

Diagnostics

App package: OpenAI.Codex_26.901.6511.0_x64__2p2nqsd0c76g0

Observed on: September 6, 2026

Relevant server response:

HTTP 404
code=conversation_deleted
can_retry=false

Relevant timestamps:

2026-09-06 11:35:24–11:35:56 UTC
2026-09-06 16:35:24–16:35:56 Asia/Yekaterinburg

Signing out and back in, Windows Repair, and Windows Reset did not resolve the issue.

The problem affects only the Windows app. The deleted conversations do not appear on chatgpt.com.

Session ID: [INSERT SESSION ID HERE]

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.

Research direction

Start by locating the Windows app's sidebar conversation state and handling for the server response code conversation_deleted with HTTP 404. Reproduce the stale-entry case and trace what happens when opening, deleting, or archiving it. Done means deleted conversations disappear from the sidebar and those actions no longer produce error notifications.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.